vinx
vinx

Reputation: 89

VB.NET Windows Form Designer Sharpdevelop

I'm trying to use SharpDevelop for a Windows Form App. The problem is that I need to use VB as the language, and the Form Designer works for C# only and not for VB. How can I solve this? The software I'm using is SharpDevelop 5 Xcopyable portable version, because I cannot install any software.

Upvotes: 1

Views: 1623

Answers (1)

Daniel
Daniel

Reputation: 16439

Older SharpDevelop versions (up to 4.x) had better VB support.

While there's no official X-copyable .zip file distribution for them, you should be able to simply copy a SharpDevelop 4 installation to another machine.

Upvotes: 2

Related Questions