Click here to Skip to main content
15,893,381 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhelp me ( co caro) Pin
hieunh848-Oct-07 2:29
hieunh848-Oct-07 2:29 
AnswerRe: help me ( co caro) Pin
Abhijit Jana8-Oct-07 2:37
professionalAbhijit Jana8-Oct-07 2:37 
GeneralRe: help me ( co caro) Pin
Guffa8-Oct-07 2:54
Guffa8-Oct-07 2:54 
GeneralRe: help me ( co caro) [modified] Pin
Dave Kreskowiak8-Oct-07 4:53
mveDave Kreskowiak8-Oct-07 4:53 
AnswerRe: help me ( co caro) Pin
Taylor Kobani8-Oct-07 23:34
Taylor Kobani8-Oct-07 23:34 
AnswerRe: help me ( co caro) Pin
thanh_rio8-Dec-09 23:57
thanh_rio8-Dec-09 23:57 
QuestionText File Import to Datagridview format Issue Pin
TheRealRhodieboy8-Oct-07 1:32
TheRealRhodieboy8-Oct-07 1:32 
AnswerRe: Text File Import to Datagridview format Issue Pin
C1AllenS8-Oct-07 2:27
C1AllenS8-Oct-07 2:27 
Hi,

You can set the custom format for that column.You can try using the following code snippet.

Me.DataGridView1.Columns(1).DefaultCellStyle.Format = "0##.00"

You will have to set the column index on the above code.

Regards,
Allen

Allen Smith

Software Engineer
ComponentOne LLC
www.componentone.com

GeneralRe: Text File Import to Datagridview format Issue Pin
TheRealRhodieboy8-Oct-07 3:04
TheRealRhodieboy8-Oct-07 3:04 
AnswerRe: Text File Import to Datagridview format Issue Pin
Dave Kreskowiak8-Oct-07 4:51
mveDave Kreskowiak8-Oct-07 4:51 
GeneralRe: Text File Import to Datagridview format Issue Pin
TheRealRhodieboy8-Oct-07 6:06
TheRealRhodieboy8-Oct-07 6:06 
QuestionHow to... (regarding Textbox) Pin
ysl_77828-Oct-07 1:09
ysl_77828-Oct-07 1:09 
AnswerRe: How to... (regarding Textbox) Pin
Abhijit Jana8-Oct-07 1:25
professionalAbhijit Jana8-Oct-07 1:25 
AnswerRe: How to... (regarding Textbox) Pin
ysl_77828-Oct-07 1:28
ysl_77828-Oct-07 1:28 
QuestionRe: How to... (regarding Textbox) Pin
ysl_77828-Oct-07 2:13
ysl_77828-Oct-07 2:13 
AnswerRe: How to... (regarding Textbox) Pin
Abhijit Jana8-Oct-07 2:35
professionalAbhijit Jana8-Oct-07 2:35 
QuestionRe: How to... (regarding Textbox) Pin
ysl_77828-Oct-07 2:45
ysl_77828-Oct-07 2:45 
AnswerRe: How to... (regarding Textbox) Pin
Abhijit Jana8-Oct-07 3:08
professionalAbhijit Jana8-Oct-07 3:08 
AnswerRe: How to... (regarding Textbox) Pin
ysl_77828-Oct-07 5:00
ysl_77828-Oct-07 5:00 
AnswerRe: pls hel me i want to browse using textbox to listbox? Pin
ne0h8-Oct-07 1:10
ne0h8-Oct-07 1:10 
Questionhow i browse using textbox to listbox Pin
sheldon19878-Oct-07 0:52
sheldon19878-Oct-07 0:52 
AnswerRe: how i browse using textbox to listbox Pin
Abhijit Jana8-Oct-07 1:03
professionalAbhijit Jana8-Oct-07 1:03 
GeneralRe: how i browse using textbox to listbox Pin
sheldon19879-Oct-07 23:31
sheldon19879-Oct-07 23:31 
AnswerRe: how i browse using textbox to listbox Pin
Taylor Kobani8-Oct-07 23:37
Taylor Kobani8-Oct-07 23:37 
AnswerRe: how i browse using textbox to listbox Pin
Christian Graus8-Oct-07 1:13
protectorChristian Graus8-Oct-07 1:13 

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.