Results 1 to 4 of 4

Thread: Help... skip microsoft message box

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2006
    Posts
    125

    Question Help... skip microsoft message box

    Any body can help to skip this microsoft message box pop up in vb coding????

    Attached Images Attached Images  

  2. #2
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    Re: Help... skip microsoft message box

    Im sorry, cudnt access to the picture...could you tell me content of the msgbox you are getting...
    If an answer to your question has been helpful, then please, Rate it!

    Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.


  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2006
    Posts
    125

    Re: Help... skip microsoft message box

    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

  4. #4
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: Help... skip microsoft message box

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width