fsj Member Licensed User Longtime User Aug 9, 2013 #1 Hello I want to have a messagebox on the screen and only if OK is pressed (and not somewhere else on the screen) the program should continue With MsgBox ("Test","Title") the program continues if you touch the screen where ever you want
Hello I want to have a messagebox on the screen and only if OK is pressed (and not somewhere else on the screen) the program should continue With MsgBox ("Test","Title") the program continues if you touch the screen where ever you want
fsj Member Licensed User Longtime User Aug 9, 2013 #3 Same problem if you touch the screen not on the box, the program continues Upvote 0
NJDude Expert Licensed User Longtime User Aug 9, 2013 #4 That's how the native MsgBox behaves, to do what you want, search the forum for "custom msgbox" Upvote 0
Informatix Expert Licensed User Longtime User Aug 10, 2013 #5 fsj said: Hello I want to have a messagebox on the screen and only if OK is pressed (and not somewhere else on the screen) the program should continue With MsgBox ("Test","Title") the program continues if you touch the screen where ever you want Click to expand... Look at the Better Dialogs library. Upvote 0
fsj said: Hello I want to have a messagebox on the screen and only if OK is pressed (and not somewhere else on the screen) the program should continue With MsgBox ("Test","Title") the program continues if you touch the screen where ever you want Click to expand... Look at the Better Dialogs library.
fsj Member Licensed User Longtime User Aug 10, 2013 #6 I do it now with a panel and button, because the MsgBox also stopps the TimerTick that is working very wll now for me Upvote 0
I do it now with a panel and button, because the MsgBox also stopps the TimerTick that is working very wll now for me