Click here to Skip to main content
16,016,814 members
Home / Discussions / C#
   

C#

 
AnswerRe: Troubles Capturing a Screen Shot - 'Print Screen' key functionality Pin
Rei Miyasaka29-Aug-05 12:40
Rei Miyasaka29-Aug-05 12:40 
GeneralRe: Troubles Capturing a Screen Shot - 'Print Screen' key functionality Pin
rcurrie30-Aug-05 6:58
rcurrie30-Aug-05 6:58 
AnswerRe: Troubles Capturing a Screen Shot - 'Print Screen' key functionality Pin
Mohamad Al Husseiny29-Aug-05 13:04
Mohamad Al Husseiny29-Aug-05 13:04 
QuestionDubbging using JIT Debugger Pin
LiamD29-Aug-05 5:16
LiamD29-Aug-05 5:16 
QuestionHighlight office area in the map? Pin
BEXPERT29-Aug-05 5:12
BEXPERT29-Aug-05 5:12 
AnswerRe: Highlight office area in the map? Pin
Dave Kreskowiak29-Aug-05 13:22
mveDave Kreskowiak29-Aug-05 13:22 
GeneralRe: Highlight office area in the map? Pin
BEXPERT29-Aug-05 20:00
BEXPERT29-Aug-05 20:00 
GeneralRe: Highlight office area in the map? Pin
Dave Kreskowiak30-Aug-05 2:21
mveDave Kreskowiak30-Aug-05 2:21 
I don't have any sample code. I can just picture how it would work in my head and generate a rough design from that.

The most important part of this is the data model, not the drawing. You don't even need drawing at this point. Just model the data that you want to handle. Do some research on Serialization to XML files. You need to save your objects then reload them from the files.

When you have this working, then you can add to it, like drawing code. You'll need to add position and size data to your objects. They will also need to be able to take a Graphics object as a parameter to a Draw method that you'll have to write. What you draw in this is entirely up to you. If you have no idea how to draw anything in Windows, Google for articles on "Drawing Windows Graphics C#" and learn the basics before you attempt to do this.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionSystem.Net.Sockets class delay Pin
Jason Weibel29-Aug-05 4:54
Jason Weibel29-Aug-05 4:54 
QuestionHow to send clicks Pin
Dario Solera29-Aug-05 4:52
Dario Solera29-Aug-05 4:52 
AnswerRe: How to send clicks Pin
Daniel Turini29-Aug-05 7:53
Daniel Turini29-Aug-05 7:53 
AnswerRe: How to send clicks Pin
Mohamad Al Husseiny29-Aug-05 8:21
Mohamad Al Husseiny29-Aug-05 8:21 
GeneralRe: How to send clicks Pin
Dario Solera29-Aug-05 8:55
Dario Solera29-Aug-05 8:55 
QuestionDetermining Enter events cause Pin
Member 197725229-Aug-05 3:39
Member 197725229-Aug-05 3:39 
AnswerRe: Determining Enter events cause Pin
Dave Kreskowiak29-Aug-05 4:50
mveDave Kreskowiak29-Aug-05 4:50 
QuestionString Size Problem Pin
wasife29-Aug-05 3:21
wasife29-Aug-05 3:21 
AnswerRe: String Size Problem Pin
occcy29-Aug-05 3:46
occcy29-Aug-05 3:46 
QuestionDocumentation Pin
Anonymous29-Aug-05 1:33
Anonymous29-Aug-05 1:33 
AnswerRe: Documentation Pin
Dario Solera29-Aug-05 4:09
Dario Solera29-Aug-05 4:09 
Questionhelp Pin
ravimohan1629-Aug-05 1:29
ravimohan1629-Aug-05 1:29 
AnswerRe: help Pin
Daniel Turini29-Aug-05 1:38
Daniel Turini29-Aug-05 1:38 
AnswerRe: help Pin
SeMartens29-Aug-05 1:38
SeMartens29-Aug-05 1:38 
QuestionHtml to DataTable or DataGrid Pin
Canastro29-Aug-05 1:03
Canastro29-Aug-05 1:03 
QuestionTabControl BackColor - can it be done and how? Let's settle it once and for all Pin
misterbear29-Aug-05 0:33
misterbear29-Aug-05 0:33 
AnswerRe: TabControl BackColor - can it be done and how? Let's settle it once and for all Pin
sreejith ss nair29-Aug-05 1:08
sreejith ss nair29-Aug-05 1:08 

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.