Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
AnswerRe: hotmail account Pin
Sean8914-Apr-06 2:16
Sean8914-Apr-06 2:16 
GeneralRe: hotmail account Pin
Guffa14-Apr-06 2:42
Guffa14-Apr-06 2:42 
QuestionHow to get the language of the Windows 2000? Pin
rushing14-Apr-06 1:12
rushing14-Apr-06 1:12 
AnswerRe: How to get the language of the Windows 2000? Pin
HakunaMatada14-Apr-06 1:42
HakunaMatada14-Apr-06 1:42 
AnswerRe: How to get the language of the Windows 2000? Pin
Stefan Troschuetz14-Apr-06 2:35
Stefan Troschuetz14-Apr-06 2:35 
GeneralRe: How to get the language of the Windows 2000? Pin
Dan Neely14-Apr-06 2:43
Dan Neely14-Apr-06 2:43 
GeneralRe: How to get the language of the Windows 2000? Pin
Stefan Troschuetz14-Apr-06 3:53
Stefan Troschuetz14-Apr-06 3:53 
AnswerRe: How to get the language of the Windows 2000? Pin
J. Dunlap14-Apr-06 3:19
J. Dunlap14-Apr-06 3:19 
The user's language can be found via the "Accept-Language" HTTP header in ASP.NET 1.1 (get it via Request.Headers), and then you can redirect or use some kind of custom language adaptation. For ASP.NET, you can do localization easily through resources - see here[^]. On the client side, you can use var langCode=navigator.language? navigator.language : navigator.userLanguage;.
QuestionVisualStyles Namespace Query: Elements not Defined Pin
liehann14-Apr-06 0:45
liehann14-Apr-06 0:45 
QuestionOutlook Add-In using Redemption Pin
_Goose14-Apr-06 0:03
_Goose14-Apr-06 0:03 
AnswerRe: Outlook Add-In using Redemption Pin
HakunaMatada14-Apr-06 1:52
HakunaMatada14-Apr-06 1:52 
GeneralRe: Outlook Add-In using Redemption Pin
_Goose14-Apr-06 2:35
_Goose14-Apr-06 2:35 
GeneralRe: Outlook Add-In using Redemption Pin
HakunaMatada14-Apr-06 2:46
HakunaMatada14-Apr-06 2:46 
GeneralRe: Outlook Add-In using Redemption Pin
_Goose14-Apr-06 3:16
_Goose14-Apr-06 3:16 
QuestionColor of ListBox Items Pin
rahultaing13-Apr-06 23:36
rahultaing13-Apr-06 23:36 
AnswerRe: Color of ListBox Items Pin
albCode13-Apr-06 23:45
albCode13-Apr-06 23:45 
QuestionHash Table in C# Pin
rahultaing13-Apr-06 22:30
rahultaing13-Apr-06 22:30 
AnswerRe: Hash Table in C# Pin
alexey N13-Apr-06 22:49
alexey N13-Apr-06 22:49 
AnswerRe: Hash Table in C# Pin
RedhaDev13-Apr-06 23:02
RedhaDev13-Apr-06 23:02 
AnswerRe: Hash Table in C# Pin
Bob_Sun13-Apr-06 23:22
Bob_Sun13-Apr-06 23:22 
AnswerRe: Hash Table in C# Pin
alexey N13-Apr-06 23:34
alexey N13-Apr-06 23:34 
QuestionPls its very Urgent ( Dynamic Slide Menu using DataBase) Pin
narendrakumarp13-Apr-06 21:19
narendrakumarp13-Apr-06 21:19 
AnswerRe: Pls its very Urgent ( Dynamic Slide Menu using DataBase) Pin
Stefan Troschuetz13-Apr-06 23:47
Stefan Troschuetz13-Apr-06 23:47 
QuestionUse windows authentication in client/server application Pin
Le Thanh Cong13-Apr-06 20:35
Le Thanh Cong13-Apr-06 20:35 
AnswerRe: Use windows authentication in client/server application Pin
Dave Kreskowiak14-Apr-06 6:57
mveDave Kreskowiak14-Apr-06 6:57 

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.