You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
I am working on an MDI-application with a workspace-window to the left (just like in the Visual C++ IDE). The hard part of this is to make it possible for the user to resize the windows by dragging the borders.
Anybody got a link or a snipper?
You will need to create a seperate class for that window or subclass it.
Create the window with the styles, 'Thickframe and Border'. You can position
or move it programmatically. It can be resized by dragging any of the four
borders. If you want to drag it around with the mouse, you will need
to process the WM_NCHITTEST message and define an area you will allow
the window to be dragged.
I have various snippets available in SDK style. Send me an email I would be
happy to send you a few.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment