Click here to Skip to main content
15,915,771 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: execute a command to TURN ON THE PC ON A SPECIFIC TIME Pin
Christian Graus11-Jun-07 19:48
protectorChristian Graus11-Jun-07 19:48 
GeneralRe: execute a command to TURN ON THE PC ON A SPECIFIC TIME Pin
koolprasad200311-Jun-07 20:31
professionalkoolprasad200311-Jun-07 20:31 
GeneralRe: execute a command to TURN ON THE PC ON A SPECIFIC TIME Pin
Christian Graus11-Jun-07 21:14
protectorChristian Graus11-Jun-07 21:14 
QuestionResolution Problem Pls Help Pin
kankeyan11-Jun-07 17:56
kankeyan11-Jun-07 17:56 
AnswerRe: Resolution Problem Pls Help Pin
MatrixCoder11-Jun-07 18:06
MatrixCoder11-Jun-07 18:06 
AnswerRe: Resolution Problem Pls Help Pin
Christian Graus11-Jun-07 19:50
protectorChristian Graus11-Jun-07 19:50 
QuestionDate Pin
Socheat.Net11-Jun-07 17:24
Socheat.Net11-Jun-07 17:24 
AnswerRe: Date Pin
MatrixCoder11-Jun-07 17:29
MatrixCoder11-Jun-07 17:29 
You would use the DateTime.Subtract method.

Dim StartDate As New System.DateTime(2007, 6, 11, 12, 0, 0)
Dim EndDate As New System.DateTime(2007, 7, 12, 12, 0, 0)

Dim TotalDate As System.TimeSpan
TotalDate = EndDate.Subtract(StartDate)
MsgBox(TotalDate.TotalDays & "Days Left")





Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.

GeneralRe: Date Pin
Socheat.Net11-Jun-07 17:37
Socheat.Net11-Jun-07 17:37 
GeneralRe: Date Pin
MatrixCoder11-Jun-07 17:39
MatrixCoder11-Jun-07 17:39 
GeneralRe: Date Pin
Socheat.Net11-Jun-07 17:51
Socheat.Net11-Jun-07 17:51 
AnswerRe: Date Pin
Sathesh Sakthivel11-Jun-07 18:08
Sathesh Sakthivel11-Jun-07 18:08 
GeneralRe: Date Pin
Socheat.Net11-Jun-07 18:34
Socheat.Net11-Jun-07 18:34 
QuestionVS2005...Weird Speed Issue Pin
Polymorpher11-Jun-07 17:02
Polymorpher11-Jun-07 17:02 
AnswerRe: VS2005...Weird Speed Issue Pin
Johan Hakkesteegt12-Jun-07 2:28
Johan Hakkesteegt12-Jun-07 2:28 
GeneralRe: VS2005...Weird Speed Issue Pin
Polymorpher12-Jun-07 6:57
Polymorpher12-Jun-07 6:57 
GeneralRe: VS2005...Weird Speed Issue Pin
Polymorpher13-Jun-07 16:31
Polymorpher13-Jun-07 16:31 
GeneralRe: VS2005...Weird Speed Issue Pin
Johan Hakkesteegt13-Jun-07 20:47
Johan Hakkesteegt13-Jun-07 20:47 
QuestionAdd New Field Pin
Socheat.Net11-Jun-07 17:02
Socheat.Net11-Jun-07 17:02 
AnswerRe: Add New Field Pin
MatrixCoder11-Jun-07 17:13
MatrixCoder11-Jun-07 17:13 
GeneralRe: Add New Field Pin
Socheat.Net11-Jun-07 17:26
Socheat.Net11-Jun-07 17:26 
Questionfor next loop [modified] Pin
RoedRunner11-Jun-07 16:45
RoedRunner11-Jun-07 16:45 
AnswerRe: for next loop Pin
MatrixCoder11-Jun-07 17:10
MatrixCoder11-Jun-07 17:10 
GeneralRe: for next loop Pin
RoedRunner11-Jun-07 17:16
RoedRunner11-Jun-07 17:16 
GeneralRe: for next loop Pin
MatrixCoder11-Jun-07 17:18
MatrixCoder11-Jun-07 17:18 

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.