To all the VB gurus out there, I've a simple task but don't know where to start. I would like to display on my VB form a value that is calculated by a function called DoScore in the device driver code. I have access to the driver code that's written in C.


What is required of the Device Driver programmer to allow me access to this function and how do I didsplay it in the form?

Thanks for any input.