Friday, May 21, 2010

How can we go from one window to another in windows programming in C???

for eg. if in 1 window there is a option of "start'...by clicking to the 'start '..a new window should open...Plzz provide the code for this in C language...

How can we go from one window to another in windows programming in C???
This is just a guess, but maybe you would want to call the CreateWindow (or CreateWindowEx) function when the "start" button is pressed?





You haven't specified, so I'm only assuming that you are talking about Win32 programming.





See link below.


No comments:

Post a Comment