Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forcing a timer to execute without waiting for the inter
Message
From
03/01/2005 13:09:58
 
 
To
03/01/2005 12:56:38
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00973882
Message ID:
00973886
Views:
13
I don't know if that is logic but I did put a button on the form and when I click on it, I am calling the event like this:
    ' Force the timer to execute for WWC from the refresh button
    Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
        Dim loObject As System.Timers.ElapsedEventArgs
        TimerWWCTimer(Me, loObject)
    End Sub
So, that seems to work. Anyone would recommend something better to force the event to execute by code?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform