Click here to Skip to main content
15,894,017 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Connection to MS Access on 64-bit Machines Pin
The Man from U.N.C.L.E.25-Aug-09 6:13
The Man from U.N.C.L.E.25-Aug-09 6:13 
AnswerRe: Connection to MS Access on 64-bit Machines Pin
Martin Stevens25-Aug-09 17:29
Martin Stevens25-Aug-09 17:29 
Questionabout richtextbox in vb6.0 Pin
askhar51625-Aug-09 5:59
askhar51625-Aug-09 5:59 
AnswerRe: about richtextbox in vb6.0 Pin
N a v a n e e t h25-Aug-09 17:14
N a v a n e e t h25-Aug-09 17:14 
GeneralRe: about richtextbox in vb6.0 Pin
askhar51626-Aug-09 4:48
askhar51626-Aug-09 4:48 
QuestionUsing timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 3:27
RyJaBy25-Aug-09 3:27 
AnswerRe: Using timers in vb 2008 express edition Pin
Dave Kreskowiak25-Aug-09 3:49
mveDave Kreskowiak25-Aug-09 3:49 
GeneralRe: Using timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 6:03
RyJaBy25-Aug-09 6:03 
Ha ha, I'm sorry I really was not specific in my question. That's my fault. In visual basic 6.0 I had a timer routine that worked fine, i would set mytimer.enabled = true and would have the interval = 5000 so it would run every 5 seconds. The routine that would run every time the timer would reach 5 seconds would call an output. The sub i wrote for that was simply:
Private sub myTimer_Timer()
call output()
end sub

This routine would run every five seconds using the timer. Now i am trying to do the same thing in visual basic 2008 and it uses something different than the Sub myTimer_Timer(). I think it uses the tick event. Well here is what i have so far and it doesnt seem to work for me.


Private Sub Form_load(ByVal sender As System.Object, ByVal e As System.EventArgs)_
Handles MyBase.Load

OutputTimer.Enabled = True
OutputTimer.Interval = 5000

End Sub

Private Sub OutputTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs)_
Handles OutputTimer.Tick


Call Output()

End Sub

Thanks
GeneralRe: Using timers in vb 2008 express edition Pin
The Man from U.N.C.L.E.25-Aug-09 6:17
The Man from U.N.C.L.E.25-Aug-09 6:17 
GeneralRe: Using timers in vb 2008 express edition Pin
RyJaBy25-Aug-09 6:26
RyJaBy25-Aug-09 6:26 
QuestionVB.net Pin
rajiv_kadam24-Aug-09 21:48
rajiv_kadam24-Aug-09 21:48 
AnswerRe: VB.net Pin
dan!sh 24-Aug-09 22:37
professional dan!sh 24-Aug-09 22:37 
AnswerRe: VB.net Pin
εїзεїзεїз25-Aug-09 1:00
εїзεїзεїз25-Aug-09 1:00 
QuestionHow to fired keydown event in last cell of gridview Pin
AjitMourya24-Aug-09 19:50
AjitMourya24-Aug-09 19:50 
AnswerRe: How to fired keydown event in last cell of gridview Pin
Paramu197324-Aug-09 23:34
Paramu197324-Aug-09 23:34 
AnswerRe: How to fired keydown event in last cell of gridview Pin
tonymon9876547-Feb-10 18:55
tonymon9876547-Feb-10 18:55 
QuestionVB.NET ,Event handling Pin
rajiv_kadam24-Aug-09 18:56
rajiv_kadam24-Aug-09 18:56 
AnswerRe: VB.NET ,Event handling Pin
Christian Graus24-Aug-09 19:09
protectorChristian Graus24-Aug-09 19:09 
AnswerRe: VB.NET ,Event handling Pin
Suresh Suthar24-Aug-09 19:12
professionalSuresh Suthar24-Aug-09 19:12 
Question[Message Deleted] Pin
Golden Jing24-Aug-09 17:28
Golden Jing24-Aug-09 17:28 
AnswerRe: How to convert double with currency to text ? Pin
Christian Graus24-Aug-09 19:07
protectorChristian Graus24-Aug-09 19:07 
GeneralRe: How to convert double with currency to text ? Pin
Golden Jing24-Aug-09 21:14
Golden Jing24-Aug-09 21:14 
QuestionHow to reach optimum performance when handling many image frames? Pin
Sonhospa24-Aug-09 6:26
Sonhospa24-Aug-09 6:26 
AnswerRe: How to reach optimum performance when handling many image frames? Pin
Luc Pattyn24-Aug-09 6:43
sitebuilderLuc Pattyn24-Aug-09 6:43 
GeneralRe: How to reach optimum performance when handling many image frames? Pin
Sonhospa24-Aug-09 10:26
Sonhospa24-Aug-09 10:26 

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.