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

C#

 
AnswerRe: adding an image to the executable file Pin
Stanciu Vlad31-Mar-07 21:38
Stanciu Vlad31-Mar-07 21:38 
AnswerRe: adding an image to the executable file Pin
Nader Elshehabi31-Mar-07 22:28
Nader Elshehabi31-Mar-07 22:28 
GeneralRe: adding an image to the executable file Pin
Don Dang2-Apr-07 9:57
Don Dang2-Apr-07 9:57 
QuestionSending mail Pin
ThetaClear31-Mar-07 21:08
ThetaClear31-Mar-07 21:08 
AnswerRe: Sending mail Pin
Muammar©31-Mar-07 22:52
Muammar©31-Mar-07 22:52 
QuestionUnique names in property grid...? Pin
e-laj31-Mar-07 21:06
e-laj31-Mar-07 21:06 
Questionmultilungual textbox question? Pin
OmarLodhi31-Mar-07 20:58
OmarLodhi31-Mar-07 20:58 
AnswerRe: multilungual textbox question? Pin
Nader Elshehabi31-Mar-07 22:24
Nader Elshehabi31-Mar-07 22:24 
first you must know you can not install/uninstall language supports in windows itself. That means that you can only support these languages only if they are supported by the user's windows.

Now to the issue. You can handle two events to manage that: Enter, and Leave.

In the Enter event handler you set Application.CurrentInputLanguage property to whatever you want, then on Leave event handler you change it back to the original.

RegardsRose | [Rose]

QuestionHow to connect My Sql Database to compare string from database. Pin
krajah1031-Mar-07 20:44
krajah1031-Mar-07 20:44 
AnswerRe: How to connect My Sql Database to compare string from database. Pin
Stanciu Vlad31-Mar-07 21:31
Stanciu Vlad31-Mar-07 21:31 
GeneralRe: How to connect My Sql Database to compare string from database. Pin
krajah1031-Mar-07 22:26
krajah1031-Mar-07 22:26 
Questionhow to access methods of Window Service Pin
Sanjib Raj31-Mar-07 19:21
Sanjib Raj31-Mar-07 19:21 
AnswerRe: how to access methods of Window Service Pin
Nader Elshehabi31-Mar-07 22:14
Nader Elshehabi31-Mar-07 22:14 
QuestionTables Pin
Shin-Ra31-Mar-07 10:40
Shin-Ra31-Mar-07 10:40 
QuestionSaving from one txt file into another one problem? Pin
Khoramdin31-Mar-07 8:55
Khoramdin31-Mar-07 8:55 
AnswerRe: Saving from one txt file into another one problem? Pin
darkcalin31-Mar-07 10:04
darkcalin31-Mar-07 10:04 
AnswerRe: Saving from one txt file into another one problem? Pin
Wayne Phipps31-Mar-07 10:25
Wayne Phipps31-Mar-07 10:25 
AnswerRe: Saving from one txt file into another one problem? Pin
Nader Elshehabi31-Mar-07 22:07
Nader Elshehabi31-Mar-07 22:07 
QuestionThe Form freeze ive tryed using threads but... nothing Pin
crazy friend31-Mar-07 8:07
crazy friend31-Mar-07 8:07 
AnswerRe: The Form freeze ive tryed using threads but... nothing Pin
Stanciu Vlad31-Mar-07 21:35
Stanciu Vlad31-Mar-07 21:35 
GeneralRe: The Form freeze ive tryed using threads but... nothing Pin
crazy friend1-Apr-07 19:14
crazy friend1-Apr-07 19:14 
GeneralRe: The Form freeze ive tryed using threads but... nothing Pin
HexaDeveloper2-Apr-07 12:30
HexaDeveloper2-Apr-07 12:30 
GeneralRe: The Form freeze ive tryed using threads but... nothing Pin
Stanciu Vlad3-Apr-07 3:33
Stanciu Vlad3-Apr-07 3:33 
GeneralRe: The Form freeze ive tryed using threads but... nothing Pin
crazy friend6-Apr-07 17:21
crazy friend6-Apr-07 17:21 
GeneralRe: The Form freeze ive tryed using threads but... nothing Pin
Stanciu Vlad6-Apr-07 23:22
Stanciu Vlad6-Apr-07 23:22 

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.