Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multipage dialog, execute code when on certain page number
#2
DT_Page does not store page number in a variable. Just hides/shows controls. You can store it in an int- variable when switching page with DT_Page.

case 3 ;;Button
int- t_page
t_page=1
DT_Page hDlg t_page
execute code on page 1
out t_page


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)