Search results for query: *

  1. B

    Question WinSCP - Create one session throughout the whole project?

    Yes, the first form is closed when the second form opens
  2. B

    Question WinSCP - Create one session throughout the whole project?

    Hi, I have a SFTP server that I need to connect to in VB.NET. I will need to be able to transfer files to and from this server within my VB project. I have this code: This opens a session on my FTP server. Everything works fine. However, I wish to create another form that I will also use to...
  3. B

    Question How to copy data from a CD to the local hard drive??

    Hi guys, I haven't posted in a while, and I was wondering how do you copy the entirety of a CD to the local hard drive? I have tried using the code: My.Computer.FileSystem.CopyDirectory("D:\", "C:\CD"), but the copy fails with the information that it cannot copy from a root directory. Is...
  4. B

    Question Check if an .exe file has any command line switches??

    Hi guys, I have been searching through on the internet for code that will check to see if an exe file contains any command line switches. Unfortunately, I have been unable to find any. MY Q: Does anybody know of, or write a piece of code that will check to see if an exe file contains any...
  5. B

    Question search through directory for useful files?

    Hi all, I am currently working on a project that I have started for my company. I would like to create a VB.NET application that will copy all drivers for a particular OS to a directory on the hard disk. For Example, D:\ (the cd drive) will contain all the device drivers for all OS's. If I am...
  6. B

    Question Driver installer??

    Hi Herman, Thanks for your quick reply. How would I get VB.NET to install the driver? Thanks
  7. B

    Question Driver installer??

    Hi all, I am currently working on a project for my company. We build and distribute computer systems with Windows 7. We would like to create an application in VB.NET to install system drivers for the PC. The drivers will be located on a CD (D:\) The only issue is getting VB to search through...
  8. B

    Question Datagridview with multiple text

    Done Just found out - me.datagrid.Filter = String.Format("Status NOT Like '" & "Done") & "*'"
  9. B

    Question Datagridview with multiple text

    Hi all I have a vb.net project that connects to a sql database. I have a form that contains a datagridview for the database. The database itself contains many different columns (e.g. customer name, serial number, cust phone number, current status) I am concerned about the current status column...
Back
Top