Click here to Skip to main content
15,896,453 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 
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 
welcome dear Marc;
Actually this was a project in the special topic course here in the Univ. The Dr. ask for a project that handel multithreading.
I hope this satisfy your request



Yours truly,
EYad

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.