Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: exporting vb6 data from ms access to PDF using sql select query Pin
Chris Quinn5-Feb-14 4:52
Chris Quinn5-Feb-14 4:52 
QuestionMany questions on a VB Project using DOS command. Pin
Member 105704213-Feb-14 23:20
Member 105704213-Feb-14 23:20 
AnswerRe: Many questions on a VB Project using DOS command. Pin
Richard Deeming4-Feb-14 3:01
mveRichard Deeming4-Feb-14 3:01 
GeneralRe: Many questions on a VB Project using DOS command. Pin
Member 105704214-Feb-14 5:57
Member 105704214-Feb-14 5:57 
AnswerRe: Many questions on a VB Project using DOS command. Pin
Eddy Vluggen4-Feb-14 3:01
professionalEddy Vluggen4-Feb-14 3:01 
AnswerRe: Many questions on a VB Project using DOS command. Pin
Dave Kreskowiak4-Feb-14 4:01
mveDave Kreskowiak4-Feb-14 4:01 
QuestionDataGridView that use timer in vb.net Pin
Joannou H. Fegarido3-Feb-14 14:20
Joannou H. Fegarido3-Feb-14 14:20 
AnswerRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen4-Feb-14 7:51
professionalEddy Vluggen4-Feb-14 7:51 
Joannou H. Fegarido wrote:
Then, a second time around I refresh my datagridview to start again the timer.
My Timer doesn't work as what it did when i first load my program to run my timer in datagridview. Any idea how to fix my problem.
What does "does not work" mean? Does it throw an exception? Does it fail silently? Does it compile?

It sounds like there's a difference in initializing (first run), and restarting (second run), probably due to some variable that's not reset. We can't see from the code whether that's the case, since only the code is shown that is run when the timer executes.

..and one could guess that things go bad as soon as "objclsSMS.sendMsg" takes more than the timers' interval. I see that it's called "timer3" - are there more timers in that form? You should consider moving it to a background-thread and updating the UI when the work is done.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: DataGridView that use timer in vb.net Pin
Joannou H. Fegarido5-Feb-14 19:25
Joannou H. Fegarido5-Feb-14 19:25 
GeneralRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen6-Feb-14 8:20
professionalEddy Vluggen6-Feb-14 8:20 
GeneralRe: DataGridView that use timer in vb.net Pin
Joannou H. Fegarido6-Feb-14 18:16
Joannou H. Fegarido6-Feb-14 18:16 
GeneralRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen8-Feb-14 0:43
professionalEddy Vluggen8-Feb-14 0:43 
AnswerRe: DataGridView that use timer in vb.net Pin
Joannou H. Fegarido9-Feb-14 13:35
Joannou H. Fegarido9-Feb-14 13:35 
GeneralRe: DataGridView that use timer in vb.net Pin
Eddy Vluggen10-Feb-14 7:17
professionalEddy Vluggen10-Feb-14 7:17 
QuestionAllowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dan O'Riordan3-Feb-14 2:34
Dan O'Riordan3-Feb-14 2:34 
AnswerRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Richard MacCutchan3-Feb-14 3:03
mveRichard MacCutchan3-Feb-14 3:03 
GeneralRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dan O'Riordan3-Feb-14 3:17
Dan O'Riordan3-Feb-14 3:17 
GeneralRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Richard MacCutchan3-Feb-14 8:17
mveRichard MacCutchan3-Feb-14 8:17 
AnswerRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dave Kreskowiak3-Feb-14 4:37
mveDave Kreskowiak3-Feb-14 4:37 
GeneralRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dan O'Riordan3-Feb-14 17:24
Dan O'Riordan3-Feb-14 17:24 
GeneralRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dave Kreskowiak3-Feb-14 18:14
mveDave Kreskowiak3-Feb-14 18:14 
GeneralRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dan O'Riordan3-Feb-14 18:21
Dan O'Riordan3-Feb-14 18:21 
GeneralRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dan O'Riordan4-Feb-14 2:04
Dan O'Riordan4-Feb-14 2:04 
GeneralRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
Dave Kreskowiak4-Feb-14 3:56
mveDave Kreskowiak4-Feb-14 3:56 
AnswerRe: Allowing User To Upload Image to Resources folder and Displaying in PictureBox Pin
TnTinMn4-Feb-14 14:28
TnTinMn4-Feb-14 14:28 

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.