Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passing value to smart dialogue
#3
QM thread variables behave like static variables in C/C++:
assignment is executed once if it is in declaration statement.

int- j=i ;;once in thread
j=i ;;everytime

---
To pass variables to a dialog procedure can be used:
thread variables,
#sub DlgProc v,
ShowDialog(... param) and DT_GetParam.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)