- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Colleagues:
I am new to IVF compiler (I used Lahey LF95 until now).
Can anyone tell me whether I can close a child window in a QUICKWIN program. I successfully build my project but unable to close the child window once it is created. I am exploring if I should use Fortran Windows Project instead of Quickwin.
Thanks.
Mao
I am new to IVF compiler (I used Lahey LF95 until now).
Can anyone tell me whether I can close a child window in a QUICKWIN program. I successfully build my project but unable to close the child window once it is created. I am exploring if I should use Fortran Windows Project instead of Quickwin.
Thanks.
Mao
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you know the handle to the window, try sendinga WM_CLOSE message to is using
iSt=SendMessage(hChild,WM_CLOSE,0,0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the ordinary Fortran CLOSE statement, with the unit number set to the unit number you used to create the child window. The default option for "status" (DELETE) will close and clear the child window from the screen, while KEEP closes the window for further activity, but leaves it on the screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your comments are very helpful.
Thanks a lot.
Mao
Thanks a lot.
Mao
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