Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Showing an ActiveX dialog control in a container

Status
Not open for further replies.

Serguei1975

Programmer
Feb 15, 2003
2
0
0
BY
Hi,

Could anyone please help a beginner solve the following problem:

I've created an ActiveX control in the form of a dialog form. There's a class for the control as such as well as for the dialog form. The control class includes an object of the dialog form class.

Now by means of the OnDraw function of the control class, I need to display the dialog object framed within the rcBounds rectangle passed as an argument into the OnDraw function.

Could anyone offer a word of advice on how this is done.

Many thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top