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

C#

 
GeneralRe: problm wth tab control Pin
Martin#5-Jul-07 0:54
Martin#5-Jul-07 0:54 
GeneralRe: problm wth tab control Pin
accessred5-Jul-07 2:04
accessred5-Jul-07 2:04 
GeneralRe: problm wth tab control Pin
Martin#5-Jul-07 2:17
Martin#5-Jul-07 2:17 
QuestionProblem with sending email embedded with multi media content (images,graphs etc.,) Pin
Anupama Matta4-Jul-07 18:49
Anupama Matta4-Jul-07 18:49 
QuestionDataGridViewCell Pin
sangramkp4-Jul-07 18:19
sangramkp4-Jul-07 18:19 
AnswerRe: DataGridViewCell Pin
poptgab29-Jul-11 21:14
poptgab29-Jul-11 21:14 
Questiondate time format Pin
justintimberlake4-Jul-07 17:38
justintimberlake4-Jul-07 17:38 
AnswerRe: date time format Pin
ken.tachyon4-Jul-07 18:00
ken.tachyon4-Jul-07 18:00 
You didn't specify the source of "your" date time format but it really shouldn't matter.

If nothing else you can compare the individual fields.
DateTime tmp = DateTime.Now();

if ( your.year == tmp.year &&
your.month == tmp.month ...

You get the idea.

If you use visual studio put the cursor on DataTime and press F1.Smile | :)

ken.tachyon
GeneralRe: date time format Pin
justintimberlake4-Jul-07 18:20
justintimberlake4-Jul-07 18:20 
GeneralRe: date time format Pin
Vikram A Punathambekar4-Jul-07 21:04
Vikram A Punathambekar4-Jul-07 21:04 
GeneralRe: date time format Pin
ken.tachyon6-Jul-07 10:13
ken.tachyon6-Jul-07 10:13 
AnswerRe: date time format Pin
Muhammad Gouda4-Jul-07 22:28
Muhammad Gouda4-Jul-07 22:28 
AnswerRe: date time format Pin
NassosReyzidis5-Jul-07 5:01
NassosReyzidis5-Jul-07 5:01 
QuestionExporting to Excel taking more time Pin
meeram3954-Jul-07 17:02
meeram3954-Jul-07 17:02 
AnswerRe: Exporting to Excel taking more time Pin
Jimmanuel5-Jul-07 5:44
Jimmanuel5-Jul-07 5:44 
QuestionDevelopment limitations of Express Edition? Pin
Ashley van Gerven4-Jul-07 15:09
Ashley van Gerven4-Jul-07 15:09 
AnswerRe: Development limitations of Express Edition? Pin
Vikram A Punathambekar4-Jul-07 16:38
Vikram A Punathambekar4-Jul-07 16:38 
GeneralRe: Development limitations of Express Edition? Pin
Ashley van Gerven4-Jul-07 18:43
Ashley van Gerven4-Jul-07 18:43 
GeneralRe: Development limitations of Express Edition? Pin
urbane.tiger4-Jul-07 21:43
urbane.tiger4-Jul-07 21:43 
GeneralRe: Development limitations of Express Edition? Pin
Vikram A Punathambekar6-Jul-07 22:12
Vikram A Punathambekar6-Jul-07 22:12 
GeneralRe: Development limitations of Express Edition? Pin
urbane.tiger8-Jul-07 16:14
urbane.tiger8-Jul-07 16:14 
AnswerRe: Development limitations of Express Edition? Pin
Vasudevan Deepak Kumar4-Jul-07 20:04
Vasudevan Deepak Kumar4-Jul-07 20:04 
QuestionEvent handling over a tcp remoting connection Pin
1242564-Jul-07 14:35
1242564-Jul-07 14:35 
QuestionEmulating ANSI in a TextBox Pin
weis234-Jul-07 14:18
weis234-Jul-07 14:18 
AnswerRe: Emulating ANSI in a TextBox Pin
Luc Pattyn4-Jul-07 15:53
sitebuilderLuc Pattyn4-Jul-07 15:53 

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.