|
-
Jan 30th, 2003, 02:14 PM
#1
Thread Starter
Hyperactive Member
Handlers and threads
When an event is raised, the handler gets called. I'd like to know if the handler code runs in a separate thread.
thx,
Xmas.
Learn, this is the Keyword...
-
Jan 30th, 2003, 02:31 PM
#2
Frenzied Member
It runs on the same thread. You can code it to run on a different thread.
Dont gain the world and lose your soul
-
Jan 30th, 2003, 06:16 PM
#3
Thread Starter
Hyperactive Member
Just for precision, it means that, for example, code executed when an event raised from Form1 will run on the same thread of Form1? This means that 2 events raised from Form1 cannot run their code in the same time, isn't it?
Thx,
Xmas
Learn, this is the Keyword...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|