Click here to Skip to main content
15,905,427 members
Home / Discussions / C#
   

C#

 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Nader Elshehabi4-Jan-07 3:04
Nader Elshehabi4-Jan-07 3:04 
GeneralRe: Taking Snap-Shots... HOW??? Pin
DavidNohejl4-Jan-07 3:48
DavidNohejl4-Jan-07 3:48 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Daniel Grunwald4-Jan-07 1:31
Daniel Grunwald4-Jan-07 1:31 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Nader Elshehabi4-Jan-07 1:37
Nader Elshehabi4-Jan-07 1:37 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Martin#4-Jan-07 2:01
Martin#4-Jan-07 2:01 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Nader Elshehabi4-Jan-07 3:11
Nader Elshehabi4-Jan-07 3:11 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Martin#4-Jan-07 4:09
Martin#4-Jan-07 4:09 
QuestionShow milliseconds in my data column Pin
JoeRip3-Jan-07 22:00
JoeRip3-Jan-07 22:00 
I have a DataColumn ("Timestamp") into which I place the value DateTime.Now when I create a row. This column serves as the datasource for a column in my DataGridView.

When this column is shown in the DataGridView, it shows in this format:

1/4/2007 12:56 AM

I would like this to show the milliseconds, also.

I've spent an hour looking at how DataColumn Expressions work, how DateTimeFormats work, and how DefaultCellStyles work, and I'm basically frustrated. It's still not clear to me.

Could somebody please just tell me the exact steps (which properties to change, which values to use) to have my DataTable/DataGridView show milliseconds (or, use the DateTimeFormat.LongTime format, if that indeed shows milliseconds - it's impossible to tell from the MSDN documentation what it really shows).

Yours in frustration,

Joe
AnswerRe: Show milliseconds in my data column Pin
JoeRip3-Jan-07 22:33
JoeRip3-Jan-07 22:33 
GeneralRe: Show milliseconds in my data column Pin
JoeRip3-Jan-07 22:35
JoeRip3-Jan-07 22:35 
GeneralRe: Show milliseconds in my data column Pin
JoeRip3-Jan-07 22:36
JoeRip3-Jan-07 22:36 
JokeRe: Show milliseconds in my data column Pin
Martin#3-Jan-07 22:41
Martin#3-Jan-07 22:41 
GeneralRe: Show milliseconds in my data column Pin
Pete O'Hanlon4-Jan-07 2:36
mvePete O'Hanlon4-Jan-07 2:36 
GeneralRe: Show milliseconds in my data column Pin
Martin#4-Jan-07 2:43
Martin#4-Jan-07 2:43 
QuestionRight click event in mouse button [modified] Pin
ASysSolvers3-Jan-07 21:02
ASysSolvers3-Jan-07 21:02 
AnswerRe: Right click event in mouse button Pin
Martin#3-Jan-07 21:51
Martin#3-Jan-07 21:51 
GeneralRe: Right click event in mouse button Pin
ASysSolvers3-Jan-07 22:02
ASysSolvers3-Jan-07 22:02 
AnswerRe: Right click event in mouse button Pin
Martin#3-Jan-07 22:13
Martin#3-Jan-07 22:13 
GeneralRe: Right click event in mouse button Pin
ASysSolvers3-Jan-07 22:27
ASysSolvers3-Jan-07 22:27 
GeneralRe: Right click event in mouse button Pin
Martin#3-Jan-07 22:40
Martin#3-Jan-07 22:40 
GeneralRe: Right click event in mouse button Pin
ASysSolvers3-Jan-07 23:32
ASysSolvers3-Jan-07 23:32 
QuestionHow to get children of a TreeNode ? Pin
s v joshi3-Jan-07 20:32
s v joshi3-Jan-07 20:32 
AnswerRe: How to get children of a TreeNode ? [modified] Pin
CPallini3-Jan-07 21:26
mveCPallini3-Jan-07 21:26 
GeneralRe: How to get children of a TreeNode ? Pin
Ed.Poore3-Jan-07 22:48
Ed.Poore3-Jan-07 22:48 
GeneralRe: How to get children of a TreeNode ? Pin
CPallini3-Jan-07 22:56
mveCPallini3-Jan-07 22:56 

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.