Click here to Skip to main content
15,908,020 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regular Expression for sequence Pin
Not Active20-Jul-06 5:54
mentorNot Active20-Jul-06 5:54 
AnswerRe: Regular Expression for sequence Pin
mosquets20-Jul-06 9:25
mosquets20-Jul-06 9:25 
QuestionSettings in .NET 2.0 Pin
Jan Hirak20-Jul-06 4:58
Jan Hirak20-Jul-06 4:58 
AnswerRe: Settings in .NET 2.0 Pin
Not Active20-Jul-06 5:31
mentorNot Active20-Jul-06 5:31 
GeneralRe: Settings in .NET 2.0 Pin
Jan Hirak20-Jul-06 7:44
Jan Hirak20-Jul-06 7:44 
GeneralRe: Settings in .NET 2.0 Pin
Not Active20-Jul-06 8:01
mentorNot Active20-Jul-06 8:01 
GeneralRe: Settings in .NET 2.0 Pin
Jan Hirak20-Jul-06 8:17
Jan Hirak20-Jul-06 8:17 
GeneralRe: Settings in .NET 2.0 Pin
Not Active20-Jul-06 8:35
mentorNot Active20-Jul-06 8:35 
Ok I understand now.

I made a test library with a user control containing a label, textbox and button. Everything seems fine to me.

private void button1_Click(object sender, EventArgs e)<br />
{<br />
   global::LibControls.Properties.Settings.Default.LabelText = textBox1.Text;<br />
   global::LibControls.Properties.Settings.Default.Save();<br />
   global::LibControls.Properties.Settings.Default.Reload();<br />
}

GeneralRe: Settings in .NET 2.0 Pin
Jan Hirak20-Jul-06 8:56
Jan Hirak20-Jul-06 8:56 
QuestionHow to call the webservice method directly without using the proxy class in the C# application Pin
amitg_81@yahoo.co.uk20-Jul-06 4:54
amitg_81@yahoo.co.uk20-Jul-06 4:54 
AnswerRe: How to call the webservice method directly without using the proxy class in the C# application Pin
WillemM20-Jul-06 5:05
WillemM20-Jul-06 5:05 
AnswerI could be mistaken but ... Pin
Ennis Ray Lynch, Jr.20-Jul-06 5:37
Ennis Ray Lynch, Jr.20-Jul-06 5:37 
QuestionReading comments from XML Pin
Dan Neely20-Jul-06 4:46
Dan Neely20-Jul-06 4:46 
AnswerRe: Reading comments from XML Pin
Dustin Metzgar20-Jul-06 4:57
Dustin Metzgar20-Jul-06 4:57 
AnswerRe: Reading comments from XML [modified] Pin
J4amieC20-Jul-06 5:09
J4amieC20-Jul-06 5:09 
GeneralRe: Reading comments from XML Pin
Dan Neely20-Jul-06 5:18
Dan Neely20-Jul-06 5:18 
QuestionPassword Filter in C# Pin
b33rdy20-Jul-06 4:18
b33rdy20-Jul-06 4:18 
AnswerRe: Password Filter in C# Pin
Not Active20-Jul-06 4:58
mentorNot Active20-Jul-06 4:58 
GeneralRe: Password Filter in C# Pin
b33rdy20-Jul-06 5:06
b33rdy20-Jul-06 5:06 
GeneralRe: Password Filter in C# Pin
Not Active20-Jul-06 5:43
mentorNot Active20-Jul-06 5:43 
QuestionAxWebBrowser - Prevent JavaScript alert() Pin
GhoulLord20-Jul-06 4:08
GhoulLord20-Jul-06 4:08 
AnswerRe: AxWebBrowser - Prevent JavaScript alert() Pin
Douglas Troy20-Jul-06 7:07
Douglas Troy20-Jul-06 7:07 
GeneralRe: AxWebBrowser - Prevent JavaScript alert() Pin
GhoulLord20-Jul-06 7:56
GhoulLord20-Jul-06 7:56 
GeneralRe: AxWebBrowser - Prevent JavaScript alert() Pin
Douglas Troy21-Jul-06 10:12
Douglas Troy21-Jul-06 10:12 
QuestionProblem when adding to a SplitContainer Pin
mew_lobo20-Jul-06 4:08
mew_lobo20-Jul-06 4:08 

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.