Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Progress Window

Status
Not open for further replies.

reneb

Programmer
Aug 8, 2000
43
US
I am writting a utility that performs many conversions. I want to create a dialog window that displays the progress of these conversions. I need this window to overlap the main dialog. I can do this using the doModal() method but this won't let my conversion code to continue until the dialog returns, which is useless. The other option is creating a modeless window but that will allow the user to access the main dialog unless I disable it. How do I disable the main window? That would solve my problem. Please give me a function I can call to retrieve a pointer to the main window and a function that uses it to disable it or some sort of procedure. Thanks in advance. I appriciate all your help.
 
Well if your using VC version 6 you really want to take a look at the 'Progress Dialog' component in the 'Components and Controls Gallery'

Good luck
-pete
 
I am using VC++ version 6, I searched for
 
Never mind pete, I found the Components and Controls Gallery. Thanks For ALL Your Help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top