Click here to Skip to main content
15,892,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: how can multiple users open VB>NET application? Pin
KreativeKai13-Feb-07 7:03
professionalKreativeKai13-Feb-07 7:03 
AnswerRe: how can multiple users open VB>NET application? Pin
7prince13-Feb-07 7:39
7prince13-Feb-07 7:39 
GeneralRe: how can multiple users open VB>NET application? Pin
Marcus J. Smith13-Feb-07 9:53
professionalMarcus J. Smith13-Feb-07 9:53 
GeneralRe: how can multiple users open VB>NET application? Pin
7prince13-Feb-07 10:36
7prince13-Feb-07 10:36 
GeneralRe: how can multiple users open VB>NET application? Pin
Marcus J. Smith14-Feb-07 3:01
professionalMarcus J. Smith14-Feb-07 3:01 
Question[VB6]ByteFX Mysql Connection Pin
djnevs13-Feb-07 4:53
djnevs13-Feb-07 4:53 
QuestionAddition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 4:34
Jason Baggett13-Feb-07 4:34 
AnswerRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 5:30
Kschuler13-Feb-07 5:30 
You could just store the data in the column as an numeric value. For example, you can format the current time like this:
CInt(Now.ToString("hhmm"))
and now you have an integer value. There are also many other options for formating the time (You will want to research that, because I can't remember if hh or HH is military time and that will make a difference when you are converting the integer back into a DateTime object)

But I don't understand what you mean by calculating the total time of a column. You must mean that you want to get the time spans between the times right? Remember that there is a difference between a TimeSpan and a DateTime object.

Please provide more information if you need further help.

I hope this helps.
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 6:26
Jason Baggett13-Feb-07 6:26 
GeneralRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 7:44
Kschuler13-Feb-07 7:44 
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 8:01
Jason Baggett13-Feb-07 8:01 
GeneralRe: Addition Operation with Access DB Column Pin
Kschuler13-Feb-07 8:07
Kschuler13-Feb-07 8:07 
GeneralRe: Addition Operation with Access DB Column Pin
Jason Baggett13-Feb-07 8:20
Jason Baggett13-Feb-07 8:20 
QuestionList View Help needed. Pin
sandipan.neogi@gmail.com13-Feb-07 4:30
sandipan.neogi@gmail.com13-Feb-07 4:30 
QuestionUpdating Live Pin
Situnes13-Feb-07 3:59
Situnes13-Feb-07 3:59 
QuestionUpdating Live Pin
Situnes13-Feb-07 3:59
Situnes13-Feb-07 3:59 
QuestionEvent Handling of drop down lists inside a Datagrid Problem Pin
Huvandhuma13-Feb-07 3:46
Huvandhuma13-Feb-07 3:46 
AnswerRe: Event Handling of drop down lists inside a Datagrid Problem Pin
Marcus J. Smith13-Feb-07 4:06
professionalMarcus J. Smith13-Feb-07 4:06 
GeneralRe: Event Handling of drop down lists inside a Datagrid Problem Pin
Huvandhuma13-Feb-07 15:47
Huvandhuma13-Feb-07 15:47 
GeneralRe: Event Handling of drop down lists inside a Datagrid Problem Pin
Marcus J. Smith14-Feb-07 3:07
professionalMarcus J. Smith14-Feb-07 3:07 
QuestionConvert to a string Pin
costavo13-Feb-07 2:58
costavo13-Feb-07 2:58 
AnswerRe: Convert to a string Pin
Dave Kreskowiak13-Feb-07 4:22
mveDave Kreskowiak13-Feb-07 4:22 
QuestionUsing "Me." to reference an object Pin
Marcus J. Smith13-Feb-07 2:35
professionalMarcus J. Smith13-Feb-07 2:35 
AnswerRe: Using "Me." to reference an object Pin
Colin Angus Mackay13-Feb-07 3:51
Colin Angus Mackay13-Feb-07 3:51 
AnswerRe: Using "Me." to reference an object Pin
Dave Kreskowiak13-Feb-07 4:13
mveDave Kreskowiak13-Feb-07 4: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.