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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DanielLCC

  1. DanielLCC

    Windows Service deployment

    Well, I knew about Installutil before, but I was wondering how to make it simple to install on computers not running .net. Possibly something like the setup wizard for applications.
  2. DanielLCC

    Windows Service deployment

    I have a windows service and I need to figure out how to deploy it with an installation application.
  3. DanielLCC

    Integer Characters

    ok, thanks it works.
  4. DanielLCC

    Integer Characters

    I want to go through a character array and find the point where numbers stop and blank space starts. I'm trying to do this with a for loop that checks if each character is a number or not. How can I tell if each character is a number?
  5. DanielLCC

    trimming newlines

    I have a program in which I write several numbers, seperated by commas, to a text file. I then use the split function to get the individual numbers back. The problem is that the writer puts a newline at the end of the text file and I need to somehow get rid of it. I tried using a string.trim...
  6. DanielLCC

    Errors regarding Windows Services

    nevermind, I just had to refresh the servicecontroller
  7. DanielLCC

    Errors regarding Windows Services

    Ok, That turned out to be the problem with starting the service, but now there are more problems. Now if I start the application and click start service it doesnt start the service (The servicecontroller is saying that it is already running) and when I click stop it gives me the "cannot stop...
  8. DanielLCC

    Errors regarding Windows Services

    I have two questions: First, I was working on debugging a service I had just written and getting really frustrated because nothing I tried seemed to be fixing a relatively simple problem. Eventually I figured out that VB .net hadnt been building new .exe files at all. I tested this by deleting...

Part and Inventory Search

Back
Top