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 TouchToneTommy 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: newguy9
  • Content: Threads
  • Order by date
  1. newguy9

    NT clients not authenticating

    I teach computer programming in a high school setting. We have a tech in each building, but he is usually overworked with maintaining the large main network. This can mean that it takes several months to get to problems on my network. I work with a small network using a Red Hat Linux...
  2. newguy9

    Universal Naming Convention (UNC) in VB 6 Professional

    Visual Basic 6 Professional does not seem to handle data files whose pathname uses universal naming convention. I just need to create and read simple sequential access data files whose pathname is given in UNC. Unfortunately, the usual Open statement crashes (Open strFileName For Output As #1...
  3. newguy9

    Linux style pathnames for Visual Basic text files

    My Visual Basic program (running on an NT client) needs to create and read text files stored on a Linux server. The problem is that my VB program crashes when I try to use the standard Open statement with a pathname of the form: //servername/directoryname$/filename (the $ is part of the...
  4. newguy9

    Pathname for files on a linux server using Visual Basic

    My Visual Basic program running on an NT client needs to create and read text files on a Linux server (RedHat). The problem is that the pathname is of the form: //servername/directoryname$/filename ($ is part of the directory name) The program crashes with the standard Open statement using...

Part and Inventory Search

Back
Top