Search results for query: *

  • Users: tommyt11
  • Content: Threads
  • Order by date
  1. T

    Question parsing a text file and writing to new text fileD:\Folder\

    I have a dilemma. I am quite a novice at parsing text files in vb net. I have tried split to no avail. This is what I need to do. I have a text file with multiple lines (varies with each run of the function) The text file is a list of files with paths. Each path is different i.e...
  2. T

    parsing strings during objReader.ReadLine

    I'm having difficulty finding exactly what I need. I have code that gets Initial Path, Return Path and a List of FileNames with FullPath of filename All works well, but in the list of filenames I need to trim or split the filenames to only have filename with extensions(no path) I'm trying to do...
  3. T

    Question Why does this coding fail if drive directory chosen?

    Hi, I'm confused. This code works fine as long as directory chosen from directory dialog is not a root directory on any drive. Example if I choose C:/ or F:/ it fails and I get exception: 'System.UnauthorizedAccessException' occurred in mscorlib.dll. Is there a way to handle this exception and...
  4. T

    Question passing local variables to next function

    I thought I posted this but apparently didn't take I have a win form app I am building. Initially I build a variable string from following code and need to pass it to next function which sends to dll and on to server. My problem is I create the string its there but I lose it before I can pass...
  5. T

    communicates functions?

    I'll be as detailed as possible. Looking for direction not solution. I am a GUI guy. I write the client side of a service. Developer writes a server side (php) based program. Plan is to have a compiled program ( not a dll ) in place on client that communicates functions to and fro from client...
  6. T

    Question Having trouble with build executable?

    Hello I am somewhat new to vb.net but have written vba for many years. I am using Visual Studio 2012 and have built 2 prior applications in winforms. The third one I am having trouble. I debug in both debug and release mode and receive no errors or warnings. Everything runs as planned. When I...
Back
Top