- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
writer
- Interests
- programming and writing music
- PC Specs
- Windows, All, VB6
12 Posted Topics
Re: Try INNO. It's free and very good. Depending on the OCX files in your program, you will need to install them into the C:\Windows\SysWOW64 directory Windows 7 & 8, instead of the C:\Windows\System32 directory in XP. Not sure about Vista. | |
Re: Start a VB project, standard exe. You will see a form. create a button on the form. Click the button. In the code window, you will see Private Sub Command1_click() 'enter the following code Beep end sub That's it. Start the project, press the command button and listen to the … | |
Re: I don't know if somebody is going to block this or not but I will include a link that will show you how to use an API in VB. Here it is. http://www.techrepublic.com/article/launch-and-terminate-applications-in-visual-basic-60/# I know that some people include links that don't get blocked but for some reason mine do. | |
Re: [Here](https://www.uop.edu.jo/download/research/members/VB6_1__1_.0%20-%20Visual%20Basic%20-%20Learn%20Visual%20Basic%206.0%20(Nice%20Manual).pdf)'s a good place to start. | |
Re: [Here](https://www.uop.edu.jo/download/research/members/VB6_1__1_.0%20-%20Visual%20Basic%20-%20Learn%20Visual%20Basic%206.0%20(Nice%20Manual).pdf) is a good place to start. | |
Re: Please let me know if you get it to work. I stopped using VB6 with Vista, only use it with XP. | |
Hello fellow earthlings. Using VB6, I want to write a MENU program that executes exe files, or executes dll files. The MENU file should have a function that sends a parameter to A.exe, or B.dll as an example. If A.exe or B.dll received the parameter from the MENU, then they … | |
Re: I'm not sure what version of VB you are using but in VB6, to get the common dialog control, you need to go to your top menu, Project, then Components, then look for Microsoft Common Dialog Control.6.0 | |
Hi All. I developed software and use a software activation security company. The problem is, every time somebody tries my software, they get false positive virus alerts from different Anti Virus companies. During my last experience with Avira, it took me nearly 6 months of telephone calls to get them … | |
Re: point to top left of project, hit file, make exe. Note, the exe file will be created in the same folder as the project. | |
Re: Thank you for this. This did not however answer my original question, how to close a program. It does close a vb application that is running but I wanted to know how to close an exe file. I'll get back to you when I figure out how to do that. … | |
Hi folks, I'm wondering how to close a VB6 multiform application using the red x on the main form. There should be a message box that lets the user confirm the exit ( yes ), or ( no ) resume the application. Thank You! |
The End.