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?
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Need help programming plugin
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 201
- Joined: April 6th, 2005, 12:59 am
- Location: Canada
- Contact:
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
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...
I 'm sending you the source code of one released plugin to check it out and get some extra info
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...

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
-
- Plugin Author
- Posts: 201
- Joined: April 6th, 2005, 12:59 am
- Location: Canada
- Contact: