473,789 Members | 2,408 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1121
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******** ********@tk2msf tngp13.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.goo glegroups.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
1615
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 add BaseText to give access to the baseText method too. I have the text_changed event handler wired up to this method, problem is that it works ONLY every other time. The statement that works every other time is this:
5
1766
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 and have a rich text box on a form containing text with HTML syntax elements, like "<b>Hello</b>"
17
30674
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 know of a VB.NET function (somebody must have coded this already) that will interpret strings containings those special characters, and handle them the same as in C#?
1
1605
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 example, I launch the control panel typing ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}
8
3713
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 and save it to a file. This step is not to hard however the contents of the textarea is mostly latex source so it contains just about every special character you can imagine. My question is this, how do I save an exact copy of the textarea...
9
2565
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 this is considered a bad thing by many) A user submitted an email in the form 'Bob Smith' <bob@nospam.com> Now when I look in the MySql database (via PhpMyAdmin) it's exactly that, but when I try to retrieve it with a standard query, it echo's...
0
821
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
20783
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 RealName.Contains("..."), but there must be a more elegant solution.
5
11168
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 is a hyperlink field.The Gridview 's datasource is set as a database table at runtime.The hyperlink filed's DataNavigateUrlFields is set to "RecordID" ,which is a field in my database table.The RecordID field contains many special characters.I...
0
9663
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10404
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7525
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6761
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4089
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2906
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.