How do I make my graph window be contained in a VB form (ie. no title bar, system menu, etc.)?
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
- The date on the title bar for System Restore shows the date as Saturday, December 30, 1899. I didn know they had computers back then, so whats the problem?
- Im using a pre-OS8 OS with Cyberdog, and the title bar of my Mail Tray window is stuck behind the menu bar. How can I move it?
- Somehow, my SAP main menu moved off the main window and I cant grab the title bar to move it back. How do I reset it?