Click here to Skip to main content
15,915,019 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I run exe file? Pin
ahawari0918-Nov-07 1:13
ahawari0918-Nov-07 1:13 
GeneralRe: How can I run exe file? Pin
Luc Pattyn18-Nov-07 1:28
sitebuilderLuc Pattyn18-Nov-07 1:28 
GeneralRe: How can I run exe file? Pin
Colin Angus Mackay18-Nov-07 2:46
Colin Angus Mackay18-Nov-07 2:46 
GeneralRe: How can I run exe file? Pin
Xmen Real 18-Nov-07 14:35
professional Xmen Real 18-Nov-07 14:35 
GeneralRe: How can I run exe file? Pin
Colin Angus Mackay18-Nov-07 14:38
Colin Angus Mackay18-Nov-07 14:38 
GeneralRe: How can I run exe file? Pin
Xmen Real 18-Nov-07 14:53
professional Xmen Real 18-Nov-07 14:53 
AnswerRe: How can I run exe file? Pin
KennyPatel18-Nov-07 19:04
KennyPatel18-Nov-07 19:04 
QuestionControl Button Access Pin
zafax_17-Nov-07 22:23
zafax_17-Nov-07 22:23 
AnswerRe: Control Button Access Pin
pmarfleet17-Nov-07 22:58
pmarfleet17-Nov-07 22:58 
Questiondatatable name is not set Pin
caradri17-Nov-07 21:50
caradri17-Nov-07 21:50 
AnswerRe: datatable name is not set Pin
pmarfleet17-Nov-07 22:53
pmarfleet17-Nov-07 22:53 
AnswerRe: datatable name is not set Pin
itiwant3-Dec-10 7:10
itiwant3-Dec-10 7:10 
Questionhow to switch between languages in windows? Pin
Shaahinm17-Nov-07 21:46
Shaahinm17-Nov-07 21:46 
Question(WPF)Porting Pan functionality from WinForms [modified] Pin
wolfshad317-Nov-07 19:46
wolfshad317-Nov-07 19:46 
QuestionSource code protection Pin
triag17-Nov-07 18:32
triag17-Nov-07 18:32 
AnswerRe: Source code protection Pin
Michael Sync17-Nov-07 18:51
Michael Sync17-Nov-07 18:51 
GeneralRe: Source code protection Pin
triag17-Nov-07 20:03
triag17-Nov-07 20:03 
GeneralRe: Source code protection Pin
Michael Sync17-Nov-07 21:03
Michael Sync17-Nov-07 21:03 
GeneralRe: Source code protection Pin
triag17-Nov-07 21:23
triag17-Nov-07 21:23 
GeneralRe: Source code protection Pin
pmarfleet17-Nov-07 22:45
pmarfleet17-Nov-07 22:45 
AnswerRe: Source code protection Pin
Michael Davey 117-Nov-07 19:05
Michael Davey 117-Nov-07 19:05 
Questiondata grid view in c# Pin
w20917-Nov-07 17:27
w20917-Nov-07 17:27 
AnswerRe: data grid view in c# Pin
Michael Sync17-Nov-07 18:49
Michael Sync17-Nov-07 18:49 
QuestionLanguage of Resource DLL (.net) Pin
M i s t e r L i s t e r17-Nov-07 13:42
M i s t e r L i s t e r17-Nov-07 13:42 
Hello,

I have created a C# project with two different languages (english and Spanish), and I would like to determine, OUTSIDE of the project that uses the language DLLs, what type of language the DLL contains.

In C++ you could set the language of the DLL and right click on it and see for instance: "Spanish (Mexico)"
[[ From explorer right click on DLL and select properties,
click on the Version tab, in the 'other version information'
click on Language ]]

In C#, my language DLLs all have "Language Neutral"
[[same thing right click ...]]


Which leads me to the following questions:

1. Is it possible to set the "language" property of a C# resource DLL?
2. Can I get the language "property" of a C# resource DLL programatically?

Thanks

AnswerRe: Language of Resource DLL (.net) Pin
wizfrog17-Nov-07 14:10
wizfrog17-Nov-07 14:10 

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.