Post: Need Visual Basic Help
02-18-2011, 03:15 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Okay, so basically a week ago, I made a program that took my like 5 hours to create. And what I want to do is, create a new program, and tie all of the code + designer to a button. Basically make a welcome screen, then make a Menu Strip, and then put an option for my application, and once its clicked, have the program I made open off that. But I just don't know how... If you need me to explain in better detail, just tell me.
(adsbygoogle = window.adsbygoogle || []).push({});
02-21-2011, 05:19 PM #11
Originally posted by aNut View Post
No shit, I use it. So you want to make another application that can open your other application from a menu? Let me code that up for you :hitman:


Yeah, like I made an application, and I want to make a BRAND NEW application, and have the form1designer be the welcome screen, then have my other application load off a welcome menu or button
02-21-2011, 06:44 PM #12
Pichu
RIP PICHU.
Youtube is a good source to find information, also check out Microsoft's instructions, they help when your completely in doubt.
02-21-2011, 07:11 PM #13
Originally posted by skitterz View Post
Yeah, like I made an application, and I want to make a BRAND NEW application, and have the form1designer be the welcome screen, then have my other application load off a welcome menu or button


Sorry I am a little late with the reply, I had to go out! So how you would open your other application is easy but from what you have said you could just build the idea into your current code (welcome screen > click button > open frmMain)

But to open another application use

    Process.Start("example.exe")


Replace example.exe with your other application name.
02-21-2011, 09:48 PM #14
Spirant
Bounty hunter
Originally posted by skitterz View Post
Okay, so basically a week ago, I made a program that took my like 5 hours to create. And what I want to do is, create a new program, and tie all of the code + designer to a button. Basically make a welcome screen, then make a Menu Strip, and then put an option for my application, and once its clicked, have the program I made open off that. But I just don't know how... If you need me to explain in better detail, just tell me.


Okay, so what you want to do is; Have a welcome screen and when you press a button your application opens?
Sorry, I just don't quite understand what you need help with:embarrassed:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo