Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how 2 get info from functions 2 show in a dialog box
#4
Exist various ways.

1. The function runs in other thread.

mac "functionname"
ShowDialog(...)

2. Modeless dialog.

ShowDialog(x x x 0 1)
rep
,the code
,wait 0.1

You cannot simply get data from modeless dialogs.

3. In dialog procedure, eg using timer (SetTimer/WM_TIMER). You can find timer examples in other topics.

4. And maybe more (don't remember now).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)