- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have never used the Fortran Windows Application before. When using the Quickwin application the menu contained print and save commands as default. How can the commands be added to a Fortran Windows Single Document Interface application. Below is some of the code for the menu bar.
How can I add a case (IDM_PRINT and case (IDM_SAVE).
Any help will be greatly appreciated.
! WM_COMMAND: user command
case (WM_COMMAND)
select case ( IAND(wParam, 16#ffff ) )
case (IDM_EXIT)
ret = SendMessage( hWnd, WM_CLOSE, 0, 0 )
MainWndProc = 0
return
case (IDM_PRINT)
How can I add a case (IDM_PRINT and case (IDM_SAVE).
Any help will be greatly appreciated.
! WM_COMMAND: user command
case (WM_COMMAND)
select case ( IAND(wParam, 16#ffff ) )
case (IDM_EXIT)
ret = SendMessage( hWnd, WM_CLOSE, 0, 0 )
MainWndProc = 0
return
case (IDM_PRINT)
Link Copied
0 Replies

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