Oct 13, 2003 #1 MBall2003 Programmer May 30, 2003 61 US Hey I want to open a dialog window on user click of a toolbar button. I know this is very easy but i just dont know the correct code to do it. any help would be appreciated thanks
Hey I want to open a dialog window on user click of a toolbar button. I know this is very easy but i just dont know the correct code to do it. any help would be appreciated thanks
Oct 14, 2003 #2 Skute Programmer Jul 21, 2003 272 GB Look up: CreateDialog and DialogBox DialogBox creates a modal dialog (ie, the owner window is disabled until the dialog is closed). CreateDialog creates a modeless dialog (ie, you are able to work in both windows at the same time) Upvote 0 Downvote
Look up: CreateDialog and DialogBox DialogBox creates a modal dialog (ie, the owner window is disabled until the dialog is closed). CreateDialog creates a modeless dialog (ie, you are able to work in both windows at the same time)