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

C#

 
Questionserial port communication with multithreading Pin
Member 647306613-Oct-09 5:26
Member 647306613-Oct-09 5:26 
AnswerRe: serial port communication with multithreading Pin
Luc Pattyn13-Oct-09 5:54
sitebuilderLuc Pattyn13-Oct-09 5:54 
GeneralRe: serial port communication with multithreading Pin
Md. Marufuzzaman13-Oct-09 6:02
professionalMd. Marufuzzaman13-Oct-09 6:02 
GeneralRe: serial port communication with multithreading Pin
Member 647306614-Oct-09 5:51
Member 647306614-Oct-09 5:51 
GeneralRe: serial port communication with multithreading Pin
Luc Pattyn14-Oct-09 6:00
sitebuilderLuc Pattyn14-Oct-09 6:00 
GeneralRe: serial port communication with multithreading Pin
Member 647306614-Oct-09 10:55
Member 647306614-Oct-09 10:55 
GeneralRe: serial port communication with multithreading Pin
Luc Pattyn14-Oct-09 11:15
sitebuilderLuc Pattyn14-Oct-09 11:15 
QuestionMaskedTextBox mask problem Pin
EnkelIk13-Oct-09 5:22
EnkelIk13-Oct-09 5:22 
Hi All!

I have a problem that I can't find the solution of:

In an application I'm using MaskedTextBox controls for dates (displaying current value and letting user change value). Default language for application is Swedish and mask is 0000-00-00 (for yyyy-MM-dd). This works fine.

The application is also to be run in Finnish and then I set the mask to 00.00.0000 (for dd.MM.yyyy), this does not work at all! The mask is correct but for a reason beyond my comprehension in the text-property of the control the "." (dot) is replaced with "," (comma). I have tried to replace the comma, to overwrite the text property and a number of other things but without success.

Is the problem that the control interpretes the date as a number and replaces the dot with the NumberGroupSeparator and NumberDecimalSeparator of the MaskedTextBox.Culture? If so how do I get the control so interprete the date as a date?

What can I do to make the MaskedTextBox to work with my Finnish dates???

Thanks!

Chris
AnswerRe: MaskedTextBox mask problem Pin
dan!sh 13-Oct-09 5:33
professional dan!sh 13-Oct-09 5:33 
AnswerRe: MaskedTextBox mask problem Pin
Alan N13-Oct-09 5:57
Alan N13-Oct-09 5:57 
GeneralRe: MaskedTextBox mask problem Pin
EnkelIk13-Oct-09 20:51
EnkelIk13-Oct-09 20:51 
QuestionCodeproject forum ... ? Pin
devboycpp13-Oct-09 5:18
devboycpp13-Oct-09 5:18 
AnswerRe: Codeproject forum ... ? Pin
Md. Marufuzzaman13-Oct-09 5:53
professionalMd. Marufuzzaman13-Oct-09 5:53 
GeneralRe: Codeproject forum ... ? Pin
Kevin Marois13-Oct-09 6:42
professionalKevin Marois13-Oct-09 6:42 
AnswerRe: Codeproject forum ... ? Pin
Abhijit Jana13-Oct-09 7:18
professionalAbhijit Jana13-Oct-09 7:18 
Questiongenrate data is not display in report viewer Pin
vivek_s_IT13-Oct-09 2:41
vivek_s_IT13-Oct-09 2:41 
AnswerRe: genrate data is not display in report viewer Pin
Searril13-Oct-09 3:20
Searril13-Oct-09 3:20 
AnswerRe: genrate data is not display in report viewer Pin
Md. Marufuzzaman13-Oct-09 4:44
professionalMd. Marufuzzaman13-Oct-09 4:44 
QuestiondataGridView problems Pin
Steve5177113-Oct-09 2:30
Steve5177113-Oct-09 2:30 
AnswerRe: dataGridView problems Pin
Manas Bhardwaj13-Oct-09 2:40
professionalManas Bhardwaj13-Oct-09 2:40 
GeneralRe: dataGridView problems Pin
Steve5177113-Oct-09 3:22
Steve5177113-Oct-09 3:22 
AnswerRe: dataGridView problems Pin
Steve5177113-Oct-09 4:01
Steve5177113-Oct-09 4:01 
GeneralRe: dataGridView problems Pin
Luc Pattyn13-Oct-09 4:21
sitebuilderLuc Pattyn13-Oct-09 4:21 
AnswerRe: dataGridView problems Pin
Jacobb Michael13-Oct-09 5:49
Jacobb Michael13-Oct-09 5:49 
GeneralRe: dataGridView problems Pin
Steve5177113-Oct-09 6:33
Steve5177113-Oct-09 6:33 

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.