Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to combine c and vb forms in the same project

Status
Not open for further replies.

SkyHigh

Technical User
May 30, 2002
309
CA
if so, how - thanks much
brenda
 
Not in the same project, but in separate projects in the same solution -- yes.

And I assume you mean either C# or managed C++. Regular C would likely not be possible...

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Thanks, I have a MDIform in C#.net and some c#.net forms and some vb.net forms, I have tested but is it possible to refer to these forms from each other, is there a special syntax for that or it can be done in a normal like we do when the forms are in single project.

Thanks much.
 
Just set a reference to each other in each project.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top