Property Pages Help???
-
:confused::confused:Hi All, I am using a property sheet..i have created three property pages nad added them to the propert sheet. This property sheet is made visible when user clicks on the system Tray icon. One of the property page is displaying a web page is webbrowser control. Everything works fine for some time..then..it automatically either stops listening to right click event of mouse or even deletes one or more of the tabs..also sometimes it closes visual studio...can anyone help me out to sort out this problem..thanks a lot in advance for any help... regards Himanshu
-
:confused::confused:Hi All, I am using a property sheet..i have created three property pages nad added them to the propert sheet. This property sheet is made visible when user clicks on the system Tray icon. One of the property page is displaying a web page is webbrowser control. Everything works fine for some time..then..it automatically either stops listening to right click event of mouse or even deletes one or more of the tabs..also sometimes it closes visual studio...can anyone help me out to sort out this problem..thanks a lot in advance for any help... regards Himanshu
With one of my applications using property sheets, I discovered that you cannot update page fields unless the property page is visible - just update the information and then update the form in OnShowWindow(). Also, you cannot have an active timer for a property page that is not visible. In both cases, if the property page is not visible, the window handle is not valid and all sorts of unusual behavior happens. Steve