Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I make my graph window be contained in a VB form (ie. no title bar, system menu, etc.)?

0
Posted

How do I make my graph window be contained in a VB form (ie. no title bar, system menu, etc.)?

0

Make the page window a child of the form. Use the WS_CHILD styles + WS_CLIPCHILDREN + WS_VISIBLE as in the call to WGCreatePage in mdidemo and in many of the RT example programs. Pass in the form’s handle, i.e. form1.hwnd, as the second (hwParent) parameter to WGCreatePage, and use the above styles in the dwWinStyle parameter. You can also make the graph a child of a picture box, etc., in the same manner.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123