Click here to Skip to main content
15,890,415 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionProject location is not fully trusted Pin
hemrk1-Jun-06 6:01
hemrk1-Jun-06 6:01 
AnswerRe: Project location is not fully trusted Pin
Ed.Poore2-Jun-06 6:17
Ed.Poore2-Jun-06 6:17 
QuestionIdentifing unmanaged code [modified] Pin
Praveen_S1-Jun-06 3:24
Praveen_S1-Jun-06 3:24 
AnswerRe: Identifing unmanaged code [modified] Pin
Stephan Samuel1-Jun-06 6:59
Stephan Samuel1-Jun-06 6:59 
QuestionCustom Controls Problem Pin
arorakapik1-Jun-06 2:58
arorakapik1-Jun-06 2:58 
AnswerRe: Custom Controls Problem Pin
Ed.Poore2-Jun-06 13:56
Ed.Poore2-Jun-06 13:56 
QuestionIs there any application block for personalization for winforms of .net framework 1.1 ? Pin
Kent Liu31-May-06 23:41
professionalKent Liu31-May-06 23:41 
AnswerRe: Is there any application block for personalization for winforms of .net framework 1.1 ? Pin
Ed.Poore2-Jun-06 14:00
Ed.Poore2-Jun-06 14:00 
Kent Liu wrote:
But all these need the programmer to write code to save & get & set the windows layout (such as the width/height of one control of form).

This seems to imply that you want all settings to be saved automatically, is that what you are looking for?
Note that all settings that require saving / loading will require coding, it just depends who does it, it could be the designer (as in VS .NET one), it could be you or it could be someone else who has hidden the code behind a nice GUI.

To be honest unless you have thousands of settings it'd be easier to save them yourself.  Perhaps the easiest would be to use an ArrayList to store the settings while the form is running, when the form closes this can be serialized to a file (or even :shudder: the registry if you require), and then when it runs again, deserialize it back and reload the settings from it.



You know you're a Land Rover owner when the best route from point A to point B is through the mud.

Ed
Questionarchitecture/design of the component 'System.Web.Mail' Pin
Ashuu31-May-06 23:28
Ashuu31-May-06 23:28 
AnswerRe: architecture/design of the component 'System.Web.Mail' Pin
Ed.Poore2-Jun-06 14:05
Ed.Poore2-Jun-06 14:05 
QuestionUsing C# DLL on another mechine Pin
Sanjeet Sachan31-May-06 22:16
Sanjeet Sachan31-May-06 22:16 
AnswerRe: Using C# DLL on another mechine Pin
Stephan Samuel1-Jun-06 6:51
Stephan Samuel1-Jun-06 6:51 
GeneralRe: Using C# DLL on another mechine Pin
Ed.Poore2-Jun-06 14:01
Ed.Poore2-Jun-06 14:01 
QuestionIs there a way to change the original value in the DataRow? Pin
NewSilence31-May-06 21:17
NewSilence31-May-06 21:17 
AnswerRe: Is there a way to change the original value in the DataRow? Pin
ApurvaShah1-Jun-06 11:47
ApurvaShah1-Jun-06 11:47 
QuestionJavascript Scripting Engine for application framework? Pin
copper000231-May-06 3:05
copper000231-May-06 3:05 
AnswerRe: Javascript Scripting Engine for application framework? Pin
Dustin Metzgar31-May-06 3:57
Dustin Metzgar31-May-06 3:57 
QuestionHow to call Visual Studio Command Prompt in VB.NET Pin
asifhameed131-May-06 2:13
asifhameed131-May-06 2:13 
AnswerRe: How to call Visual Studio Command Prompt in VB.NET Pin
Craig Gilchrist31-May-06 2:32
Craig Gilchrist31-May-06 2:32 
GeneralRe: How to call Visual Studio Command Prompt in VB.NET Pin
asifhameed131-May-06 3:40
asifhameed131-May-06 3:40 
GeneralRe: How to call Visual Studio Command Prompt in VB.NET Pin
Craig Gilchrist31-May-06 3:47
Craig Gilchrist31-May-06 3:47 
QuestionPRoblem while adding field to the data set of reports(.rdl) Pin
kiran015331-May-06 2:01
kiran015331-May-06 2:01 
Questionadding fields to the dataset of report in .net reports project Pin
kiran015331-May-06 0:07
kiran015331-May-06 0:07 
Question.NET dependent executables [modified] Pin
Imtiaz Murtaza30-May-06 21:42
Imtiaz Murtaza30-May-06 21:42 
AnswerRe: .NET dependent executables [modified] Pin
leppie31-May-06 2:41
leppie31-May-06 2:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.