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 Rhinorhino 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: vbesoft
  • Content: Threads
  • Order by date
  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 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