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!

Recent content by Fynn

  1. Fynn

    Suspending Exception Handling

    Is there a way to turn off exception handling so that you can stop the code execution right where the error took place. As all good developers do ;) I have taken error handling into account from the begining of the dev process but when debugging the exception handling is getting in the way. I...
  2. Fynn

    A Better DataGrid??

    I do not have any intimate experience them but I have heard good things about Syncfusion and ComponentOne. Mind you I have also heard that they have their quirks but they may be better than the out-of-the-box datagrid. I believe you can download samples from their respective sites.
  3. Fynn

    Treeview AfterCheck Event

    Thanks for the reply Kris11. The only problem is that I am working with the vb.net treeview control which no longer has a key property. Treeviews in .net contain collections of nodes which in turn can contain collections of nodes. Using a static variable to hold a reference to the last selected...
  4. Fynn

    Treeview AfterCheck Event

    I am using a treeview control in vb.net. I need to provide functionality that allows only one node to be checked at time. I am trying to avoid iterating through all the nodes (there could potentially be quite a few) by keeping a reference to the last node checked in a static variable. When the...
  5. Fynn

    i want to show all the control in the center of form any resolution

    If resizing each control is not important, drop all of your controls onto a frame and in the resize event of the form center the frame. It should make your life a bit easier.

Part and Inventory Search

Back
Top