Popup dialog in a screensaver
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I want to pop up a dialog box when the user disturbs the screensaver. Both the MsgBox and the InputBox work. When I try to pop up my own form using MyForm.ShowDialog(), it doesn't work. What's the difference between those boxes and mine? What do I have to do to make mine work like they do? I'd use the Input box, but it is SO ugly! JimT