Click here to Skip to main content
15,912,072 members
Home / Discussions / C#
   

C#

 
AnswerRe: Question about DllImport Pin
Corinna John14-Apr-06 11:10
Corinna John14-Apr-06 11:10 
GeneralRe: Question about DllImport Pin
Zultan18-Apr-06 9:06
Zultan18-Apr-06 9:06 
QuestionRaw IP Packet Pin
Dave k.a. DPA14-Apr-06 9:39
Dave k.a. DPA14-Apr-06 9:39 
QuestionAdding a subscript to a dynamic image Pin
asifmaniar14-Apr-06 9:32
asifmaniar14-Apr-06 9:32 
QuestionPoker Peeker Pin
IceWater4214-Apr-06 9:08
IceWater4214-Apr-06 9:08 
QuestionMaster-Detail relation update problem Pin
Bobby88714-Apr-06 6:04
Bobby88714-Apr-06 6:04 
Question'Virtual' printer driver possible? Pin
pjvander14-Apr-06 5:45
pjvander14-Apr-06 5:45 
AnswerRe: 'Virtual' printer driver possible? Pin
Judah Gabriel Himango14-Apr-06 6:54
sponsorJudah Gabriel Himango14-Apr-06 6:54 
GeneralRe: 'Virtual' printer driver possible? Pin
pjvander14-Apr-06 8:14
pjvander14-Apr-06 8:14 
QuestionwebBrowser1 (.NET 2) .Navigate from Form2 Pin
codah2314-Apr-06 4:23
codah2314-Apr-06 4:23 
AnswerRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
Judah Gabriel Himango14-Apr-06 6:51
sponsorJudah Gabriel Himango14-Apr-06 6:51 
GeneralRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
codah2314-Apr-06 8:15
codah2314-Apr-06 8:15 
GeneralRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
Judah Gabriel Himango14-Apr-06 8:29
sponsorJudah Gabriel Himango14-Apr-06 8:29 
GeneralRe: webBrowser1 (.NET 2) .Navigate from Form2 Pin
codah2314-Apr-06 9:29
codah2314-Apr-06 9:29 
Questionvery hard to find... Pin
KORCARI14-Apr-06 2:39
KORCARI14-Apr-06 2:39 
Questionhotmail account Pin
TAREQ F ABUZUHRI14-Apr-06 2:05
TAREQ F ABUZUHRI14-Apr-06 2:05 
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 

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.