Click here to Skip to main content
15,920,005 members
Home / Discussions / C#
   

C#

 
Questionautocomplete feature Pin
Adobe200726-Apr-07 5:35
Adobe200726-Apr-07 5:35 
AnswerRe: autocomplete feature Pin
led mike26-Apr-07 5:40
led mike26-Apr-07 5:40 
GeneralRe: autocomplete feature Pin
Adobe200726-Apr-07 5:43
Adobe200726-Apr-07 5:43 
GeneralRe: autocomplete feature Pin
Mark Greenwood26-Apr-07 13:26
Mark Greenwood26-Apr-07 13:26 
GeneralRe: autocomplete feature Pin
Adobe200728-Apr-07 13:16
Adobe200728-Apr-07 13:16 
QuestionFolderBrowserDialog.SelectedPath Pin
Soulprovider26-Apr-07 4:48
Soulprovider26-Apr-07 4:48 
AnswerRe: FolderBrowserDialog.SelectedPath Pin
althamda26-Apr-07 5:25
althamda26-Apr-07 5:25 
GeneralRe: FolderBrowserDialog.SelectedPath Pin
Soulprovider28-May-07 23:51
Soulprovider28-May-07 23:51 
Sorry but your link gave me an internal blackout...Unsure | :~ I just started programming in Visual C# using the Visual Studio manual. Sofar everything was clear, but I got stucked in how to handle my application settings. In the manual I found in the ApplicationSettingsBase this example for saving settings:

<br />
private void Form1_FormClosing(object sender, FormClosingEventArgs e)<br />
{<br />
    //Synchronize manual associations first.<br />
    frmSettings1.FormText = this.Text + '.';<br />
    frmSettings1.Save();<br />


so my questions are:

1. Are the ApplicationSettingsBase commands the way to store and reload application settings?
2. If yes: is this applicable to the problem/question in my first message?
3. where should i put this code?
AnswerRe: FolderBrowserDialog.SelectedPath Pin
jayart26-Apr-07 23:48
jayart26-Apr-07 23:48 
QuestionHow Inherits...Implements...in C# Pin
ASysSolvers26-Apr-07 4:38
ASysSolvers26-Apr-07 4:38 
AnswerRe: How Inherits...Implements...in C# Pin
Colin Angus Mackay26-Apr-07 5:26
Colin Angus Mackay26-Apr-07 5:26 
GeneralRe: How Inherits...Implements...in C# Pin
Scott Dorman26-Apr-07 5:32
professionalScott Dorman26-Apr-07 5:32 
GeneralRe: How Inherits...Implements...in C# Pin
Colin Angus Mackay26-Apr-07 5:44
Colin Angus Mackay26-Apr-07 5:44 
GeneralRe: How Inherits...Implements...in C# Pin
ASysSolvers26-Apr-07 5:50
ASysSolvers26-Apr-07 5:50 
AnswerRe: How Inherits...Implements...in C# Pin
Scott Dorman26-Apr-07 5:31
professionalScott Dorman26-Apr-07 5:31 
GeneralRe: How Inherits...Implements...in C# Pin
ASysSolvers26-Apr-07 5:53
ASysSolvers26-Apr-07 5:53 
AnswerRe: How Inherits...Implements...in C# Pin
ASysSolvers27-Apr-07 5:33
ASysSolvers27-Apr-07 5:33 
QuestionMove scrollable pane from function Pin
Stumproot26-Apr-07 3:42
Stumproot26-Apr-07 3:42 
Generalsetting large amount of text in textbox Pin
V.26-Apr-07 2:56
professionalV.26-Apr-07 2:56 
GeneralRe: setting large amount of text in textbox Pin
Marek Grzenkowicz26-Apr-07 3:42
Marek Grzenkowicz26-Apr-07 3:42 
GeneralRe: setting large amount of text in textbox Pin
V.26-Apr-07 4:02
professionalV.26-Apr-07 4:02 
GeneralRe: setting large amount of text in textbox Pin
.jpg26-Apr-07 4:09
.jpg26-Apr-07 4:09 
GeneralRe: setting large amount of text in textbox Pin
V.26-Apr-07 4:15
professionalV.26-Apr-07 4:15 
GeneralRe: setting large amount of text in textbox Pin
althamda26-Apr-07 4:12
althamda26-Apr-07 4:12 
GeneralRe: setting large amount of text in textbox Pin
V.26-Apr-07 4:21
professionalV.26-Apr-07 4:21 

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.