Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Visual Basic

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

Visual Basic

Post by Rafael_Brazil »

Is there some source of demo plugin written in Visual Basic? not vb.net...

:)

IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post by IFR »

Trust me it is better for you to use VB.NET ;)

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

vb 6 cannot support dll creation!

U have to use .net

Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

Post by Rafael_Brazil »

Thanks... I need to learn about it!

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post 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

IFR
Plugin Author
Posts: 201
Joined: April 6th, 2005, 12:59 am
Location: Canada
Contact:

Post 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.

Post Reply