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

Visual Basic

 
AnswerRe: Token error Message Pin
Colin Angus Mackay8-Feb-07 3:21
Colin Angus Mackay8-Feb-07 3:21 
QuestionDeployment and Updates Pin
wildfire23238-Feb-07 2:49
wildfire23238-Feb-07 2:49 
QuestionThe disappearing datagrid (vertical) scrollbar Pin
Johan Hakkesteegt8-Feb-07 2:25
Johan Hakkesteegt8-Feb-07 2:25 
QuestionCopy file to network drive in VB6 [modified] Pin
jclito8-Feb-07 2:23
jclito8-Feb-07 2:23 
QuestionManipulating Excel Sheet through VB Pin
darkturtle8-Feb-07 2:23
darkturtle8-Feb-07 2:23 
QuestionManipulating Excel Sheet through VB Pin
darkturtle8-Feb-07 2:23
darkturtle8-Feb-07 2:23 
Questiontimer Pin
Sebastian T Xavier8-Feb-07 1:16
Sebastian T Xavier8-Feb-07 1:16 
AnswerRe: timer Pin
Johan Hakkesteegt8-Feb-07 2:11
Johan Hakkesteegt8-Feb-07 2:11 
Hi Sebastian,

Use withevents tmr As New System.Windows.Forms.Timer instead of dim, and the Class Name dropdown in the code window will offer you your tmr.

Start the timer (tmr.Start()) use its Tick event to perform whatever code you need, and if necessary stop the timer (tmr.Stop()).

Good luck,

Johan

My advice is free, and you may get what you paid for.

GeneralRe: timer Pin
Sebastian T Xavier8-Feb-07 4:04
Sebastian T Xavier8-Feb-07 4:04 
GeneralRe: timer Pin
Johan Hakkesteegt8-Feb-07 20:27
Johan Hakkesteegt8-Feb-07 20:27 
GeneralRe: timer Pin
Ahmed El-Badry10-Feb-07 0:27
Ahmed El-Badry10-Feb-07 0:27 
QuestionCombobox in Datagridview ,Wnt Click Event Pin
priya_p2338-Feb-07 0:44
priya_p2338-Feb-07 0:44 
QuestionPlace application on top of all other application Pin
ravihd8-Feb-07 0:25
ravihd8-Feb-07 0:25 
AnswerRe: Place application on top of all other application Pin
Christian Graus8-Feb-07 0:32
protectorChristian Graus8-Feb-07 0:32 
Questionmail with embeded images Pin
safalmittal7-Feb-07 23:55
safalmittal7-Feb-07 23:55 
QuestionForm Minimize Event Pin
MatthysDT7-Feb-07 23:40
MatthysDT7-Feb-07 23:40 
AnswerRe: Form Minimize Event Pin
Johan Hakkesteegt7-Feb-07 23:43
Johan Hakkesteegt7-Feb-07 23:43 
QuestionSorting with DataGrid & DataGridView control Pin
Rahul Singla7-Feb-07 22:43
Rahul Singla7-Feb-07 22:43 
Questiondifference b/w shared ,public and public shared Pin
saravanaks7-Feb-07 22:16
saravanaks7-Feb-07 22:16 
AnswerRe: difference b/w shared ,public and public shared Pin
Christian Graus7-Feb-07 22:21
protectorChristian Graus7-Feb-07 22:21 
AnswerRe: difference b/w shared ,public and public shared Pin
Colin Angus Mackay7-Feb-07 22:21
Colin Angus Mackay7-Feb-07 22:21 
Questiondll hell problem Pin
saravanaks7-Feb-07 22:04
saravanaks7-Feb-07 22:04 
AnswerRe: dll hell problem Pin
Michael P Butler7-Feb-07 22:14
Michael P Butler7-Feb-07 22:14 
AnswerRe: dll hell problem Pin
Christian Graus7-Feb-07 22:23
protectorChristian Graus7-Feb-07 22:23 
QuestionChange DataGridView Column Type Pin
nawalage7-Feb-07 21:20
nawalage7-Feb-07 21:20 

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.