Is it possible to write a Device driver in VB?.
This project was developed to interface a FootPedal (A device used by Medical Transciptionist for Controlling the voice file. It has 3 pedals for Stop, Start & pause. This project receives the port signals through the Windows gameport driver. We have used the APIs related to Joystick like "JoyGetPos", "JoyGetDevCaps" etc. The frontend integrates the footpedal & user can control the voice file by click of the command button.
The problem now we are facing is that this software is not working in Win98 & WinNT. We went thro' all APIs & help & net. We could not find any hint. Only hint I got was to convert it to COM port & use MSComm Controls. But this creates other problems & was not approved.
Now we are planning to write a device driver. So I need your help as to how to go about in writing a device driver. Is it possible to write a Device driver in VB?. If not I will write it in C++. Then how to link C++ driver with VB?
Please give me some hint about this Problem.
Re: Is it possible to write a Device driver in VB?.
Simply, put..no it is not possible to write a device driver in VB. Also, you mentionn that you use NT & 98. I guess you also need to realise the that drivers in 98 and NT are quite different. You need to write the Driver in C(++). The Windows DDK is a good place to start. If you need any help, email me and I'll try...
Re: Is it possible to write a Device driver in VB?.
have you try on the ndis3 vpacket.vxd for win98 ? it doesn't work after I compiled it, it just failed when I run the conpack.exe program.