Simse
Programmer
- Feb 24, 2005
- 22
Hi there,
i have a property page that is supposed to do some changes after using a hotkey-combination:
1) Disabled Edit-Boxes are to become active (that works so far but only after changing the page, the current one still has grey boxes). Several combinations of SetRedraw(),RedrawWindow(),Invalidate()... didn't work out.
2) An additional property page should be added/become visible. Is it possible to hide and show this page or can i add it in another function but InitInstance()? How?
Thanks in advance!
i have a property page that is supposed to do some changes after using a hotkey-combination:
1) Disabled Edit-Boxes are to become active (that works so far but only after changing the page, the current one still has grey boxes). Several combinations of SetRedraw(),RedrawWindow(),Invalidate()... didn't work out.
2) An additional property page should be added/become visible. Is it possible to hide and show this page or can i add it in another function but InitInstance()? How?
Thanks in advance!