Click here to Skip to main content
16,006,707 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: PRINT PREVIEW DIALOG QUESTION Pin
IqbalVB20-Jan-07 16:17
IqbalVB20-Jan-07 16:17 
GeneralRe: PRINT PREVIEW DIALOG QUESTION Pin
vbbeg20-Jan-07 16:38
vbbeg20-Jan-07 16:38 
QuestionVB.NET Help - Array/ArrayList Pin
joon5220-Jan-07 9:48
joon5220-Jan-07 9:48 
AnswerRe: VB.NET Help - Array/ArrayList Pin
Christian Graus20-Jan-07 10:27
protectorChristian Graus20-Jan-07 10:27 
QuestionColouring and Centering DataGridView Cells [modified] Pin
DA_Loring20-Jan-07 7:07
DA_Loring20-Jan-07 7:07 
Questioncreating a setup that will download and install the updates only. Pin
steve_rm20-Jan-07 5:20
steve_rm20-Jan-07 5:20 
AnswerRe: creating a setup that will download and install the updates only. Pin
Dave Sexton21-Jan-07 20:02
Dave Sexton21-Jan-07 20:02 
Questionformating time in a datagrid using the CF 2.0 Pin
steve_rm20-Jan-07 5:03
steve_rm20-Jan-07 5:03 
Hello,

I am creating a PDA application using the CF 2.0 that will use a datagrid and will display time in one of the columns. The column is called "ScheduledTime" and in the sql server 2005 database the datatype is datetime.

I would like to format the time to display e.g. 21:45 24hr format.

I think the datagrid is very limited when using the CF for mobile applications as the property "format" doesn't exist for this. See my code below.

I am wondering is there another way to format time in a datagrid column using the CF 2.0.

<vbcode>Me.grdSupportContracts.DataSource = ds.Tables(0)
Dim dgtbc As DataGridTextBoxColumn

dgtbc = CType(Me.grdSupportContracts.TableStyles(0).GridColumnStyles(3), DataGridTextBoxColumn)
dgtbc.Format 'Doesn't have the format property

Many thanks in advance,

Steve
QuestionRetrieving Internet Connection Password Pin
VIP-CoMmAnDo20-Jan-07 4:43
VIP-CoMmAnDo20-Jan-07 4:43 
Questionhelp Pin
mohelmy20-Jan-07 2:32
mohelmy20-Jan-07 2:32 
AnswerRe: help Pin
Bassam Saoud20-Jan-07 9:56
Bassam Saoud20-Jan-07 9:56 
QuestionFilter Using Pin
Mansourgh20-Jan-07 2:28
Mansourgh20-Jan-07 2:28 
AnswerRe: Filter Using Pin
Christian Graus20-Jan-07 10:32
protectorChristian Graus20-Jan-07 10:32 
Questionhow to read delimited text and store it into array Pin
IqbalVB20-Jan-07 2:16
IqbalVB20-Jan-07 2:16 
AnswerRe: how to read delimited text and store it into array Pin
gladsmhe20-Jan-07 22:24
gladsmhe20-Jan-07 22:24 
QuestionVB2005 Question.......? [modified] Pin
msleem20-Jan-07 1:28
msleem20-Jan-07 1:28 
GeneralRe: VB2005 Question.......? Pin
IqbalVB20-Jan-07 2:07
IqbalVB20-Jan-07 2:07 
AnswerRe: VB2005 Question.......? Pin
MatrixCoder20-Jan-07 4:27
MatrixCoder20-Jan-07 4:27 
AnswerRe: VB2005 Question.......? Pin
Christian Graus20-Jan-07 10:29
protectorChristian Graus20-Jan-07 10:29 
AnswerRe: VB2005 Question.......? Pin
IqbalVB20-Jan-07 16:10
IqbalVB20-Jan-07 16:10 
Questionwant to develop simple word processor in local languages Pin
cherinet20-Jan-07 1:27
cherinet20-Jan-07 1:27 
AnswerRe: want to develop simple word processor in local languages Pin
Dave Kreskowiak20-Jan-07 4:02
mveDave Kreskowiak20-Jan-07 4:02 
GeneralRe: want to develop simple word processor in local languages Pin
cherinet21-Jan-07 21:45
cherinet21-Jan-07 21:45 
GeneralRe: want to develop simple word processor in local languages Pin
Dave Kreskowiak22-Jan-07 1:50
mveDave Kreskowiak22-Jan-07 1:50 
Questioncouldn't open Pin
cherinet20-Jan-07 1:22
cherinet20-Jan-07 1:22 

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.