Click here to Skip to main content
15,913,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Stop formatting of datagridview cell Pin
Luc Pattyn11-Jun-10 6:40
sitebuilderLuc Pattyn11-Jun-10 6:40 
GeneralRe: Stop formatting of datagridview cell Pin
Wayne Gaylard11-Jun-10 16:53
professionalWayne Gaylard11-Jun-10 16:53 
GeneralRe: Stop formatting of datagridview cell Pin
Luc Pattyn11-Jun-10 17:15
sitebuilderLuc Pattyn11-Jun-10 17:15 
GeneralRe: Stop formatting of datagridview cell Pin
chrispowell1234513-Jun-10 22:30
chrispowell1234513-Jun-10 22:30 
GeneralRe: Stop formatting of datagridview cell Pin
Wayne Gaylard14-Jun-10 20:22
professionalWayne Gaylard14-Jun-10 20:22 
AnswerRe: Stop formatting of datagridview cell Pin
ddecoy11-Jun-10 1:31
ddecoy11-Jun-10 1:31 
GeneralRe: Stop formatting of datagridview cell Pin
ddecoy11-Jun-10 1:32
ddecoy11-Jun-10 1:32 
AnswerRe: Stop formatting of datagridview cell Pin
Luc Pattyn11-Jun-10 3:40
sitebuilderLuc Pattyn11-Jun-10 3:40 
In a DataGridView you can set the default formatting style for each individual column; a statement similar to this C# one would suffice
dgv.Columns[columnNumber].DefaultCellStyle.Format="dd MMM yyyy";


FWIW: You can also set the style for each individual cell, and you can wire a handler to an event that fires whenever any cell needs formatting. So everything is possible!

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

QuestionDetermining if WindowsForm is open and closing it Pin
Member 442053410-Jun-10 21:39
Member 442053410-Jun-10 21:39 
AnswerRe: Determining if WindowsForm is open and closing it Pin
freakyit10-Jun-10 22:10
freakyit10-Jun-10 22:10 
GeneralRe: Determining if WindowsForm is open and closing it Pin
Member 442053410-Jun-10 22:55
Member 442053410-Jun-10 22:55 
AnswerRe: Determining if WindowsForm is open and closing it Pin
Wayne Gaylard10-Jun-10 23:20
professionalWayne Gaylard10-Jun-10 23:20 
GeneralRe: Determining if WindowsForm is open and closing it Pin
Member 442053410-Jun-10 23:35
Member 442053410-Jun-10 23:35 
GeneralRe: Determining if WindowsForm is open and closing it Pin
Wayne Gaylard11-Jun-10 0:56
professionalWayne Gaylard11-Jun-10 0:56 
QuestionHow to use merge module for two VB6 projects Pin
Andraw Tang10-Jun-10 11:53
Andraw Tang10-Jun-10 11:53 
AnswerRe: How to use merge module for two VB6 projects Pin
Eddy Vluggen11-Jun-10 5:19
professionalEddy Vluggen11-Jun-10 5:19 
GeneralRe: How to use merge module for two VB6 projects Pin
Andraw Tang11-Jun-10 5:33
Andraw Tang11-Jun-10 5:33 
QuestionWCF Windows Service - won't "listen" when not start with system user Pin
nlarson1110-Jun-10 4:30
nlarson1110-Jun-10 4:30 
AnswerRe: WCF Windows Service - won't "listen" when not start with system user Pin
Richard MacCutchan10-Jun-10 5:57
mveRichard MacCutchan10-Jun-10 5:57 
AnswerRe: WCF Windows Service - won't "listen" when not start with system user Pin
Richard MacCutchan10-Jun-10 22:57
mveRichard MacCutchan10-Jun-10 22:57 
Questioncustom property at cell level for a datagird vb.net Pin
rasnarakesh9-Jun-10 23:37
rasnarakesh9-Jun-10 23:37 
AnswerRe: custom property at cell level for a datagird vb.net Pin
Dave Kreskowiak10-Jun-10 7:19
mveDave Kreskowiak10-Jun-10 7:19 
GeneralRe: custom property at cell level for a datagird vb.net Pin
rasnarakesh11-Jun-10 2:08
rasnarakesh11-Jun-10 2:08 
GeneralRe: custom property at cell level for a datagird vb.net Pin
Dave Kreskowiak11-Jun-10 2:26
mveDave Kreskowiak11-Jun-10 2:26 
GeneralRe: custom property at cell level for a datagird vb.net Pin
rasnarakesh11-Jun-10 2:42
rasnarakesh11-Jun-10 2:42 

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.