Windows Develop Bookmark and Share   
 index > Windows Forms General > Multiple Programming language Support in a SIngle project
 

Multiple Programming language Support in a SIngle project

Hello All,

Im Developing a Project Using VS 2005(C # ).

i Created all my class files in C #.

Now i created a Class file in Vb.NET, in that same Project.

When i Creating object to that class i cant create it.

How can i do this,

Plz Help me

Thanks in Advance

Balagangadharan.R

Balagangadharan  Monday, March 03, 2008 9:10 AM
Hi,

You can't use different languages in the same project. You should place your VB.NET class into another project ( ClassLibrary ) and then use assembly with VB.NET class in your project.
Mykhaylo Terentyak  Monday, March 03, 2008 10:03 AM
Hi,

You can't use different languages in the same project. You should place your VB.NET class into another project ( ClassLibrary ) and then use assembly with VB.NET class in your project.
Mykhaylo Terentyak  Monday, March 03, 2008 10:03 AM

You can use google to search for other answers

Custom Search

More Threads

• Tree view scroll index
• How to change the button name in a Folder Browser Dialogs in C#
• Help with start cmd command
• How can i place windows textbox on taskbar like desktop search
• Form navigation between forms
• UserControl with other controls inside (URGENT)
• have IntPtr hWnd -- how to turn back into a browser control & change url ...
• problems with Timer
• Opeing default web browser to an URL automatically
• Create controls at runtime.