Property sheet inside a Form View
-
Hi, How to insert property sheet into a form view.I am using Embedded VC++. Can u give me some sugg? Thanks JP
-
Hi, How to insert property sheet into a form view.I am using Embedded VC++. Can u give me some sugg? Thanks JP
I dont know about eVC++, but i would do it this way. Put a static frame on the formview dialog, then in the initialization fot the formview i will create the propertysheet, add the pages to it, get the rectangle are of the static rectangle and move the propertysheet to that rect. Thats it, also note that the parent of the propertysheet should be the formview window handle. Hope i solved ur problem in some way.
"When death smiles at you, only thing you can do is smile back at it" - Russel Crowe (Gladiator)
-
Hi, How to insert property sheet into a form view.I am using Embedded VC++. Can u give me some sugg? Thanks JP
Check this site in the property sheets and document/views sections. There are articles on this topic here. The Ten Commandments For C Programmers
-
Hi, How to insert property sheet into a form view.I am using Embedded VC++. Can u give me some sugg? Thanks JP
Hi, http://www.codeproject.com/dialog/formview_demo.asp http://www.codeproject.com/dialog/formview2.asp With Regards, R.Selvam