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 Chriss Miller 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 Cybrax

  1. Cybrax

    Menustrip problem

    use this int he form onload event menuname.Visible = false; menuname correspond to the name you set for the menu in the properties window
  2. Cybrax

    Accessing Active Directory

    i would go with the windows service why: its always running, if it crashes windows will auto restart also on computer boot you cna simple add a timer to the sevice saying hety its "x" o clock perofomr the action. it doesnt really matter actually you can also make a console app and let a...
  3. Cybrax

    Parse a text file into an object

    well the easiest way would be to use the filestream class and the split function you say you want to do it urself so i dunn how much to say but ass using System.IO; to the project FileStream files = new File.OpenText(@"C:\test.txt"); now you can play with files string[] inLine; inLine =...

Part and Inventory Search

Back
Top