07-20-2013, 10:23 PM
\Dialog_Editor
BEGIN DIALOG
0 "" 0x90C80AC8 0x0 0 0 315 192 "Splash"
3 Static 0x54000C0E 0x20 0 0 362 192 ""
1 Button 0x54038001 0x0 0 164 316 29 "OK"
END DIALOG
DIALOG EDITOR: "" 0x2030408 "" "" "" ""
str controls = "3"
str sb3
sb3 = "c:\Directory\image.jpg" ;;picture
if(!ShowDialog("My First Macro" 0 &controls)) ret
out sb3
instead of putting the OK button, it possible the window disappear by itself after number of seconds five?
BEGIN DIALOG
0 "" 0x90C80AC8 0x0 0 0 315 192 "Splash"
3 Static 0x54000C0E 0x20 0 0 362 192 ""
1 Button 0x54038001 0x0 0 164 316 29 "OK"
END DIALOG
DIALOG EDITOR: "" 0x2030408 "" "" "" ""
str controls = "3"
str sb3
sb3 = "c:\Directory\image.jpg" ;;picture
if(!ShowDialog("My First Macro" 0 &controls)) ret
out sb3
instead of putting the OK button, it possible the window disappear by itself after number of seconds five?
