-
Please Help me in Threading
I'm working on a messenger. Scenario is this: a thread is running at background as soon as it gets a message from server. It has to show this in a new form. But when i try to show the form, form just hangs and nothing happens on form.
Code is like this where i'm calling form
'Some Thread waiting for message
' Got message
Dim frm as new Form1()
frm.show()
Form just hangs like freeze and than just make me mad. Form1 is just a normal form. I know i've to use delegates for cross threading and invoke or begininvoke methods. But i'm unable to implement them. Please some expert help me. My project is stuck..........
Thanks in Advance
Similar Threads
-
Replies: 5
Last Post: 11-14-2008, 01:09 AM
-
By tc_lawabider in forum Java
Replies: 2
Last Post: 03-16-2006, 07:39 PM
-
By Jim Brooke in forum .NET
Replies: 2
Last Post: 05-23-2003, 01:14 PM
-
By cksiow in forum VB Classic
Replies: 6
Last Post: 06-20-2001, 01:59 PM
-
By cksiow in forum VB Classic
Replies: 0
Last Post: 06-19-2001, 11:39 PM
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|