Click here to Skip to main content
15,905,782 members
Articles / Desktop Programming / MFC
Article

Draw objects using Multithreaded

Rate me:
Please Sign up or sign in to vote.
2.71/5 (16 votes)
26 Dec 2002 58.5K   1.6K   16   5
Program that draw objects using the concept of multithreading

Sample Image - form1.jpg

Introduction

This program that is written in C#.Net programming language is used for the purpose of drawing objects using the MultiThreaded concept. In this program the grid that is in the pictures will be shown and the user need to choose the shape that you want to draw (Circle or Rectangle), the size, the color, the number of threads (objects) and the speed. After the information selected start should be pressed to draw the object. Each object will be created by a new thread.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Saudi Arabia Saudi Arabia
Major: Computer Science
Computer Engineer
Process Information Unit
PCD/P&CSD
Saudi Aramco
+9654983466

Comments and Discussions

 
GeneralNice Effort Pin
Aisha Ikram31-Dec-02 18:38
Aisha Ikram31-Dec-02 18:38 
GeneralRe: Nice Effort Pin
Eyad Buhulaiga31-Dec-02 20:46
Eyad Buhulaiga31-Dec-02 20:46 
Thank you dear Aisha Ikram for your nice words.
According to your question about the CLR:
.NET Framework defines two very imortant entities. The 1st is the CLR which is the system that manages the execution of any program. Along with other benefits, the CLR is the part of .NET Framework that enables programs to be portable, supports mixed-language programming and provides for security. The 2nd ofcourse is the .NET <I>class library.</I>
I hope that these information satisfied your request. I'll be very happy to answer any further questions.



<b>Yours truly,
Eyad</b>
GeneralRe: Nice Effort Pin
Aisha Ikram31-Dec-02 22:58
Aisha Ikram31-Dec-02 22:58 
QuestionWhy would you want to do this? Pin
Marc Clifton30-Dec-02 14:00
mvaMarc Clifton30-Dec-02 14:00 
AnswerRe: Why would you want to do this? Pin
Eyad Buhulaiga31-Dec-02 21:01
Eyad Buhulaiga31-Dec-02 21:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.