Hello,
I'm new to MFC and i have a small problem.
I made an application containing a property sheet with 2 property pages and i defined the next,back and finish buttons to switch between pages.
I implemented the functions of each page in its InitDialog.
In the first page i have to choose a com port,connect to it and press next to go to the next page where i do most of the work.
The problem is that when i execute the application i choose the com port and click next to go to the next page but the next page starts executing without appearing meaning that the first page remains on the screen but the second page is executing.
What i want to do is that i want the second page to appear and starts working when i press next in the first page and switch to the second page.
NB: i'm using visual studio 2008 and the synthax of some commands are different from the old versions
Help please
thanks in advance