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

Need help programming plugin

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

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

Need help programming plugin

Post by IFR »

Hi

I'm beginner visual basic programmer and I dont know much about programming DLL. From a DLL file can you take informations from somewhere else like abittorrent client and display it on your LCD? If yes, how would you do that? Do you know a good tutorial to program DLL?

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

Post by limbo »

There is a demo dll for VB .net in main LCD Smartie site....


If you want to access the interface or info from other program you can do it using various methods (depending of the program) such ini access, registry read, shared memory, API call.
Unfortunatelly the LCD smartie demo dll gives you only the basic structure of the dll for the rest:

You can search the net for examples... :shock:

I 'm sending you the source code of one released plugin to check it out and get some extra info
Since you are beg with VB I suggest you to test your skills with something easier first than access others program's interface

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

Post by IFR »

oh thanks I didn't think of ini access and registry. I know the basic of API call . BTW what do you mean by shared memrory? is it like accessing in the program process memory and gather the information? I read the plugin source but all it does is to show how to display a msg to LCDsmartie.

Post Reply