Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jkzee
  • Order by date
  1. jkzee

    Enabling/Disabling Start Button on Windows 2000

    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...
  2. jkzee

    Enabling/Disabling Start Button on Windows 2000

    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
  3. jkzee

    Enabling/Disabling Start Button on Windows 2000

    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...
  4. jkzee

    Programmatically Create PostScript File Type

    Hello Cheyney, Thank you so much for your help...I will check that out and let everyone know if this works. Regards, Jack
  5. jkzee

    Programmatically Create PostScript File Type

    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...
  6. jkzee

    save as .ps?

    How can we programmatically write to a postscript file from Access w/o the dialog box asking for file name?

Part and Inventory Search

Back
Top