Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
window but not dialog
#6
Use single default button, that is common for all pages. You probably noticed that pages are numbered 0, 1, 2 etc. If Page field is empty, that controls are visible in all pages.

Initially, default button is OK. You can rename it.

Code:
Copy      Help
,[color=blue]case [/color]IDOK
,_i=LB_SelectedItem([color=blue]id[/color](3 hDlg))
,[color=blue]sel [/color]_i
,,[color=blue]case [/color]0 ...
,,[color=blue]case [/color]1 ...
,,...
,DT_Ok hDlg


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)