473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Special control

Hello,
I'm going to begin a project like an editor,
The users can use 2 shapes and lines to draw
and connect some diagrams.
Just like the editor in Microsoft Visio.
(using drag and drop to place the pre-defined items
from a list and lines to connect the items)

I think the first needed thing is a special control
instead of regular forms in vs.net...

I don't know how to begin and where can find
related articles or tutorials.

Waiting for your help..

Thanks

--
Saber S.
Nov 21 '05 #1
5 1092
Saber,

I think that this is the website where to get ideas for the solution of
your problem.

http://www.bobpowell.net/

I hope this helps,

Cor
Nov 21 '05 #2
Thanks Cor,
I think it is the most useful article for me:
http://www.bobpowell.net/manipulate_graphics.htm

--
Saber S.
"Cor Ligthert" <no************@planet.nl> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Saber,

I think that this is the website where to get ideas for the solution of
your problem.

http://www.bobpowell.net/

I hope this helps,

Cor

Nov 21 '05 #3
Take a look at the following web page
http://www.bennet-tec.com/btproducts...g/md3_demo.htm

Here you can draw some shapes, connect with diagram lines,
move the shapes and diagram lines automatically update to keep
the connection.

Is this what you are trying to do ?
This was created with our MetaDraw control.
( example was created with OCX edition but we also have a.NET Winforms
edtion )

If you view sources in the web page you will see how easy this is.
Basically you will place MetaDraw on your form.
Then just set the EditMode property to allow the user
to Draw shapes, connect them with diagram lines or move the shapes.
When a shape connected to another shape is moved,
the connecting diagram line is automatically updated
to retain the connection.

MetaDraw supports Zoom, Scroll, Printing, Save / load to file,
UnDo and ReDo

I think you will find it has everything you need for your application.

Try it out

Write back and let me know if this looks like it will meet your needs.
I'd be happy to answer any questions you may have about MetaDraw.

* * Please include a copy of this message with your reply

Jeff Bennett
Jeff @ Bennet-Tec.Com

* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com

=================== ===================

Nov 21 '05 #4
Not very useful since it only works in IE.

Bob Lehmann

<je**@bennet-tec.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Take a look at the following web page
http://www.bennet-tec.com/btproducts...g/md3_demo.htm
Here you can draw some shapes, connect with diagram lines,
move the shapes and diagram lines automatically update to keep
the connection.

Is this what you are trying to do ?
This was created with our MetaDraw control.
( example was created with OCX edition but we also have a.NET Winforms
edtion )

If you view sources in the web page you will see how easy this is.
Basically you will place MetaDraw on your form.
Then just set the EditMode property to allow the user
to Draw shapes, connect them with diagram lines or move the shapes.
When a shape connected to another shape is moved,
the connecting diagram line is automatically updated
to retain the connection.

MetaDraw supports Zoom, Scroll, Printing, Save / load to file,
UnDo and ReDo

I think you will find it has everything you need for your application.

Try it out

Write back and let me know if this looks like it will meet your needs.
I'd be happy to answer any questions you may have about MetaDraw.

* * Please include a copy of this message with your reply

Jeff Bennett
Jeff @ Bennet-Tec.Com

* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com

=================== ===================

Nov 21 '05 #5
> it only works in IE.

Not true

For WEB applications it only works in IE
but MetaDraw can also be used in standard EXE applications
(.NET version for .Net Winforms applications,
and OCX version for Visual Studio 6 applications )
Jeff Bennett
Jeff @ Bennet-Tec.Com
* Bennet-Tec Information Systems, Inc
* 50 Jericho Tpk, Jericho, NY 11753
* Phone 516 997 5596, Fax - 5597
* RELIABLE Components Make You Look Sharp!
* TList/Pro * ALLText HT/Pro * MetaDraw *
* Custom Software Development Services Too.
* WWW.Bennet-Tec.Com
=================== ===================

Nov 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Jax | last post by:
Custom control problem. I'm modding a textbox so that it will always have a "%" sign at the end of it. I have overrided the Text property to account for the "%" value within the textbox and have...
5
by: ISdotNET | last post by:
Hi there, I am new to this board and would first of all like to wish you all Happy Hollidays. As most new users, I joined because I have an issue (problem). I am using VB.NET in a windows app...
17
by: Carl Mercier | last post by:
Hi, Is it possible to use special characters like \n or \t in a VB.NET string, just like in C#? My guess is NO, but maybe there's something I don't know. If it's not possible, does anybody...
1
by: Andrea | last post by:
I need to get the description (with the default language of the operating system) for the special system folders like Control Panel, My Computer and so on. I have the CLSID of them and, for...
8
by: david.lindsay.green | last post by:
Hello all, I am quite new a web scripting and making web pages in general and I have stumbled across a problem I have as yet been unable to solve. I am trying to take the contents of a textarea box...
9
by: Larry | last post by:
OK, I've been searching around the net for numerous hours and seem to just be getting more confused about handling special characters. In my host's configuration MagicQuotes is ON. (I understand...
0
by: rhepsi | last post by:
hii everyone... Is there any special control to resume To give detailed info: in a confirmation box, when i click yes i need to get the existing page tht im working on...
13
by: titan nyquist | last post by:
How do you test a string to see if it contains special characters? I want to ensure that any names typed into my form has only letters (and maybe allow a dash and an apostrophe). I can loop...
5
by: Sobin Thomas | last post by:
Hi All, I want to pass a string that contains many special characters (: \ . _ etc) to another page in my website through query string. In my project I have a Gridview control ,in which there...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.