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...
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.
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.