Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enter button for several different actions
#4
Try modeless dialog.

Replace the ShowDialog line to
Code:
Copy      Help
hDlg=ShowDialog("Example" &Example &controls 0 1 0 0 0 0 0 "dialog.ico" "Example")
MessageLoop

and under case WM_DESTROY add line
Code:
Copy      Help
,PostQuitMessage 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)