Click here to Skip to main content
15,891,428 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to play audio files ? Pin
Heath Stewart3-Dec-03 6:29
protectorHeath Stewart3-Dec-03 6:29 
GeneralRichTextBox contents in a DB Pin
phimix3-Dec-03 5:19
phimix3-Dec-03 5:19 
GeneralRe: RichTextBox contents in a DB Pin
Heath Stewart3-Dec-03 6:27
protectorHeath Stewart3-Dec-03 6:27 
GeneralRe: RichTextBox contents in a DB Pin
Joel Lucsy3-Dec-03 8:43
Joel Lucsy3-Dec-03 8:43 
GeneralRe: Creating a new database... Pin
Heath Stewart3-Dec-03 5:15
protectorHeath Stewart3-Dec-03 5:15 
GeneralCreating a new database... Pin
Amirjalaly3-Dec-03 5:09
Amirjalaly3-Dec-03 5:09 
QuestionHow to display text the same way as printed? Pin
Loke13-Dec-03 3:59
Loke13-Dec-03 3:59 
GeneralCultureInfo Pin
Member 7439443-Dec-03 2:43
Member 7439443-Dec-03 2:43 
Hello!
I'm coding a Wizard in C# and on page 1 in my wizard you can, by a ComboBox, choose a language for the wizard. I don't want to change language by rightclicking on the project in solution explorer, selecting properties, configuration properties, Debugging and then write for example "de-de" in the Command Line Argument.

This is a little part of my code for page 1:

switch(comboBox1.Text)
{
case "German":
{
CultureInfo myCIintl = new CultureInfo( "de-de", false );
Thread.CurrentThread.CurrentCulture = myCIintl;
Thread.CurrentThread.CurrentUICulture = myCIintl;
}
case .........

I know I have to kill the page in one way to use ResumeLayout() but I don't know how. Some kind of refresh must happen anyway for all my buttons, labels etc in all pages so they will change language when I have chosen from the ComboBox.

I hope I have explained enough for anyone to understand... Please help me!!!
/Anna
GeneralRe: CultureInfo Pin
Heath Stewart3-Dec-03 4:30
protectorHeath Stewart3-Dec-03 4:30 
GeneralDataBinding Row DataGrid Pin
Braulio Dez3-Dec-03 2:32
Braulio Dez3-Dec-03 2:32 
GeneralRe: DataBinding Row DataGrid Pin
Heath Stewart3-Dec-03 4:15
protectorHeath Stewart3-Dec-03 4:15 
GeneralRe: DataBinding Row DataGrid Pin
Braulio Dez3-Dec-03 21:06
Braulio Dez3-Dec-03 21:06 
Generalchat server Pin
Mahmoud Manasrah3-Dec-03 1:20
sussMahmoud Manasrah3-Dec-03 1:20 
Generalchat server Pin
Mahmoud Manasrah3-Dec-03 1:19
sussMahmoud Manasrah3-Dec-03 1:19 
GeneralRe: chat server Pin
Heath Stewart3-Dec-03 3:57
protectorHeath Stewart3-Dec-03 3:57 
GeneralRe: chat server Pin
Mahmoud Manasrah3-Dec-03 20:50
sussMahmoud Manasrah3-Dec-03 20:50 
GeneralCan't paste a image to PicBox Pin
trythat3-Dec-03 1:05
trythat3-Dec-03 1:05 
GeneralRe: Can't paste a image to PicBox Pin
Heath Stewart3-Dec-03 3:51
protectorHeath Stewart3-Dec-03 3:51 
GeneralRe: Can't paste a image to PicBox Pin
trythat3-Dec-03 6:55
trythat3-Dec-03 6:55 
GeneralRe: Can't paste a image to PicBox Pin
Heath Stewart3-Dec-03 8:16
protectorHeath Stewart3-Dec-03 8:16 
GeneralRe: Can't paste a image to PicBox Pin
trythat4-Dec-03 0:51
trythat4-Dec-03 0:51 
GeneralRe: Can't paste a image to PicBox Pin
Heath Stewart4-Dec-03 5:07
protectorHeath Stewart4-Dec-03 5:07 
GeneralRe: Can't paste a image to PicBox Pin
trythat4-Dec-03 5:16
trythat4-Dec-03 5:16 
GeneralC# MIME parser Pin
pahlsson3-Dec-03 0:53
pahlsson3-Dec-03 0:53 
GeneralRe: C# MIME parser Pin
Heath Stewart3-Dec-03 3:46
protectorHeath Stewart3-Dec-03 3:46 

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.