Here is a good example of how to open a new window from the Mono Documentation, which can help you a lot starting out
http://www.go-mono.com/docs/index.aspx?tlink=4@ecma%3a1455%23Window%2fhttp://iggyma.blogspot.com/
baseman_2008 wrote:
This is maybe a really stupid question, but i am new to Gtk#.
In MonoDevelop I can add a new window with a single click.
How can i call these windows in my application?
My plan is to open the new window out of the mainwindow!
Would be so nice if I'll get an answer...
baseman_2008