Arranging dlls into subfolders – the Probing element
Would you rather put all of your dlls into a subfolder of the folder holding your main .exe file? here’s a very quick article showing you how! Continue Reading
C# lives in the .Net framework as VB does but there are a few differences
Would you rather put all of your dlls into a subfolder of the folder holding your main .exe file? here’s a very quick article showing you how! Continue Reading
To pass information to a form can be a tricky thing to do – especially where (as I often do) you want to open the secondary form as a dialog with the ShowDialog() method as once the form is called… Continue Reading