-1
votes
Set same icon for all my Forms
I'm not sure if the MS VS designer can deal with Forms that don't derive directly from Form. If not then you may try to copy the main form's icon to all other forms:
for each form in Forms collecti …
0
votes
Use a separate scroll bar for a textbox
We have been using WPF in our most recent project. Is WPF an option for you? If yes, it appears as if everything UI can be altered in WPF apps. We use 2 UI artists. One works in in Adope Photoshop, …
0
votes
Multilingual Winforms in .Net - opinions and suggestions
It is a pain, but its not hard. Within VS2008's WinForm designer, select the form, view its properties and set Localizable=True (if you view the partial class/code behind file you will see a new li …
