Hi,
Short version of this question first:-
Is it possible to configure WinXP Pro so that it automatically executes a batch file (or other type of script) whenever it resumes from standby mode?
Longer version:-
I use a PCI latency utility to override the default PCI latencies on my PC...
This is driving me nuts!
I'm trying to open an ADO connection to an Excel file, so that I can load the contents of the Excel file into an ADO recordset.
The code looks like this...
adoCNN_XL.ConnectionString = _
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" &...
I'm implementing a simulated drag-and-drop routine in an Access application (based on Q233274) and want to use a 'dragging' mouse pointer while the user is dragging data.
None of the icons associated with the VBA MousePointer property are suitable for this - does anyone know how to use API...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.