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

    Windows Service deployment

    I have a windows service and I need to figure out how to deploy it with an installation application.
  2. 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?
  3. 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...
  4. 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