Hi,
I've embedded the .NET forms designer in my application and need it to
operate in ReadOnly mode in certain circumstances. I want the user to be
able to select different controls on the form and view their properties but
not make any changes. How can this be accomplished?
Thanks,
B...
more >>
..Net Winforms app. I'm currently using the database to store user options.
But I wonder if there is a better, faster technique. For a simple example,
look at the Visual Studio 2005 Tools > Options screens ... are all of these
choices being saved XML, a database or where? Is the OK button a "S...
more >>