Click here to Skip to main content
15,907,492 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hallo guys im seraching days to found this project:
http://www.codeproject.com/Articles/361413/MineCraft-Server-Management
on visual basic anyone can help me? thanks !
Posted
Comments
Sergey Alexandrovich Kryukov 14-Nov-13 12:39pm    
VB or VB.NET? We can only talk about VB.NET, forget "VB"...
—SA

1 solution

Please see my comment to the question, let's forget about "VB". In .NET, there are no any barriers between C# and VB.NET; both are .NET languages.

First of all, you can have one assembly compiled from C# code, referenced it by the VB.NET project, and this project can use referenced assembly in exact same way as it was written in the same VB.NET assembly. And visa versa. Moreover, there is no problem to translate C# to VB.NET or back automatically. Please see my past answer, and pay most your attention for the off-line method using ILSpy. It will allow you to translate the whole project and automatically have fully arranged VB.NET project out of existing C# project:
Code Interpretation, C# to VB.NET[^].

—SA
 
Share this answer
 
v2
Comments
Maciej Los 14-Nov-13 14:53pm    
5ed!
Sergey Alexandrovich Kryukov 14-Nov-13 15:08pm    
Thank you, Maciej.
—SA
joshrduncan2012 14-Nov-13 15:09pm    
*thumbs up* Hands you my 5, too.
Sergey Alexandrovich Kryukov 14-Nov-13 15:54pm    
Thank you.
—SA

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