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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Property page is not redrawn

Status
Not open for further replies.

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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top