|
-
January 15th, 2002, 09:26 PM
#1
ActiveX control
i have implemented an activeX control to draw a graph. now i want to place some controls around so that the user is able to interact with it (same as the properties tab dialog, but the controls are placed around). Also, i need to display the activeX in a window.
i am thinking of creating a CSplitterWnd in my application, place the controls in the view on the left pane, and the activeX in the view of the right pane. But this means i ll have to handle these from the application, is that correct approach?
Alternatively, how could i make my activeX to be a window, with toolbar & controls & etc around ?
thx
giorgos
-
January 16th, 2002, 03:44 AM
#2
Re: ActiveX control
You could try creating a CFormView (a view based on a dialog)
-
January 17th, 2002, 05:20 PM
#3
Re: ActiveX control
Put all your controls on a dialog.
Create that dialog in your control.
See my article at
http://atcsoft.freeservers.com/thele...gToControl.htm
Please rate the article if it is of any use to you. This encourages me to reply more and more and more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|