Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog without Caption & System menu
#1
I understand that if a dialog is designed without WS_CAPTION|WS_SYSMENU styles, then you may restore them by calling it as :
ShowDialog(dd &sub.DlgProc 0 _i 0 WS_CAPTION|WS_SYSMENU)

I wonder whether the opposite is possible : To design the dialog with caption & system menu and then remove them ad-hoc with ShowDialog. What might have been the 2 constants in this case? Many thanks in advance.
#2
Use parameter notStyle.
#3
Many thanks. Have a nice weekend.


Forum Jump:


Users browsing this thread: 1 Guest(s)