I have a DLL created in C that I am using with a VB app, however I want to implement a status bar. I was wondering if there was a
way to return percentage values from the DLL to my visual basic progress bar while the DLL is performing its task or if I can
manipulate the visual basic status bar directly from the DLL. Any help would be greatly appreciated.