PDA

Click to See Complete Forum and Search --> : Making a dialog visible


Oct 18th, 2000, 07:09 PM
I have a dialog with the visible attribute clicked off. When i create it, you cant see it. I then make some modifications as to the postition of the dialog. Then i want to make the dialog visible. How do i make the dialog visible?

parksie
Oct 18th, 2000, 07:57 PM
Use:

ShowWindow(hWnd_Dlg, SW_SHOW);

to display the dialogue.