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 Westi 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: *

  1. lixtifur36

    desktop shortcut

    Dim mExeFileSpec As String Dim mDestPath As String I am trying to make a setup program for my Access app. I need some help with puting a shortcut on the destop. My code is as folows: Private Declare Function OSfCreateShellLink Lib "vb6stkit.dll" Alias "fCreateShellLink" _ (ByVal...
  2. lixtifur36

    HELP needed with a setup program

    I am making a setup program in Visual Basic for my Access App. I want the setup program to Opthen the Access program, which works fine. I also want it to display the folder in a window on screen, which I cannot get to work. Can anyone please help. I should have the setup program test if MS...
  3. lixtifur36

    Reg32srv

    I am trying to make a setup program for my Access application that I have created. I need to register a dll file. How do I do that in Visual Basic 6? I Thank you,
  4. lixtifur36

    Date problem

    Hello, I am having a problem with an Access Application that I have created. The program works fine on some machines and on others it crashes, pointing to a line of VBA code (sDate.text = Date -365). It highlights the word "Date" and a message box comes up saying "Compile error: can't find...
  5. lixtifur36

    web page displays as password

    Hello, I am trying to create a webpage on my computer. I have Windows 2000 with the Internet Information Services(IIS) installed. I have created a test page and dropped it in the folder wwwroot. The problem that I have is that when I go to the page from another computer, a message comes up...

Part and Inventory Search

Back
Top