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 strongm 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: *

  1. MrMcauber

    Invalid Extn & console lights

    Hi everyone, sorry to pile straight in with requests for help, but have just inherited an ISDX with limited (i.e. non exisitant) documentation on system setup and so on, and I have a few problems..... First one, is that there is a designated 4 digit number - say 8888 - which acts as an...
  2. MrMcauber

    minimize form programatically

    Try.. this.WindowState = FormWindowState.Minimized;
  3. MrMcauber

    Custom TreeView Control

    I do something similar, its a new kind of node you need to create, add a new class and it should look something like this... You would then just create a new one of your nodes (myTreeNode aNode = new myTreeNode("SomeText", "Some other Text for Tag2") ) and add it to the...

Part and Inventory Search

Back
Top