Click here to Skip to main content
15,887,214 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Windows Service - The service "started and then stopped" ?! Pin
Peter Josefsson Sweden27-May-08 15:30
Peter Josefsson Sweden27-May-08 15:30 
QuestionStart Up Code Pin
Jared774427-May-08 2:35
Jared774427-May-08 2:35 
AnswerRe: Start Up Code Pin
Christian Graus27-May-08 3:13
protectorChristian Graus27-May-08 3:13 
QuestionAppend or Insert the Text in Outlook 2003 message body using vb.net Pin
~Khatri Mitesh~27-May-08 0:28
~Khatri Mitesh~27-May-08 0:28 
QuestionPlease Help In VB 2008 Express Edition Pin
Abidh27-May-08 0:05
Abidh27-May-08 0:05 
AnswerRe: Please Help In VB 2008 Express Edition Pin
Ashfield27-May-08 1:23
Ashfield27-May-08 1:23 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Abidh27-May-08 18:51
Abidh27-May-08 18:51 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Ashfield27-May-08 23:15
Ashfield27-May-08 23:15 
And what does the code give you - apart from (I suspect) a lot of errors?

For example you cannot do arithmetic operations on boolean data types, they are true/false

One bit that will help is the string.format function

lblTimer.Text = string.format("{0}:{1}:{2}",hours,mins,secs)

Rethink your code, make sure it compiles and runs, then I may be able to help you, but I am not going to write it all for you.

Bob
Ashfield Consultants Ltd

GeneralRe: Please Help In VB 2008 Express Edition Pin
Abidh28-May-08 1:34
Abidh28-May-08 1:34 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Ashfield28-May-08 5:03
Ashfield28-May-08 5:03 
QuestionError in Array Handling Pin
nagendrathecoder26-May-08 23:49
nagendrathecoder26-May-08 23:49 
AnswerRe: Error in Array Handling Pin
dan!sh 27-May-08 1:00
professional dan!sh 27-May-08 1:00 
AnswerRe: Error in Array Handling Pin
Chinners27-May-08 1:00
Chinners27-May-08 1:00 
AnswerRe: Error in Array Handling Pin
nagendrathecoder27-May-08 1:25
nagendrathecoder27-May-08 1:25 
QuestionProcess Time Pin
~V~26-May-08 20:36
~V~26-May-08 20:36 
AnswerRe: Process Time Pin
Ashfield26-May-08 21:14
Ashfield26-May-08 21:14 
GeneralRe: Process Time Pin
~V~26-May-08 21:35
~V~26-May-08 21:35 
GeneralRe: Process Time Pin
Mycroft Holmes26-May-08 22:24
professionalMycroft Holmes26-May-08 22:24 
GeneralRe: Process Time Pin
~V~26-May-08 22:54
~V~26-May-08 22:54 
GeneralRe: Process Time Pin
Mycroft Holmes26-May-08 23:16
professionalMycroft Holmes26-May-08 23:16 
GeneralRe: Process Time Pin
~V~26-May-08 23:30
~V~26-May-08 23:30 
GeneralRe: Process Time Pin
Ashfield26-May-08 23:37
Ashfield26-May-08 23:37 
GeneralRe: Process Time Pin
~V~26-May-08 23:51
~V~26-May-08 23:51 
QuestionTable Locking : Reposting with more details... [modified] Pin
nishkarsh_k26-May-08 20:22
nishkarsh_k26-May-08 20:22 
AnswerRe: Table Locking : Reposting with more details... Pin
darkelv26-May-08 20:56
darkelv26-May-08 20:56 

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.