Q about CProgressCtrl
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a simple problem with MFC and VS6 - I want to display a progress bar whilst I'm loading a lot of data. The load happens in a method of my class, which is created under the application's document class. My simple question is - how do I get hold of the parent window needed to create the CProgressCtrl? Can I use GetFocus() somehow? cheers Andrew