Introduction In the previous parts we looked at ways of hiding and showing a single Tab Page in a TabControl. In some situations you may need to hide and show multiple pages. This is still fairly easy to do, but now you need a collection in which to hold the TabPages you have removed. (Remember from the previous
Similar Posts
In the previous part I looked at a very simple scenario where the developer knew in advance which TabPage should be hidden and re-shown. Next we'll look
AfterNote There are now three blog items on this topic, each showing a different aspect If you want to view them all as one article, follow this link
Moving Beyond Simple Strings Introduction In the previous item on Listboxes I looked at some ways of tweaking a WPF ListBox which contained only strings
a.k.a. The Power of the PrintForm Power Pack! Introduction Let's face it, ease of printing in VB.NET has never been its main selling point. In fact, because