Windows from Application in c#
Sir I want to referance code for project 'Trust Managment system' in Windows application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Selva GanapathyPosted Nov 22, 2014, 12:10 AM
Hi Nandkishor,
You can make use of permission set with your applications
Regards,
Selva Ganapathy K
Rajendra TripathyPosted Aug 7, 2014, 4:53 AM
Visual Studio provides five options in the Add Reference dialog box:
.NET lists all .NET Framework components available for referencing.
COM lists all COM components available for referencing.
Projects lists all reusable components created from local projects.
Browse enables you to browse for a component in the file system.
Recent contains a list of components recently added to projects on your computer
To add a reference
In Solution Explorer, double-click the My Project node for the project.
In the Project Designer, click the References tab.
Click the Add button to open the Add Reference dialog box.
In the Add Reference dialog box, select the tab indicating the type of component you want to reference (In your case its Projects).
Select the components you want to reference, and then click OK.