Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Luc Pattyn12-Nov-09 6:22
sitebuilderLuc Pattyn12-Nov-09 6:22 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Xmen Real 12-Nov-09 14:44
professional Xmen Real 12-Nov-09 14:44 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Luc Pattyn12-Nov-09 15:12
sitebuilderLuc Pattyn12-Nov-09 15:12 
GeneralRe: don't worry, .NET is fine. Programmer is math ignorant Pin
Xmen Real 12-Nov-09 15:18
professional Xmen Real 12-Nov-09 15:18 
AnswerRe: .Net gone crazy Pin
PIEBALDconsult12-Nov-09 6:40
mvePIEBALDconsult12-Nov-09 6:40 
GeneralRe: .Net gone crazy Pin
Luc Pattyn12-Nov-09 6:47
sitebuilderLuc Pattyn12-Nov-09 6:47 
GeneralRe: .Net gone crazy Pin
PIEBALDconsult12-Nov-09 6:58
mvePIEBALDconsult12-Nov-09 6:58 
QuestionHelp me with .resx saving string Pin
KuHS12-Nov-09 3:45
KuHS12-Nov-09 3:45 
Hello, i have a default program .resx file it is named: form1.resx, i'd like to do allow change users the string value, i have 'First' string and it's value is 'One', i'm using this code to load the string from it:

this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));

rValue = resources.GetString("First");


And it get's 'One' value, it's correct. So i'd like to change it by a program. I've tried
resources.ApplyResources("First", "Two");
but it won't work, any ideas? Thanks.
AnswerRe: Help me with .resx saving string Pin
Shameel12-Nov-09 6:20
professionalShameel12-Nov-09 6:20 
GeneralText Changed Event Pin
Rudy Steinhoff12-Nov-09 3:05
Rudy Steinhoff12-Nov-09 3:05 
GeneralRe: Text Changed Event Pin
Not Active12-Nov-09 3:23
mentorNot Active12-Nov-09 3:23 
GeneralRe: Text Changed Event Pin
Rudy Steinhoff12-Nov-09 3:30
Rudy Steinhoff12-Nov-09 3:30 
GeneralRe: Text Changed Event Pin
Covean12-Nov-09 4:11
Covean12-Nov-09 4:11 
GeneralRe: Text Changed Event Pin
Pete O'Hanlon12-Nov-09 4:41
mvePete O'Hanlon12-Nov-09 4:41 
GeneralRe: Text Changed Event Pin
Covean12-Nov-09 4:45
Covean12-Nov-09 4:45 
GeneralRe: Text Changed Event Pin
Not Active12-Nov-09 5:23
mentorNot Active12-Nov-09 5:23 
GeneralRe: Text Changed Event Pin
Not Active12-Nov-09 5:28
mentorNot Active12-Nov-09 5:28 
GeneralRe: Text Changed Event Pin
Covean12-Nov-09 22:13
Covean12-Nov-09 22:13 
GeneralRe: Text Changed Event Pin
Not Active13-Nov-09 1:55
mentorNot Active13-Nov-09 1:55 
GeneralRe: Text Changed Event Pin
Covean13-Nov-09 2:37
Covean13-Nov-09 2:37 
QuestionSetting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
RobstaHendricks12-Nov-09 2:40
RobstaHendricks12-Nov-09 2:40 
AnswerRe: Setting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
Eduard Keilholz12-Nov-09 4:30
Eduard Keilholz12-Nov-09 4:30 
GeneralRe: Setting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
RobstaHendricks12-Nov-09 4:59
RobstaHendricks12-Nov-09 4:59 
GeneralRe: Setting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
Eduard Keilholz13-Nov-09 11:39
Eduard Keilholz13-Nov-09 11:39 
GeneralRe: Setting DirectShow Filter properties for non DMO filter in code (no GUI). Pin
RobstaHendricks15-Nov-09 22:45
RobstaHendricks15-Nov-09 22:45 

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.