Hey everybody,
Just started with darkbasic so still a lot of questions!
First of all, I'm a systems administrator but have been programming VB6 and VB.Net for some years now.
For my work I made a systems administration tool and as a first project to learn dbpro i thought about making a 3D version of it, SysAdmin3D

.
It'll show servers in 3D and you can zoom in at servers, look at CPU load, check services, event based alarms, create users/mailboxes, check active directory replication, etc etc etc. when a server fails, it'll explode in pieces or something like that, still pondering on exploding or just a loud siren

lol
For my "2D" version I already use a DLL that has all my functions to do all these checks and operations..(using WMI, ADSI, etc).
But it's created in VB.Net.
I've been looking all over the forum (search function would be nice) and the only examples and situations I stumble accross deal with VC++ or DEV-C++ and string tables...
So my question: Can DBPro handle VB6/VB.Net dll's? and if so, HOW?
Example would be nice.
Thanx in Advance!!