Grid control in the Property page
Tipparaju Surendra -- tips@hotmail.com Wednesday, January 08, 1997 Environment : VC++ 4.0, Win 95 Hello, I am using CPropertySheet as main window for my application. In one of the propert page I have grid control. When I execute the application and click the page which has the grid control, whole page vanishes and previous page is displayed. I tested by removing grid control in the page program works fine. I think the problem occurs with OLE controls in the property page. Can somebody please help me with tip or solution to get rid of this problem. Thanks a lot Tips --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com ---------------------------------------------------------
John Mann -- John_Mann@manu.com Thursday, January 09, 1997 Look at the property page for the grid control in the resource editor. If th= e = Class field is blank, it will cause the problem you described. Just fill in = = the name of the class that is associated with the grid. John Mann john_mann@manu.com ---------------------------------------------------------------------------= -------------- Environment : VC++ 4.0, Win 95 Hello, I am using CPropertySheet as main window for my application. In one of the propert page I have grid control. When I execute the application and click the page which has the grid control, whole page vanishes and previous page is = displayed. I tested by removing grid control in the page = program works fine. I think the problem occurs with OLE controls in the property page. Can somebody please help me with tip or solution to get rid of this problem. Thanks a lot Tips --------------------------------------------------------- Get Your *Web-Based* Free Email at http://www.hotmail.com ---------------------------------------------------------
hemantab@hclt.com Tuesday, December 10, 1996 Hi , I am also doing the same thing but i am not facing any such problem.... so pl. specify which grid ocx ur using . If using microsoft's grid OCX :- In initdialog of property page u have to set 4 variables - start row , end row, start col and end col , check up exact property names in the help. U can infact create these properties using class wizard add variables for the grid control in ur page. Hope it helps. Hemanta > >Environment : VC++ 4.0, Win 95 > >Hello, > >I am using CPropertySheet as main window for my application. In >one of the propert page I have grid control. > >When I execute the application and click the page which has >the grid control, whole page vanishes and previous page is >displayed. I tested by removing grid control in the page >program works fine. I think the problem occurs with OLE >controls in the property page. > >Can somebody please help me with tip or solution to get rid >of this problem. > >Thanks a lot >Tips > >--------------------------------------------------------- >Get Your *Web-Based* Free Email at http://www.hotmail.com >--------------------------------------------------------- > ___________________________________________________ Thought for the day: Artificial intelligence ususally beats real stupidity.
| Вернуться в корень Архива |