Click here to Skip to main content
15,907,906 members
Home / Discussions / C#
   

C#

 
QuestionRegular Expression for sequence Pin
seee sharp20-Jul-06 5:14
seee sharp20-Jul-06 5:14 
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 
I try to explain my problem. I add, say, string testString whith default value "abcd" in settings designer of class library test.dll. The string is accesible over Properities.Settings class.
It has its default value "abcd" which is generated as an atribute and compiled into library. Now the libary generates test.dll.config file and it includes the testString element. When I copy this test.dll.config to application directory with my class library and change value of testString element to "dcba" and restart application it still uses its default value "abcd". And although that Properties.Settings.testString property is writtable, when I change its value in program and call Save (or there is something like that)on Properties class it will not save it to the test.dll.config. Should this be working and there is some other mistake I'm doing or is this procedure wrong. Thank you
GeneralRe: Settings in .NET 2.0 Pin
Not Active20-Jul-06 8:35
mentorNot Active20-Jul-06 8:35 
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 

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.