Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
mike montagne10-May-07 10:35
mike montagne10-May-07 10:35 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
Pete O'Hanlon10-May-07 22:16
mvePete O'Hanlon10-May-07 22:16 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
mike montagne11-May-07 12:50
mike montagne11-May-07 12:50 
GeneralRe: Hypothetical Web data distribution performance issue. Pin
Pete O'Hanlon13-May-07 9:08
mvePete O'Hanlon13-May-07 9:08 
Questiondot confusion Pin
netJP12L10-May-07 4:50
netJP12L10-May-07 4:50 
AnswerRe: dot confusion Pin
Ravi Bhavnani10-May-07 5:20
professionalRavi Bhavnani10-May-07 5:20 
GeneralRe: dot confusion Pin
netJP12L10-May-07 5:46
netJP12L10-May-07 5:46 
GeneralRe: dot confusion Pin
Scott Dorman10-May-07 11:40
professionalScott Dorman10-May-07 11:40 
netJP12L wrote:
Thanks for replying. But then how comes in the code when i type name of the resource file i do see this myResource.myButton_Label


The code you are seeing (myResource.myButton_Label) is accessing the string resource through the resource class that Visual Studio auto-generates for you. The auto-generation translates the "." in the resource name to an "_" to make it a legal C# property name.

-----------------------------
In just two days, tomorrow will be yesterday.

QuestionCommunicating with a windows service. Pin
teejayem10-May-07 4:34
teejayem10-May-07 4:34 
QuestionWriting in a Xml Pin
Anka_Ame10-May-07 4:34
Anka_Ame10-May-07 4:34 
AnswerRe: Writing in a Xml Pin
led mike10-May-07 5:14
led mike10-May-07 5:14 
QuestionCan I get the data in a specific Column/Cell instead of the entire data in the Row? [modified] Pin
Khoramdin10-May-07 4:32
Khoramdin10-May-07 4:32 
AnswerRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
led mike10-May-07 5:10
led mike10-May-07 5:10 
GeneralRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
Khoramdin10-May-07 6:13
Khoramdin10-May-07 6:13 
GeneralRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
led mike10-May-07 6:31
led mike10-May-07 6:31 
GeneralRe: Can I get the data in a specific Cell instead of the entire data in the Row? Pin
Khoramdin10-May-07 12:59
Khoramdin10-May-07 12:59 
QuestionSetWindowPos fails Pin
Stevo Z10-May-07 4:01
Stevo Z10-May-07 4:01 
AnswerRe: SetWindowPos fails Pin
Judah Gabriel Himango10-May-07 5:07
sponsorJudah Gabriel Himango10-May-07 5:07 
GeneralRe: SetWindowPos fails Pin
Stevo Z10-May-07 5:26
Stevo Z10-May-07 5:26 
AnswerRe: SetWindowPos fails Pin
Giorgi Dalakishvili10-May-07 11:39
mentorGiorgi Dalakishvili10-May-07 11:39 
GeneralRe: SetWindowPos fails Pin
Stevo Z10-May-07 21:25
Stevo Z10-May-07 21:25 
Questionhow to compare two dates excluding the seconds. Pin
Exelioindia10-May-07 3:37
Exelioindia10-May-07 3:37 
AnswerRe: how to compare two dates excluding the seconds. Pin
Colin Angus Mackay10-May-07 3:48
Colin Angus Mackay10-May-07 3:48 
QuestionAuto-hyperlinking URLs Pin
__DanC__10-May-07 3:24
__DanC__10-May-07 3:24 
AnswerRe: Auto-hyperlinking URLs Pin
Stevo Z10-May-07 4:33
Stevo Z10-May-07 4:33 

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.