- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using CVF Fortran with quickwin. I have generated a script1.rc file with all my edit boxes, drop down menus etc. My program is working perfectly. However, the working panel is being displayed in front of the basic window which contains the file/help tool bar at the top and the minimise/maximise/X exit box. I operate everything in the front panel but cannot access the background window. How do I incorporate the panel into the window so that it fits the background window itself. This should enable me (I hope) access the operations in the tool bar. I generated the working panel using the resource editor in CVF.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See QWToolbar sample on my home page, whichdemonstrtes the technique of attaching a window at the top of QWIN$FRAMEWINDOW's client area (with some help of Win32 APIs). Note that instead of toolbar (CreateToolbarEx) you can use pretty much anything, e.g. CreateWindow orCreateDialog -- I think DlgModeless willwork as well (if you need a modeless dialog that will act as a panel, make sure it has "Child" style and no borders).
Jugoslav

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page