Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I've created a program in visual basic. I found also a project in C#. But I've read on google that it's impossible to make a project containing visual basic and C# language.
So i was thinking, how to send the output of an console application (C#) to my project visual basic application.

the program in C# outputs in a console the midi commands. So how do i can get those commands transfered to my visual basic project-application?
Posted
Comments
[no name] 29-Oct-12 6:44am    
do you have C# code or just an console application exe ?
[no name] 29-Oct-12 6:45am    
Also are you working on VB6 or VB.Net
ZurdoDev 29-Oct-12 10:09am    
Would it just be easier to re-write the app in either VB or C#? Pick one and go with it.

1 solution

You cannot mix C# and VB code in "a" project. However, you can have a Solution with several projects, each one with its own source language. And, of course, you may reference one project from another.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900