Any body can help to skip this microsoft message box pop up in vb coding????
http://www.vbforums.com/
:sick:
Printable View
Any body can help to skip this microsoft message box pop up in vb coding????
http://www.vbforums.com/
:sick:
Im sorry, cudnt access to the picture...could you tell me content of the msgbox you are getting...
The content is" The text in the C:\Temp\ee.txt file has changed. Do you want to save the changes?" Yes, No, Cancel button
So you're trying to "skip" the Save Dialog in notepad?
You could try using the FindWindow() and SendMessage() API functions to either close the window or simulate pressing "Enter" or clicking on one of the buttons.