Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
2 Endorsements
Ranked #621
~8K People Reached
About Me

writer

Interests
programming and writing music
PC Specs
Windows, All, VB6

12 Posted Topics

Member Avatar for zebnoon

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.

Member Avatar for IconKana
0
281
Member Avatar for zandy.dela.3

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 …

Member Avatar for IconKana
-1
117
Member Avatar for Yogesh_5

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.

Member Avatar for IconKana
0
161
Member Avatar for Madhukumars

[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.

Member Avatar for IconKana
0
203
Member Avatar for PHANI BHUSHAN

[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.

Member Avatar for IconKana
0
119
Member Avatar for m_1

Please let me know if you get it to work. I stopped using VB6 with Vista, only use it with XP.

Member Avatar for IconKana
0
135
Member Avatar for IconKana

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 …

0
155
Member Avatar for INI

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

Member Avatar for IconKana
0
3K
Member Avatar for IconKana

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 …

0
149
Member Avatar for mandar2886

point to top left of project, hit file, make exe. Note, the exe file will be created in the same folder as the project.

Member Avatar for IconKana
-2
293
Member Avatar for Thong_Ispector

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. …

Member Avatar for BitBlt
0
3K
Member Avatar for IconKana

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!

Member Avatar for kinwang2009
0
117

The End.