Click here to Skip to main content
15,889,595 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can I create a public object? Pin
Steve Harp12-Dec-08 5:22
Steve Harp12-Dec-08 5:22 
AnswerRe: Can I create a public object? Pin
PIEBALDconsult12-Dec-08 6:49
mvePIEBALDconsult12-Dec-08 6:49 
Questionmath namespace Pin
MS Lee12-Dec-08 2:55
MS Lee12-Dec-08 2:55 
AnswerRe: math namespace Pin
dan!sh 12-Dec-08 3:00
professional dan!sh 12-Dec-08 3:00 
AnswerRe: math namespace Pin
Lev Danielyan12-Dec-08 3:00
Lev Danielyan12-Dec-08 3:00 
GeneralRe: math namespace Pin
MS Lee12-Dec-08 3:12
MS Lee12-Dec-08 3:12 
GeneralRe: math namespace Pin
Lev Danielyan12-Dec-08 3:20
Lev Danielyan12-Dec-08 3:20 
GeneralRe: math namespace Pin
MS Lee12-Dec-08 3:43
MS Lee12-Dec-08 3:43 
GeneralRe: math namespace Pin
Guffa12-Dec-08 9:22
Guffa12-Dec-08 9:22 
GeneralRe: math namespace Pin
PIEBALDconsult12-Dec-08 11:03
mvePIEBALDconsult12-Dec-08 11:03 
GeneralRe: math namespace Pin
Lev Danielyan12-Dec-08 19:41
Lev Danielyan12-Dec-08 19:41 
QuestionRe: math namespace Pin
CPallini12-Dec-08 10:41
mveCPallini12-Dec-08 10:41 
QuestionJunk characters in text file made using Stream Writer. Pin
Saum_Vora12-Dec-08 1:39
Saum_Vora12-Dec-08 1:39 
AnswerRe: Junk characters in text file made using Stream Writer. Pin
Lev Danielyan12-Dec-08 3:05
Lev Danielyan12-Dec-08 3:05 
QuestionDate n time problem Pin
Neha V12-Dec-08 0:45
Neha V12-Dec-08 0:45 
AnswerRe: Date n time problem Pin
Lev Danielyan12-Dec-08 0:48
Lev Danielyan12-Dec-08 0:48 
AnswerRe: Date n time problem Pin
Expert Coming12-Dec-08 0:49
Expert Coming12-Dec-08 0:49 
QuestionGauge Graph Pin
Atul Shriram rane12-Dec-08 0:44
Atul Shriram rane12-Dec-08 0:44 
AnswerRe: Gauge Graph - CROSS POST Pin
Ashfield12-Dec-08 1:29
Ashfield12-Dec-08 1:29 
QuestionRunning .NET application through LAN Pin
Yulianto.12-Dec-08 0:39
Yulianto.12-Dec-08 0:39 
AnswerRe: Running .NET application through LAN Pin
Expert Coming12-Dec-08 0:46
Expert Coming12-Dec-08 0:46 
GeneralRe: Running .NET application through LAN Pin
Yulianto.12-Dec-08 15:50
Yulianto.12-Dec-08 15:50 
AnswerRe: Running .NET application through LAN Pin
Gideon Engelberth12-Dec-08 6:33
Gideon Engelberth12-Dec-08 6:33 
QuestionApp.config or Resources.resx Pin
Vandretta12-Dec-08 0:28
Vandretta12-Dec-08 0:28 
AnswerRe: App.config or Resources.resx Pin
Lev Danielyan12-Dec-08 0:36
Lev Danielyan12-Dec-08 0:36 
The resx files are being compiled into your assembly, so you'll not be able to change stuff in it without recompile.

If you plan to give users possibility to change the stuff choose appconfig

Regards,
Lev

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.