I've got an MFC dialog window in Visual C++ .NET. There's a progress bar (IDC_PROGRESS1) that I'd like to change from visible to invisible during run-time. Can someone point the command to do this?

What's the general command for changing property settings on window items from C++ .NET

Thanks

Re: Setting Window Item Properties by hirf-spam-me-here

hirf-spam-me-here
Sun Apr 25 10:55:10 CDT 2004

* "=?Utf-8?B?VG9ueSBSZWluYQ==?=" <reina_ga@hotmail.com> scripsit:
> I've got an MFC dialog window in Visual C++ .NET. There's a progress
> bar (IDC_PROGRESS1) that I'd like to change from visible to invisible
> during run-time. Can someone point the command to do this?

> What's the general command for changing property settings on window items from C++ .NET?

There is a progress bar control available which has a 'Visible'
property.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>