How to show a form when a event fire?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have an application with fileSystemWatcher, When the user open the application, and use another application, for example, MS WORD, my application will be on background (but not minimize), How can I make my application on the top of screen when the fileSystemWatcher event fire(create file) ? I have tried, me.show, me.topmost, ... but all fail to get the goal. Thank you.