Link to home
Start Free TrialLog in
Avatar of vimicro
vimicro

asked on

How to redraw the control while in property page ?

Hi,

I am using MFC 6.0 for developing activex controls.

I have a caption property and an edit field in the default property page.

I am displaying the property page in the run time to the user.  When the user types text in the caption property the control should
immediately display the given text before pressing the Apply button.

can anybody help me how to do this.

thanks.
baskar.
Avatar of Nicolay_Ch
Nicolay_Ch

Try to use RedrawWindow() / RepaintWindow()
ASKER CERTIFIED SOLUTION
Avatar of yazdchi
yazdchi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial