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 derfloh 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. vbesoft

    Problem with scalable picture window scroll bars

    when I set up a scrolable picture window and use the state ments below the scrolable picture window works fine. Private Sub Form_Load() Form1.ScaleMode = vbPixels Picture1.ScaleMode = vbPixels Picture2.AutoSize = True Picture1.BorderStyle = 0 Picture2.BorderStyle = 0 Picture3.Left =...
  2. vbesoft

    WILD CARD IN FILECOPY

    I figured out the problem today. the problem is that you cannot capture the printer to a port for dos for some reason when you do you get the error I encountered. when you uncapture the port the problem goes away.
  3. vbesoft

    WILD CARD IN FILECOPY

    I double checked that it is shown on the network and that share is checked. it is also mapped to lpt3 on the other computers so that dos can also access it.
  4. vbesoft

    WILD CARD IN FILECOPY

    when I FileCopy sFolder & sFile, "\\f\fhp" I get the error Ivalid Procedure call or Argument on the "\\f\fhp" any Idea how to resolve.
  5. vbesoft

    WILD CARD IN FILECOPY

    I gave oFSO.CopyFile a try and got the error code Path not found this is how it is written Private Sub PlotVersaCad_Click() Dim oFSO As Object Set oFSO = CreateObject("Scripting.FileSystemObject") oFSO.CopyFile "e:\spool\*.spl", "\\f\fhp\", True Set oFSO =...
  6. vbesoft

    WILD CARD IN FILECOPY

    I am new to Visual Basic and it seams what should be simple eludes me! So please bear with me. What I tried to accomplish is Private Sub PlotVersaCad_Click() FileCopy "e:\spool\es.spl", "\\f\fhp\es.SPL" End Sub but instead of copying one file i.e. es.spl I need to say...

Part and Inventory Search

Back
Top