I'm pretty sure the answer is no but I am curious, is it possible to write a driver in .NET code? I am talking more software driver here rather than hardware driver (ie something like a file system filter as opposed to a driver for a printer or something).
Trying to figure out if there is anyway built into windows 7/Vista/XP and/or Dpinst to verify that a driver is installed? I created a program that uses DPinst to install a driver and now I need to figure out how to tell the user that it is safe to close the program once the driver is install as the driver takes longer on some machines to install. Would anyone know how to get this to work?
I need to create a driver that can be installed as a printer and instead of printing to a physical printer it needs to print to a text file. I have no idea how to do this. I have searched for an answer on these forums but so far I haven't had much luck. I know it isn't easy to create a driver in VB but I don't know if this is technically a "driver" since it isn't interfacing with actual hardware.
Im working with a CD722UN Customer Display for our POS application. it comes with a USB2.0 connection and a installation package containing a driver etc. now, for my application. how should i do when i want to access this driver? at the moment i'm using the "CD722UN application"s .dll path but that can wary from clients OS etc. [Code] my first thought was to first check if there was a device installed in the device manager and somehow use the driver from there? [Code] what is the best solution?
I'm starting to get into the microcontrollers and I was wondering if anyone had any experience using visual studio and/or visual basic writing drivers and application software for USB Devices and using different microcontrollers from Atmel and Microchip?
If you know of any good websites or anything out there that would get help get me started that would be great.
I have build an application in VB.NET (3.5) wich connects to an oracle DB. I works perfectly on my pc. However. When I install the app on a pc without oracle it will not connect to the DB on the server. Do I have to install somekind of driver on the client pc?
I seem to recall that there is an API which will return the INF file associated with a device driver but I'm drawing a blank. I want to get the path to the INF File, File Name Section Name and File Date.
I am working on a project that needs to using an activeX driver (libaray), a .ocx file. The driver have some properties and methods. I added the reference and have a new instance. When I try to put values to the properties, I got error messages from the driver.
Imports CBMCOMMLib Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load [URL] MaxTraces is one of the properties. Am I using the library correctly?
I have a requirement to convert a word file to PDF and to display it to users.It needs to be in PDF to prevent users making changes to the document.Only a few of the PCs which use the software have Word 2007 installed, most have Word 2003 but all have a third-party printer driver CutePDF installed.I would like to automatically convert the file to PDF using CutePDF without the user having to open a print dialog. In fact I don't want the user to have to do anything at all except request to view the document which will set the automatic process in motion.
Iīm using Windows 7, 64 Bit and Visual Basic form VS 2010 to develop an application.
I want to remove a HID driver with the Devcon.exe tool. Using the console (cmd.exe) with the following command, there is no problem. The driver ist removed immediatly.
So - we are FED UP with our medical records packaging (document imaging) system and want to create a simple filing interface for our scanners to use in VB. Part of this deal is getting VB to interact with a TWAIN Driver.
There is some code out there for ASP.NET and C# - does anyone know of a VB.Net based code I could look at?
I have spent part of my day trying to recreate the ASP into VB but the calls are just different enough to get interesting.
I'm working on a security type program that has a system tray that starts with windows and a driver to prevent it from being closed. Any ideas where to start?
I'm receiving this error from the ODBC SQL Driver as mentioned :- ERROR [07002] [Microsoft][ODBC SQL Server Driver]COUNT field incorrect or syntax error.
After some digging around both here and the www in general I have plucked the following code to allow me to install a non listed printer driver to my XP machine. Problem is I am unable to get it to function properly.
The first section of the code creates the port every single time with out fail on any machine that I have tried but doesn't seem to function with the addition of the drivers.
I am trying to install HP driver that have been downloaded for HP site (extracted into C:emp1hp3035 ). I am also trying the same with a HP 4730 printer but neither work. I know i'm over looking something but what??
from most of the sites I need both the .ink and the .dll references but the HP .exe when extracted give a scatter of .cab files. I have tried to extract the EN one and use the dll from there still no joy (this it the .dll reference below.)[code]...
It's been a while since i've posted. Happy Valentine's day! Requirement: I would like to interface my .NET application to a "virtual webcam driver" for the purposes of SENDING image frames. I'm happy to use an open source .NET or COM component if that exists or indeed implement a "webcam driver" from scratch if someone can point me in the right direction. My first priority is the functionality.
My second priority is low dependancy on 3rd party libraries and tech (aside from .NET of course I'd prefer not to involve directshow if possible?
I have been working with TWAIN driver for few days. I have learnt how to connect to the scanner or get the working scanners connected to the machine. I am having a problem now, eventhough i get connected to the scanner, I am not able to set the capabilities from my application. The scanner scans using the capabilities that are set on it but not from my application. I have looked at the sample code given with twain pro but even that doesnt set the capabilities of the scanner. For example if the scanner is set to 300 dpi and I set 200dpi from my application, the scanner scans with 300 dpi. It gives me an error saying that the value given is out of range.
I recently upgraded to developing on a 64bit windows 7 system from 32 bit xp. I am using VS2010, same install from the old system.My apps have always targeted a x86 systems If I change this to target x64 on my new system the app can no longer connect to my database (Progress).
I am trying to complete a driver license exam in vb that includes a module and two forms.It says that I have to have 2 arrays to compare(correct answers and user input) in order to see if the user passed or failed. User must have >15 correct to pass.I am so confused on the arrays part and need help to get this application to work. Can someone please help me with the correct counter accumulator and comparison of the arrays? I am also supposed to declare the correct answers in the module and I have tried everything, but I keep getting errors. [code]
I am trying to preinstall an .inf driver after my windows program loads and was using this question as an example. I am writing in VB.Net while the original question was done in C# so it might be something I lost in translation but here's what I have:
Public Shared Function PreInstall(ByVal fileName As String, Optional ByVal useDefaultLocation As Boolean = True) As Boolean Try
First off, apologies, I am probably diving in a bit too deep with this one. I am trying to find the current version of the drivers in my machine. I have a list of the GUIDs and friendly names by using the following code:
I have a problem connecting with mysql server 5.1. I tried several methods and been a lot of googling too but can't find the solutions yet. Here's the installed component btw[code]...
I currently connect to a MySQL database using the ODBC MySQL 5.1 Connector, how would I be able to detect if the driver is installed before a connection attempt?
I want to start a new project, an application to detect drivers installed and not installed. can someone give me some details about how can be checked, what codes i need to retrieve.