Results 1 to 14 of 14

Thread: Need Help : Problem after Make Executable file, it disappears

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2013
    Posts
    328

    Need Help : Problem after Make Executable file, it disappears

    after I make my project to .exe, when I open it, the file disappears

    any help out there?
    Attached Images Attached Images  

  2. #2
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,205

    Re: Need Help : Problem after Make Executable file, it disappears

    Well either you are not putting it where you think you are or perhaps you have a virtual folder issue going on keeping it from going into the physical folder you are targeting. I never use the Desktop for this kind of thing so not sure if that would be an issue with UAC.

    Could also possibly be a virus scanner removing the file.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2013
    Posts
    328

    Re: Need Help : Problem after Make Executable file, it disappears

    when I disable the antivirus, the exe file runs.

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: Need Help : Problem after Make Executable file, it disappears

    A user's Desktop isn't subject to filesystem virtualization.

    I think you have your answer: you are using some technique that triggers a serious response from anti-malware tools.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    May 2013
    Posts
    328

    Re: Need Help : Problem after Make Executable file, it disappears

    Quote Originally Posted by dilettante View Post
    A user's Desktop isn't subject to filesystem virtualization.

    I think you have your answer: you are using some technique that triggers a serious response from anti-malware tools.
    is the form MANIFEST.res can cause this problem? Does putting project on desktop can trigger the compiled file from hiding? And what anti-virus should I use to stop this problem?

  6. #6
    Addicted Member beic's Avatar
    Join Date
    Jun 2012
    Posts
    150

    Re: Need Help : Problem after Make Executable file, it disappears

    Avira Antivirus has issues with VB6 resource files, it always triggers when you add any resource file to your project, like myapp.res...(all programs detected as Trojan.Gen)

    Panda Cloud has issues too with VB6, it's delete/disable the EXE file you are trying to make/build without any notification.
    Last edited by beic; Jun 19th, 2014 at 01:10 AM. Reason: typo

  7. #7
    Hyperactive Member
    Join Date
    Jun 2014
    Location
    Lahore, Pakistan
    Posts
    450

    Re: Need Help : Problem after Make Executable file, it disappears

    This error comes out when a process is running on the .exe file and you run it, when you compile the exe let the antivirus finish the process then start the exe or open the antivirus and clear this file from log.

  8. #8
    Addicted Member beic's Avatar
    Join Date
    Jun 2012
    Posts
    150

    Re: Need Help : Problem after Make Executable file, it disappears

    Quote Originally Posted by hamza.saleem View Post
    This error comes out when a process is running on the .exe file and you run it, when you compile the exe let the antivirus finish the process then start the exe or open the antivirus and clear this file from log.
    The problem is that, you have some code in your project that AV doesn't like...

    What type of AV you are using?

    Can you list us your source code?

    Regards

  9. #9
    Junior Member
    Join Date
    Jun 2014
    Posts
    16

    Re: Need Help : Problem after Make Executable file, it disappears

    try to turn off antivirus and open it
    and for safty turn off the wifi ^_^
    it may help

  10. #10

    Thread Starter
    Hyperactive Member
    Join Date
    May 2013
    Posts
    328

    Re: Need Help : Problem after Make Executable file, it disappears

    Quote Originally Posted by beic View Post
    The problem is that, you have some code in your project that AV doesn't like...

    What type of AV you are using?

    Can you list us your source code?

    Regards
    I'm using Avast.

  11. #11

    Thread Starter
    Hyperactive Member
    Join Date
    May 2013
    Posts
    328

    Re: Need Help : Problem after Make Executable file, it disappears

    When I remove 'OFFICE RIBBON' control, exe file runs.

  12. #12
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Need Help : Problem after Make Executable file, it disappears

    Quote Originally Posted by morbid.ivan View Post
    When I remove 'OFFICE RIBBON' control, exe file runs.
    That suggests that either there is something wrong with the control or there is conflict between your project and the user control.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  13. #13
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,205

    Re: Need Help : Problem after Make Executable file, it disappears

    It says to me that the virus scanner is detecting that as malware when it is added to your project and removing the exe.
    I am not familiar with this control and when I tried to search for it I only found .Net references so not sure what you are using.

  14. #14
    PowerPoster
    Join Date
    Feb 2006
    Posts
    24,482

    Re: Need Help : Problem after Make Executable file, it disappears

    Office components are not meant to be used by VB6 programs anyway.

    If you want a ribbon control you'll need to do the work to wrap the one provided. See Windows Ribbon Framework, though there is no VB6 API provided. It also requires Vista SP2 or newer.

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