|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Open a form from one project in another within the same solutionIs it possible to open a form from one project from a form in another project
within the same solution? If so how is this done? Thanks "lukegregory" <lukegreg***@discussions.microsoft.com> schrieb: That's only possible if the project containing the form is a class library. > Is it possible to open a form from one project from a form in another > project > within the same solution? If so how is this done? Thanks In other words: You cannot set a reference to another EXE file from another project, but you can add references to class libraries within EXE and class library projects. In order to add a reference to a class library which is part of the same solution select the project in the solution explorer, choose "Add/Remove reference..." from its context menu and select the class library project on the "Projects" tab. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> LukeGregory
Little addition to Herfried, he wrote it, however you would change in the project properties the output type to class libary. Cor
Can't destroy Excel Process; tried Just about everything!
NullReferenceException when setting to array list Visual Basic.net Access vs SQL How to catch a right-click Naming convention for objects Re: Freeze Column in DataGrid How to copy files from desktop to web server why does my app.productionversion not auto increment? Visual Basic.net and SQL Server |
|||||||||||||||||||||||