TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
radhamakkapati
NA
1
0
pass parameters to ElapsedEventHandler
Oct 30 2003 9:49 AM
Hi all, I defined a timer as Friend t_Timer As System.Timers.Timer t_Timer = New System.Timers.Timer() t_Timer.Enabled = True t_Timer.Interval = 10000 AddHandler t_Timer.Elapsed, AddressOf t_Timer_Elapsed Private Sub t_Timer_Elapsed(ByVal sender As System.Object, ByVal e As System.Timers.ElapsedEventArgs) End Sub I want to pass a parameter(string or int paramater) to the t_Timer_Elapsed method. Can anyone please help me how to pass a parameter into t_Timer_Elapsed method. Thanks in Advance Radha
Reply
Answers (
0
)
Problems on NiceMenu
My attempt at creating an excel Sheet. Error in saveas. HELP