CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Auto run

  1. #1
    Join Date
    Jul 2008
    Posts
    63

    Question Auto run

    Hi All
    i have an application exe in my CD when i insert the CD in the drive auto run work well
    but when system restart automatically then auto run does not work.
    the application is in VS2005 in MFC. i want that every time when i insert CD it work means
    periority of that exe is high.
    thanks

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Auto run

    i want that every time when i insert CD it work
    It does. A reboot is not the same as a CD being changed. I don't think this has something to do with your code, but with your OS.

  3. #3
    Join Date
    Jul 2008
    Posts
    63

    Re: Auto run

    Quote Originally Posted by Skizmo View Post
    It does. A reboot is not the same as a CD being changed. I don't think this has something to do with your code, but with your OS.
    thanks

    but with your OS means
    i have to set some property of windows.

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

Featured