|
-
Jan 27th, 2003, 03:53 PM
#1
Thread Starter
Fanatic Member
visio style interface
I am looking into writing an application that has an interface similar to that of visio. the users select from a toolbox drop items on to a design pane and resize/move and type text in the item selected.
Can any one point me in the right direction.
-
Jan 28th, 2003, 07:37 AM
#2
Develop a class hierarchy that represents the items. Manage them in a list. Have them each draw itself.
You might want to make each its seperate window, but there are pros and cons to this approach.
Other than that, well, you need a concept developed...
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 28th, 2003, 11:59 AM
#3
Thread Starter
Fanatic Member
Thanks CornyBee, that makes good sence.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|