Click here to Skip to main content
15,949,686 members

Comments by Supratik sadhuka (Top 7 by date)

Supratik sadhuka 1-Mar-11 7:39am View    
thanx i have been able to do it..here it is how

1.paste the source folder of the project2 in project1
2.from project1 file->add->new project
then select project2
3.from the assemble you also have 2 select the project2 from projects tab
4.now project2 is attached into my project1...so just make a object by
project2.form1 obj=new project2.form1();
obj.show();
done..
Thanx for all those who helped
Supratik sadhuka 28-Feb-11 11:12am View    
Thnx for your answere and your interest in my question...
See its like i have 2 projects and i want to integrate them like the when i click on a menu in a form of project1 i am directed to a form of project 2..this is what i want to do actualy...so what do i do...
Supratik sadhuka 28-Feb-11 11:11am View    
Thnx for your answere and your interest in my question...
See its like i have 2 projects and i want to integrate them like the when i click on a menu in a form of project1 i am directed to a form of project 2..this is what i want to do actualy...
Supratik sadhuka 28-Feb-11 10:31am View    
"Win32Exception: The system cannot find the file specified"
the debugging thing shows error on the line

private void ReceivefilemenuItem3_Click(object sender, EventArgs e)
{
Process myProc;
myProc = Process.Start("pro2.exe");<-------this line is showing the error

}
Supratik sadhuka 13-Feb-11 2:02am View    
Thanx for the links...Every page in google search has been made...butd solution is hard reached...decyption alone is making my project incomplete...