Hi.....
look: if my project contain tow forms (form1/form2)....
i need code to export form2 to this path (c:\ form2.exe)
if i open that path it open form2 not form1..
thank you
iyado
how!!
Started by kiss, Jan 10 2008 03:32 AM
5 replies to this topic
#1
Posted 10 January 2008 - 03:32 AM
|
|
|
#2
Posted 10 January 2008 - 03:36 AM
... try google.....google is your freind
#3
Posted 10 January 2008 - 03:53 AM
As I explained to a previous thread.. You need to make an EXE file for form 1 and another EXE file for form 2.
#4
Posted 10 January 2008 - 04:00 AM
TheComputerMaster said:
As I explained to a previous thread.. You need to make an EXE file for form 1 and another EXE file for form 2.
yes .how???:mad:
#5
Posted 10 January 2008 - 04:52 AM
In order to build a separate exe file for a form you have to create two projects! I know this was already stated to you.
Project 1 = Form1
Project 2 = Form2
Build each and then you can execute Form2. It seems like a waste though, why don't you just call Form2 from code?
Project 1 = Form1
Project 2 = Form2
Build each and then you can execute Form2. It seems like a waste though, why don't you just call Form2 from code?
#6
Posted 10 January 2008 - 05:23 AM
Lop said:
In order to build a separate exe file for a form you have to create two projects! I know this was already stated to you.
Project 1 = Form1
Project 2 = Form2
Build each and then you can execute Form2. It seems like a waste though, why don't you just call Form2 from code?
Project 1 = Form1
Project 2 = Form2
Build each and then you can execute Form2. It seems like a waste though, why don't you just call Form2 from code?
okok . what abt code??


Sign In
Create Account


Back to top









