Click here to Skip to main content
15,889,096 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.net Flexgrid? Pin
DA_Loring23-May-07 7:12
DA_Loring23-May-07 7:12 
QuestionStrange entries in My Doc\user\aplications Pin
DA_Loring23-May-07 6:41
DA_Loring23-May-07 6:41 
AnswerRe: Strange entries in My Doc\user\aplications Pin
Dave Kreskowiak23-May-07 6:47
mveDave Kreskowiak23-May-07 6:47 
GeneralRe: Strange entries in My Doc\user\aplications Pin
DA_Loring23-May-07 7:09
DA_Loring23-May-07 7:09 
QuestionOnTimedEvent Pin
ciacia23-May-07 6:35
ciacia23-May-07 6:35 
AnswerRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 6:39
mveDave Kreskowiak23-May-07 6:39 
GeneralRe: OnTimedEvent Pin
ciacia23-May-07 6:43
ciacia23-May-07 6:43 
AnswerRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 6:52
mveDave Kreskowiak23-May-07 6:52 
The System.Timers.Timer uses a seperate thread to call the timer elapsed handler code. If your code is trying to get data from user controls to do it's work, it won't get any data. This is because you can only use a controls methods and properties on the thread that the control was created on.

Let's see your OnTimedEvent method...


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: OnTimedEvent Pin
ciacia23-May-07 7:27
ciacia23-May-07 7:27 
GeneralRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 7:37
mveDave Kreskowiak23-May-07 7:37 
GeneralRe: OnTimedEvent Pin
ciacia23-May-07 7:53
ciacia23-May-07 7:53 
GeneralRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 8:17
mveDave Kreskowiak23-May-07 8:17 
GeneralRe: OnTimedEvent Pin
ciacia23-May-07 8:48
ciacia23-May-07 8:48 
GeneralRe: OnTimedEvent Pin
Dave Kreskowiak23-May-07 9:44
mveDave Kreskowiak23-May-07 9:44 
QuestionEncrypting passwords in a database Pin
steve_rm23-May-07 5:42
steve_rm23-May-07 5:42 
AnswerRe: Encrypting passwords in a database Pin
Tarakeshwar Reddy23-May-07 6:03
professionalTarakeshwar Reddy23-May-07 6:03 
AnswerRe: Encrypting passwords in a database Pin
andyharman23-May-07 6:14
professionalandyharman23-May-07 6:14 
AnswerRe: Encrypting passwords in a database Pin
Dave Kreskowiak23-May-07 6:27
mveDave Kreskowiak23-May-07 6:27 
AnswerRe: Encrypting passwords in a database Pin
kubben23-May-07 7:00
kubben23-May-07 7:00 
QuestionCounting Records added and modified in a DataSet Pin
Quecumber25623-May-07 5:20
Quecumber25623-May-07 5:20 
AnswerRe: Counting Records added and modified in a DataSet Pin
Dave Kreskowiak23-May-07 6:19
mveDave Kreskowiak23-May-07 6:19 
GeneralRe: Counting Records added and modified in a DataSet Pin
Quecumber25623-May-07 6:51
Quecumber25623-May-07 6:51 
GeneralRe: Counting Records added and modified in a DataSet Pin
Dave Kreskowiak23-May-07 6:55
mveDave Kreskowiak23-May-07 6:55 
Questionpull data from access database table to vb.net Pin
jds120723-May-07 3:56
jds120723-May-07 3:56 
AnswerRe: pull data from access database table to vb.net Pin
Dave Kreskowiak23-May-07 6:43
mveDave Kreskowiak23-May-07 6:43 

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.