windows forms

closed account (o1w5fSEw)
Hi,
I would like to open a new window (with other buttons, axis, etc...) within GUI when I push a button. how can I do?

thanks for answering!

Last edited on
well, you will have to make a window first in your resource file or create it on the fly using [code]CreateWindowEx[()/code] and in the main function message section, you will call the procedure of this new window.
check this link below
www.winprog.org/tutorial/
or you use .net/wxWidget/Qt or some other Lib for that purpose
Topic archived. No new replies allowed.