Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C# by Martn ( 17 years ago )
public void showNavWindow()
{
ShowNavWindowCallback cb = new ShowNavWindowCallback(NavigationWindow.Show);
this.Invoke(cb);
}
private void button1_Click(object sender, EventArgs e)
{
showNavWindow();
}
Revise this Paste