Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# - Static classes Pin
N a v a n e e t h6-Jan-09 20:06
N a v a n e e t h6-Jan-09 20:06 
GeneralRe: C# - Static classes [modified] Pin
DineshSharmain6-Jan-09 20:42
DineshSharmain6-Jan-09 20:42 
GeneralRe: C# - Static classes Pin
N a v a n e e t h6-Jan-09 20:53
N a v a n e e t h6-Jan-09 20:53 
QuestionExtract All text values Pin
belzer6-Jan-09 15:51
belzer6-Jan-09 15:51 
AnswerRe: Extract All text values Pin
Not Active6-Jan-09 15:54
mentorNot Active6-Jan-09 15:54 
AnswerRe: Extract All text values Pin
N a v a n e e t h6-Jan-09 16:11
N a v a n e e t h6-Jan-09 16:11 
AnswerRe: Extract All text values Pin
dan!sh 6-Jan-09 16:42
professional dan!sh 6-Jan-09 16:42 
AnswerRe: Extract All text values Pin
0x3c06-Jan-09 20:10
0x3c06-Jan-09 20:10 
If you have the source code, then you can use the ResourceManager class. If you don't, and it is a .Net application, then you could probably look into System.Reflection and an IL reader class from this site to get the intermediate code, then look for all instances of the ldstr instruction, and capture anything in quotes after it
QuestionAdding resource at runtime Pin
Xmen Real 6-Jan-09 15:00
professional Xmen Real 6-Jan-09 15:00 
AnswerRe: Adding resource at runtime Pin
N a v a n e e t h6-Jan-09 15:23
N a v a n e e t h6-Jan-09 15:23 
GeneralRe: Adding resource at runtime Pin
Xmen Real 6-Jan-09 15:26
professional Xmen Real 6-Jan-09 15:26 
GeneralRe: Adding resource at runtime Pin
N a v a n e e t h6-Jan-09 15:40
N a v a n e e t h6-Jan-09 15:40 
GeneralRe: Adding resource at runtime Pin
Xmen Real 6-Jan-09 15:43
professional Xmen Real 6-Jan-09 15:43 
AnswerRe: Adding resource at runtime Pin
Jon Rista6-Jan-09 15:45
Jon Rista6-Jan-09 15:45 
QuestionCaching Pin
CrimeanTurtle20086-Jan-09 11:41
CrimeanTurtle20086-Jan-09 11:41 
AnswerRe: Caching Pin
Guffa6-Jan-09 11:57
Guffa6-Jan-09 11:57 
GeneralRe: Caching Pin
CrimeanTurtle20086-Jan-09 12:08
CrimeanTurtle20086-Jan-09 12:08 
GeneralRe: Caching Pin
Colin Angus Mackay6-Jan-09 12:32
Colin Angus Mackay6-Jan-09 12:32 
GeneralRe: Caching Pin
Guffa6-Jan-09 12:45
Guffa6-Jan-09 12:45 
GeneralRe: Caching Pin
CrimeanTurtle20086-Jan-09 12:55
CrimeanTurtle20086-Jan-09 12:55 
AnswerRe: Caching Pin
Jon Rista6-Jan-09 14:29
Jon Rista6-Jan-09 14:29 
GeneralRe: Caching Pin
moon_stick6-Jan-09 22:24
moon_stick6-Jan-09 22:24 
GeneralRe: Caching Pin
Jon Rista7-Jan-09 12:00
Jon Rista7-Jan-09 12:00 
QuestionWhen to declare windows service application settings Pin
KaptinKrunch6-Jan-09 10:27
KaptinKrunch6-Jan-09 10:27 
AnswerRe: When to declare windows service application settings Pin
Not Active6-Jan-09 10:45
mentorNot Active6-Jan-09 10: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.