Greetings,
I am in the process of writing a flight planning program. So far, the program has one main Dialog and five Tab Control Dialogs.
Using the Sample Tab Control program supplied with PBWin80, I have had success in getting the Tab Controls to work just fine.
The question I have is, "Which notification is sent to the Tab Dialog Which Presently Has Focus, when you click on another tab so as to display a different Dialog?"
I have looked on the Microsoft Web Sight and in the PB Forum with no luck yet.
Elsewhere in the program, I use WM_NOTIFY / EN_KILLFOCUS to update a Textbox when it looses focus and this works fine.
I wish to emulate this process and gather / process the information entered on this dialog when it looses focus.
Thank You
Gavin
I am in the process of writing a flight planning program. So far, the program has one main Dialog and five Tab Control Dialogs.
Using the Sample Tab Control program supplied with PBWin80, I have had success in getting the Tab Controls to work just fine.
The question I have is, "Which notification is sent to the Tab Dialog Which Presently Has Focus, when you click on another tab so as to display a different Dialog?"
I have looked on the Microsoft Web Sight and in the PB Forum with no luck yet.
Elsewhere in the program, I use WM_NOTIFY / EN_KILLFOCUS to update a Textbox when it looses focus and this works fine.
I wish to emulate this process and gather / process the information entered on this dialog when it looses focus.
Thank You
Gavin
Comment