CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Posts
    6

    Compiled VB Program Won't Stop Running!?

    This is probably a very basic idea in VB programming, but I haven't learned it yet. I complied a VB program I wrote and when I hit the close button, the "X" next to max/min, the prgram appears to end, but if you press ctl-alt-del and see what programs are running it says that the program is still running! If you go to the file menu and hit exit, I have a sub that just calls the end function. If you exit the program this way, it doesnt keep running. So If anyone knows what I'm talking about please help!



  2. #2
    Join Date
    Jun 1999
    Posts
    6

    Re: Compiled VB Program Won't Stop Running!?

    Forgot to Unload!!!

    Ok I figured it out, for anyone who cares to read this. I wasn't unloading any of my forms. Infact I hadn't been doing this any of the programs I was starting to write. I used to program in Qbasic, GW-Basic and Basica a bunch of years ago, and I didnt know I had to do anything more than just call the end function...oh well I hope someone else learns something from this...



  3. #3
    Guest

    Re: Compiled VB Program Won't Stop Running!?

    Thanks, very helpful.


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