Setting Window Item Properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
* "=?Utf-8?B?VG9ueSBSZWluYQ==?= said:
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.
 
Back
Top