Click here to Skip to main content
15,887,349 members
Home / Discussions / C#
   

C#

 
AnswerRe: connecting user controls to each other ( link them to gether) Pin
Luc Pattyn27-Dec-09 3:03
sitebuilderLuc Pattyn27-Dec-09 3:03 
GeneralRe: connecting user controls to each other ( link them to gether) Pin
NoName_ark27-Dec-09 3:11
NoName_ark27-Dec-09 3:11 
GeneralRe: connecting user controls to each other ( link them to gether) Pin
Luc Pattyn27-Dec-09 3:14
sitebuilderLuc Pattyn27-Dec-09 3:14 
GeneralRe: connecting user controls to each other ( link them to gether) Pin
NoName_ark27-Dec-09 3:20
NoName_ark27-Dec-09 3:20 
Questionpayload fragmentation [modified] Pin
3bood.ghzawi27-Dec-09 1:07
3bood.ghzawi27-Dec-09 1:07 
AnswerRe: payload fragmentation Pin
Md. Marufuzzaman27-Dec-09 3:25
professionalMd. Marufuzzaman27-Dec-09 3:25 
Questiondatetimepicker format for entire application!! [modified] Pin
Hussam Fattahi26-Dec-09 20:37
Hussam Fattahi26-Dec-09 20:37 
AnswerRe: datetimepicker format for entire application!! Pin
#realJSOP27-Dec-09 1:52
mve#realJSOP27-Dec-09 1:52 
You could:

0) You could override the DateTime class with your own

1) You could setup a static method in your application that does it for you.

2) You could simply specify a string constant and use it when you call DateTime.ToString()

3) You could setup the culture object you've already got there as static, and the rest of the app could use it. (You would have to initialize it from the config file via a static method as well.

I would probably go with #3 myself.

.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

GeneralRe: datetimepicker format for entire application!! Pin
Luc Pattyn27-Dec-09 2:03
sitebuilderLuc Pattyn27-Dec-09 2:03 
GeneralRe: datetimepicker format for entire application!! Pin
Hussam Fattahi27-Dec-09 20:02
Hussam Fattahi27-Dec-09 20:02 
GeneralRe: datetimepicker format for entire application!! Pin
#realJSOP27-Dec-09 23:58
mve#realJSOP27-Dec-09 23:58 
GeneralRe: datetimepicker format for entire application!! Pin
Hussam Fattahi28-Dec-09 2:14
Hussam Fattahi28-Dec-09 2:14 
GeneralRe: datetimepicker format for entire application!! Pin
#realJSOP28-Dec-09 4:38
mve#realJSOP28-Dec-09 4:38 
GeneralRe: datetimepicker format for entire application!! Pin
ProtoBytes28-Dec-09 12:22
ProtoBytes28-Dec-09 12:22 
GeneralRe: datetimepicker format for entire application!! Pin
Hussam Fattahi28-Dec-09 22:23
Hussam Fattahi28-Dec-09 22:23 
GeneralRe: datetimepicker format for entire application!! [Extension Method] Pin
ProtoBytes29-Dec-09 3:14
ProtoBytes29-Dec-09 3:14 
GeneralRe: datetimepicker format for entire application!! [Extension Method] Pin
elizas7-Jun-10 1:24
elizas7-Jun-10 1:24 
Questionprinting capability Pin
Ryan Minor26-Dec-09 19:55
Ryan Minor26-Dec-09 19:55 
AnswerRe: printing capability Pin
dan!sh 26-Dec-09 20:12
professional dan!sh 26-Dec-09 20:12 
GeneralRe: printing capability Pin
Ben Fair28-Dec-09 10:24
Ben Fair28-Dec-09 10:24 
AnswerRe: printing capability Pin
MumbleB26-Dec-09 20:47
MumbleB26-Dec-09 20:47 
AnswerRe: printing capability Pin
Ravi Bhavnani27-Dec-09 20:52
professionalRavi Bhavnani27-Dec-09 20:52 
QuestionDate Time Format Pin
Abdullah Al-Muzahid26-Dec-09 17:26
professionalAbdullah Al-Muzahid26-Dec-09 17:26 
AnswerRe: Date Time Format Pin
dan!sh 26-Dec-09 18:06
professional dan!sh 26-Dec-09 18:06 
GeneralRe: Date Time Format Pin
Abdullah Al-Muzahid26-Dec-09 21:51
professionalAbdullah Al-Muzahid26-Dec-09 21:51 

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.