jus wondering how to do this
i made a splash screen and then i made a separate Vb application that is a payroll calculator
I would like the splash screen to b displayed before the payroll comes up...but they are seperate applications
how do i link them together?
thx in advance
how do add an application to another applicationpretty simple question...
Page 1 of 1
6 Replies - 2260 Views - Last Post: 10 December 2008 - 02:14 AM
#1
how do add an application to another application
Posted 03 December 2008 - 11:51 PM
Replies To: how do add an application to another application
#2
Re: how do add an application to another application
Posted 04 December 2008 - 12:09 AM
Well your splash screen was probably done on a form right? Well you can import that form into the other project and the code that goes along with it. Anything that was in your splash screen project, but not on the form, used to present the splash screen would have to be rewritten but the form itself and its controls, along with all events in that form's class can simply be imported.
Open your splash screen project folder in windows explorer, find the splash screen form file. Copy it to the folder where you have your other project.
Go to your application, right click the solution name in the solution explorer window and choose "Add" >> "Existing Item" and then browse to the folder that holds your project. Find the form file you just copied over and click the "Add" button.
Your form is now part of your project.
Open your splash screen project folder in windows explorer, find the splash screen form file. Copy it to the folder where you have your other project.
Go to your application, right click the solution name in the solution explorer window and choose "Add" >> "Existing Item" and then browse to the folder that holds your project. Find the form file you just copied over and click the "Add" button.
Your form is now part of your project.
This post has been edited by Martyr2: 04 December 2008 - 12:10 AM
#3
Re: how do add an application to another application
Posted 04 December 2008 - 02:26 AM
ur were really broad... i got to the splash screen section thingy and theres like 5 things that begin with form... which 1? and then were exactly do i paste? u said the payroll but like where...where all the other forms are or in the beginning
try to b a little more specific
note: wen i go to add then existing item...i can alrdy find wat im looking for there but wen i add it gives like 10 errors
try to b a little more specific
note: wen i go to add then existing item...i can alrdy find wat im looking for there but wen i add it gives like 10 errors
#4
Re: how do add an application to another application
Posted 04 December 2008 - 02:57 AM
wow im so mad...i was trying to copy the files and now i cant even open either of the projects without these crazy erriors...ffs
#5
Re: how do add an application to another application
Posted 08 December 2008 - 07:12 PM
cmon guys i need haelp fast pls answer for me
#6
Re: how do add an application to another application
Posted 08 December 2008 - 07:57 PM
sweetlipz, on 8 Dec, 2008 - 06:12 PM, said:
cmon guys i need haelp fast pls answer for me
Ok
Now in your form1 load sub type:
Timer1.enabled = true form2.show()
In your Timer1_tick sub type:
form2.close() Timer1.enabled = false
Attached File(s)
#7
Re: how do add an application to another application
Posted 10 December 2008 - 02:14 AM
i got the app's linked and got the splash screen to come up first and dissappear after 3 secs like i want
only prob is the main app(not the splash) loads a split sec after the splash and covers it
i guess my quess is how do i make the main app load 3 seconds after i click debug(after the splash screen dissappears)
only prob is the main app(not the splash) loads a split sec after the splash and covers it
i guess my quess is how do i make the main app load 3 seconds after i click debug(after the splash screen dissappears)
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|