|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
threaded timerI have a form application with a timer event on it and a couple of
proceedures that run great but when I converted the code to a .dll then I ran into some issues. The problem in my class is that I have created a timer and it increments an integer =+ 1. The time fires this event without issue. And in the timer event handler I have code that checks for a count of 30. This event never fires. However I can watch the integer increment in the console window. The if = 30 code is in the same timer proceedure that outputs to the console window.... What am I doing wrong. Basically I'm forcing the program to load a web page and then wait 40 seconds before scanning it. That's it. On 2005-04-05, pmclinn <pmcl***@gmail.com> wrote:
Show quoteHide quote > I have a form application with a timer event on it and a couple of show us the code :)> proceedures that run great but when I converted the code to a .dll then > I ran into some issues. > > The problem in my class is that I have created a timer and it > increments an integer =+ 1. The time fires this event without issue. > > And in the timer event handler I have code that checks for a count of > 30. This event never fires. However I can watch the integer increment > in the console window. The if = 30 code is in the same timer > proceedure that outputs to the console window.... > > What am I doing wrong. > > Basically I'm forcing the program to load a web page and then wait 40 > seconds before scanning it. That's it. > -- Tom Shelton [MVP]
HLP: Retrieving ListView String Information
Question on updating data ?syntax to recognize code in a 2nd file Scripting Runtime ARRAYLIST ADDING A CLASS Checking a string for valid date sockets O.T.:Shameless Plug to get Free Software(for me & for you too) How to provide hint on sub params? Transpose datagrid row to corresponding label text |
|||||||||||||||||||||||