Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: parallel input with less windows dependency Pin
Christian Graus21-Nov-06 19:27
protectorChristian Graus21-Nov-06 19:27 
AnswerRe: parallel input with less windows dependency Pin
Dave Kreskowiak21-Nov-06 6:47
mveDave Kreskowiak21-Nov-06 6:47 
GeneralRe: parallel input with less windows dependency Pin
vidante21-Nov-06 19:06
vidante21-Nov-06 19:06 
GeneralRe: parallel input with less windows dependency Pin
Dave Kreskowiak22-Nov-06 10:55
mveDave Kreskowiak22-Nov-06 10:55 
Questionformating date and time in a datagrid Pin
steve_rm20-Nov-06 17:41
steve_rm20-Nov-06 17:41 
QuestionRe: formating date and time in a datagrid [modified] Pin
Are Jay20-Nov-06 19:15
Are Jay20-Nov-06 19:15 
GeneralRe: formating date and time in a datagrid Pin
steve_rm20-Nov-06 19:19
steve_rm20-Nov-06 19:19 
GeneralRe: formating date and time in a datagrid Pin
Are Jay20-Nov-06 20:04
Are Jay20-Nov-06 20:04 
Sorry, I was thinking of a DataGridView. Creating it in Design View or at Run-Time use your table adapter to customize your SQL to format the date for you. So, if you customize the SQL in the adapter this DataSet will mimic the output of the adapter and pass the format into you DataGrid.
Select convert(varchar, DateColumnName, 1) as [MyDate] from MyDBTable -- 11/21/06<br />
Select convert(varchar, DateColumnName, 101) as [MyDate] from MyDBTable -- 11/21/2006

Refernce for T-SQL Convert[^]
GeneralRe: formating date and time in a datagrid Pin
steve_rm20-Nov-06 20:09
steve_rm20-Nov-06 20:09 
Questionbutton related actions Pin
tirumal123120-Nov-06 17:00
tirumal123120-Nov-06 17:00 
AnswerRe: button related actions Pin
Christian Graus20-Nov-06 17:33
protectorChristian Graus20-Nov-06 17:33 
GeneralRe: button related actions Pin
tirumal123120-Nov-06 19:29
tirumal123120-Nov-06 19:29 
GeneralRe: button related actions Pin
Christian Graus20-Nov-06 19:41
protectorChristian Graus20-Nov-06 19:41 
GeneralRe: button related actions Pin
tirumal123120-Nov-06 21:12
tirumal123120-Nov-06 21:12 
QuestionSession call from a .vb class Pin
ONeil Tomlinson20-Nov-06 11:55
ONeil Tomlinson20-Nov-06 11:55 
AnswerRe: Session call from a .vb class Pin
Christian Graus20-Nov-06 13:59
protectorChristian Graus20-Nov-06 13:59 
QuestionAuto Complete Online Form Pin
shepa00620-Nov-06 11:30
shepa00620-Nov-06 11:30 
QuestionRe: Auto Complete Online Form Pin
Are Jay20-Nov-06 19:22
Are Jay20-Nov-06 19:22 
QuestionHow to get the Index of control which is on Panel control ? Pin
kindman_nb20-Nov-06 10:30
kindman_nb20-Nov-06 10:30 
AnswerRe: How to get the Index of control which is on Panel control ? Pin
Christian Graus20-Nov-06 10:38
protectorChristian Graus20-Nov-06 10:38 
GeneralRe: How to get the Index of control which is on Panel control ? Pin
kindman_nb20-Nov-06 10:41
kindman_nb20-Nov-06 10:41 
GeneralRe: How to get the Index of control which is on Panel control ? Pin
Christian Graus20-Nov-06 10:53
protectorChristian Graus20-Nov-06 10:53 
QuestionHide a datagrid column in VB .NET 2003 Pin
hlortie20-Nov-06 8:58
hlortie20-Nov-06 8:58 
AnswerRe: Hide a datagrid column in VB .NET 2003 Pin
jsampsonPC21-Nov-06 11:33
jsampsonPC21-Nov-06 11:33 
GeneralRe: Hide a datagrid column in VB .NET 2003 Pin
hlortie24-Nov-06 9:40
hlortie24-Nov-06 9:40 

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.