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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create new VB Project programmatically

Status
Not open for further replies.

cecilcheah

Programmer
Apr 30, 2001
28
0
0
CH
Hi there

I need to convert my project from another programming language to VB Net project. What i need to do is to be able to create the same components from the other language and place this a form in VB Net Project. I do not need to translate any scripts, only have to create the objects on a fly programmtically. I know how to do this in rumtime, but this has to be done in design time, because after creating the objects in VB Net, my colleagues can programme in VB Net further.

Can anyone give me a help or a hint on how this can be done.

Thanks in advance
 
Hi there

Is it eonugh to just try and edit the .MainForm file? Do i have to take care of any other files like the Assembly file?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top