-
Cross-container component connection in Windows Form Designer
Setup:
Form F.
Component X with property P of type component Y.
Component Y.
Form G.
If I drop component X and component Y on form F, when I am in the property browser for component X and click on property P, a drop down list box allows me to choose the instance of component Y on form F to assign to property P. Excellent ! This is what design-time RAD programming is all about.
Now let's suppose I want to put component Y, in a separate form G, as a public component, and remove component Y from form F. Now when I click property P of component X in Form F, there is no entry in the drop down list box for the property that lets me choose component Y on form G.
Is there some way I can get the visual studio designer to see form G from form F so that the connection between component X on form F and component Y on form G can be made at design time ?
I have tried, in a C++/CLI Windows Form application, adding form G's header file to form F, but this does nothing to solve the problem. Yet I suspect there must be some way to do this.
Lest you think this cross-form connection is a bit odd, let's look at a possibly more popular situation of cross-container connection, where the programmer at design time adds a component class to his project, drops a number of components into the component class using the class designer, makes the dropped components public, configures the components, and then uses the component class as a kind of data container for those components. In our example above component Y is one of those components. Now the programmer wants to reuse his data container component class in the current project and in other projects, by being able to drop component X on a form he designs, and connect it to the component Y in his component class container.
I sense that there must be some way to connect components across containers in the Visual Studio Designer but I can not determine how to do it. Any help what be appreciated.
Edward Diener
Similar Threads
-
By Sandeep Uppal in forum .NET
Replies: 6
Last Post: 07-10-2003, 05:59 AM
-
By Gwen Smith in forum vb.announcements
Replies: 0
Last Post: 04-28-2003, 02:37 PM
-
By Yair Alan Griver [MS] in forum dotnet.announcements
Replies: 1
Last Post: 09-11-2002, 11:00 PM
-
By DevComponents in forum dotnet.announcements
Replies: 0
Last Post: 01-17-2002, 09:11 PM
-
By Mark Alexander Bertenshaw in forum VB Classic
Replies: 6
Last Post: 05-05-2000, 07:10 AM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks