Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have windows application with lot of of forms involved

Each form got complex functionality wich in turn hang the application

Now i used the Multi threaded option at some place but it is not a good practice to use at every logic

Please suggest a better way

Also i want to use it as Intranet application how should i use it over internet

Please suggest if u have any idea

Many Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 12-Sep-12 13:55pm    
You see, this is a matter of a big article, just to explain the minimum, otherwise you need just to go to Microsoft documentation. It would be out of the Quick Questions & Answers format. Perhaps someone will recommend you some existing books or articles (search for available CodeProject articles as well). As to the effectiveness, this is an open-ended question which goes far beyond proper use of APIs. Besides, it's good if you tag your language and platform.

If you ask more particular questions, it would be more adequate to this forum and can produce much better results for you.
--SA

1 solution

Try
The key to multi-threaded Windows Forms UI interaction[^]
http://msdn.microsoft.com/en-us/library/ms951089.aspx[^]
http://msdn.microsoft.com/en-us/library/ms229730.aspx[^]

If you want to use the application over the internet, think of using ASP.Net rather than Windows Forms.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900