473,785 Members | 2,434 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Active are for controls


How to develop (or which existing control to use) an active area where a
user can place controls (similar to command buttons in VB), resize them,
rotate them and also being able to zoom-in and out the active area. The
active area should also be saved.
Nov 17 '05 #1
3 1214
Perhaps you can be more descriptive of what you want. You want to
create a control that allows others to add their controls within this
control during design time?

Best Regards
Johann Blake

Nov 17 '05 #2
Hello Johann

Yes something like that. May be an image control where user picks up
controls from the control toolbox and places on the image control (similar to
what you find in VB, we place controls (such as buttons or combo boxes) from
the control explorer on to the form space. My requirements are I am
developing a small simulator where the user designs an electronic circuit
with the control library he has (comprising resisters, transistors etc). The
user drags these controls and drops on the Active area, connects them and
later based on the connection my software will display results.

My problem is which control should i use to develop the active area where
the user can drag and drop the controls.

Thank you for responding.

Regards
Amey

"Johann Blake" wrote:
Perhaps you can be more descriptive of what you want. You want to
create a control that allows others to add their controls within this
control during design time?

Best Regards
Johann Blake

Nov 17 '05 #3
Hi Amey,

The most generic control that gives you the most flexibilites is the
Control class itself. It can act as a container for other controls and
allows itself to be derived by other classes. Most of the controls in
the toolbox are derived from the Control class. So roll your own.

Best Regards
Johann

Nov 17 '05 #4

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

Similar topics

0
1469
by: Brian Young | last post by:
(Sorry for double post) We are investigating the conversion of all our Legacy applications to VS.Net. Most of our applications run as ActiveX Controls hosted in Internet Explorer. This has made our support of the controls for updates very easy as we currently just publish the updated MSI files to Active Directory - we are using Intellimirror and GPO w/ Active directory to update our applications on all of our client computers. The...
0
1609
by: Pierre Mengal | last post by:
Active Up is pleased to announce the release of 3 new products. All these products are now part of the Web.Controls Suite . The products featured in the package are: Active Image ..NET component that includes an image processor, a web handler and a web based image editor. Processing includes resizing, cropping, zooming, flipping, rotating, adding text overlay and thumbnail creation. The formats supported are Bmp, Emf, Exif, Gif, Jpeg,...
3
10071
by: Robert Neville | last post by:
How do you return the last Active Control when the control is on a tab control? Screen.ActiveControl does not seem to work. Here's the statement that my code uses. Set ctlOld = Screen.ActiveControl The code line work when all controls are placed on the form page rather than a tab control. This code should pass the last active control to the calling module. Then the following line requests the tabindex from the control.
2
6610
by: Technical Group | last post by:
Friends, Can anybody help me out by sending a piece of C# code showing how to add an active directory user to a particular user group? If the group does not exist, then create it. Thanks in advance -Hari
0
1239
by: fblake | last post by:
FOR IMMEDIATE RELEASE Active Up expands ever popular product line Active Web.Controls 2007 V1, Active Cells V2 and Active AutoSuggest V1.0 Belgium (February 2007): Active Up today released the latest version of their .NET web control suite, Active Web.Controls 2007 V1, their excel compatible component Active Cells V2 and a new text suggestion component Active Auto Suggest V1.0
0
1118
by: =?Utf-8?B?SGV0b2xkbWVub3R0b2RvaXQ=?= | last post by:
My Windows Internet Explorer has started to display the following message:- "One or more Active X controls could not be displayed because either: 1. Your current security settings prohibit running Active X controls on this page, or 2. You have blocked a publisher of one of the controls. As a result, the page may not display correctly." I am not aware of having done anything to my computer, this has just suddenly began to appear when I...
2
2112
by: Randy | last post by:
I have a form on which various controls are added dynamically depending on actions of the user. One of these actions allows the user to click a delete button that will remove various other controls. I was trying to accomplish this Click procedure by capturing the active contold using activecontrol.name and then removing it, but as soon as I click on the Delete button, the active controls changes to the delete button, not the control that...
0
1351
by: gdrenfrew | last post by:
I'd like to know if it is possible to stop the parent application of a floating form becoming active when the controls on the floating form are clicked? I've got a large application, with multiple embedded controls. Some of the controls can be detached on effectively floating forms, which can be dragged about the screen. Not using MDI type stuff, just forms. The app is on our traders' desktops, and they have many applications open...
3
2648
by: naraprap | last post by:
Any information on Infragistics Active splitter , Active thread plus, Active toolbar Plus controls (in VB6) would be helpful please. Thank You!
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10325
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...
1
10091
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5381
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...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
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
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
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.