Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
AnswerRe: this one is more understandable:D Pin
Colin Angus Mackay1-Apr-07 1:07
Colin Angus Mackay1-Apr-07 1:07 
AnswerRe: this one is more understandable:D Pin
Professor Sharada Ulhas1-Apr-07 11:21
Professor Sharada Ulhas1-Apr-07 11:21 
Questionneed a simple solution Pin
yvzhn1-Apr-07 0:27
yvzhn1-Apr-07 0:27 
AnswerRe: need a simple solution Pin
Wayne Phipps1-Apr-07 0:54
Wayne Phipps1-Apr-07 0:54 
AnswerRe: need a simple solution Pin
Guffa1-Apr-07 4:40
Guffa1-Apr-07 4:40 
QuestionHow to make the "flying ball" to be in the front ? Pin
Saikek31-Mar-07 23:58
Saikek31-Mar-07 23:58 
AnswerRe: How to make the "flying ball" to be in the front ? Pin
CPallini1-Apr-07 0:41
mveCPallini1-Apr-07 0:41 
QuestionHow to access one form to another? [modified] Pin
Saikek31-Mar-07 23:52
Saikek31-Mar-07 23:52 
AnswerRe: How to access one form to another? Pin
Stefan Troschuetz1-Apr-07 0:52
Stefan Troschuetz1-Apr-07 0:52 
GeneralRe: How to access one form to another? Pin
Saikek1-Apr-07 4:36
Saikek1-Apr-07 4:36 
QuestionSir, can I have a doubt that If C# does not support Pointers then how C# is able to Support Runtime Polymorphism ? Pin
CodeVarma31-Mar-07 22:06
CodeVarma31-Mar-07 22:06 
AnswerRe: Sir, can I have a doubt that If C# does not support Pointers then how C# is able to Support Runtime Polymorphism ? Pin
Nader Elshehabi31-Mar-07 22:32
Nader Elshehabi31-Mar-07 22:32 
AnswerRe: Sir, can I have a doubt that If C# does not support Pointers then how C# is able to Support Runtime Polymorphism ? Pin
Muammar©31-Mar-07 22:47
Muammar©31-Mar-07 22:47 
Questionadding an image to the executable file Pin
Don Dang31-Mar-07 21:11
Don Dang31-Mar-07 21:11 
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 

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.