Page 1 of 1

Visual Basic

Posted: February 13th, 2006, 12:39 am
by Rafael_Brazil
Is there some source of demo plugin written in Visual Basic? not vb.net...

:)

Posted: February 13th, 2006, 3:33 am
by IFR
Trust me it is better for you to use VB.NET ;)

Posted: February 13th, 2006, 12:47 pm
by limbo
vb 6 cannot support dll creation!

U have to use .net

Posted: February 13th, 2006, 5:54 pm
by Rafael_Brazil
Thanks... I need to learn about it!

Posted: February 13th, 2006, 10:05 pm
by limbo
Take one step per time
:arrow: Install VB.Net
:arrow: Try to play with interface
:arrow: Look for simple guides on the net
:arrow: Download the demo source code for VB.Net
:arrow: Build you first plugin using just the code provided
:arrow: Try to alter your dll code now...
:arrow: Rebuild... and test
:arrow: Rebuild... and test
:arrow: Rebuild... and test

Posted: February 14th, 2006, 12:49 am
by IFR
If you know how to program in vb6 then you already have a good base for VB.NET.

Follow Limbo's steps above and you will be able to program .net. It's not hard.