drawing using c#

A

Ali

I need your help please I am abegineer in drawing using c#

I want to let the user use the mouse to draw a rectangle in windows
form and allow him to select it and drag it in any part of the form I
found many complecated codes couldn't understand them, so if you can
help me in this topic by simple code please ilsturate me please
 
P

Peter Duniho

I need your help please I am abegineer in drawing using c#

I want to let the user use the mouse to draw a rectangle in windows
form and allow him to select it and drag it in any part of the form I
found many complecated codes couldn't understand them, so if you can
help me in this topic by simple code please ilsturate me please

Are you a beginner only in the context of C#? Do you have any
experience with GDI (the drawing API in Windows) at all? How about
with USER (the user-interface API in Windows)?

What sample code have you already looked at? If you can provide some
links, at least to the simplest examples you found, that would help us
understand what's beyond your current abilities.

The fact is, what you want to do is not very hard for someone who is
already familiar with the basic concepts involved in Windows
programming (or even event-driven programming in some other API). But
if you've never done any sort of GUI programming before, it's a bit of
a large step to be taking as your first foray.

If you can provide some more details on just how little or much you
know, that will help in understanding how best to answer the question.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top