Sign in | Join
Last post 05-07-2008 11:16 PM by Mikhail Arkhipov (MSFT). 3 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
Is it possible to create a USB driver in VB .Net? If yes, then can anyone help me with that by suggesting any tutorial or site to refer.
Thank You
From my point of view in vb.net you cannot access hardware deeply but can in C++
http://www.codeproject.com/KB/system/driverdev.aspx
Thnx for that site. But I am looking for somethin in VB .Net.
I don't think you can write device driver in managed code, sorry.