Skip to content

Instantly share code, notes, and snippets.

@DinisCruz
Created May 8, 2012 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DinisCruz/2638203 to your computer and use it in GitHub Desktop.
Save DinisCruz/2638203 to your computer and use it in GitHub Desktop.
Creating an StandAlone Form window (WinForms)
//var topPanel = panel.clear().add_Panel();
var topPanel = "Stand alone Form".popupWindow(400,200);
var textBox = topPanel.add_TextBox(true);
textBox.set_Text("Let's make this a stand alone form :)");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment