BTW...here's the code:
'
' Paste this into a Code Mode (BAS)
'
Option Explicit
'
Private Declare Function FindWindowEx Lib "user32" Alias "FindWindowExA" (ByVal hWnd1 As Long, ByVal hWnd2 As Long, ByVal lpsz1 As String, ByVal lpsz2 As String) As Long
'
Private Declare...
Okay, I found a code that will enable/disable the start button - but does anyone know he may be disabling it during startup? Need to check, but the possible ways I'm familar with are:
1) executing program to disable during startup
???
Thanks
I am looking for the API(s) and sample code that I can use that will allow me to enable and disable the windows start button. The reason is I am helping a friend of mine whose primary tech support person recently passed away, and he disables the start button upon loging (I assume). I was...
Background: I am producing reports out of MS Access and want to distribute them in the PDF format. I have a function that generates 38 separate reports and want to save each report in PDF format.
What I have done so far: I have Adobe Acrobat Distiller and know about the PDFDistiller.FileToPDF...
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.