4 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for malkani.ji.73

Please help to create a driver file of the given code becoz i dont know what should i do to create a driver file. import javax.swing.*; class Product{ private String PId; private String PName; private String PPrice; private String Pcategory; private String PQuantity; private String PDescription; public Product(){ PId=null; PName=null; …

0
211
Member Avatar for JaceLightning

I am struggling to create a Windows virtual display driver. ***What I want***: A driver that I can register as a service, so that I can add a virtual mointor to a windows computer when my program starts, i.e. the computer shows that there are two monitors attached, but there …

0
181
Member Avatar for danielwtn

I recently purchased a Sony 4 GB micro vault flash drive(model #: USM-4GL) and quickly discovered that it would not connect to my computer. When I plug it in, my computers beeps like it would normally but I cannot find my drive in My Computer. I have managed to open …

0
127
Member Avatar for Thew

Hello, I am encountering a problem when I try to connect to my webcam using CreateFile. Using the SetupApi, I found the interface path of my webcam: \\?\usb#vid_03f0&pid_5d11&mi_00#6&aad3e6&0&0000#{6bdd1fc6-810f-11d0-bec7-08002be2092f} According to the MSDN documentation I supposed that when I use this interface path in CreateFile, I will be able to read …

0
114

The End.