![]() |
| | #1 |
| Registered User Join Date: Jun 2009
Posts: 21
| I just grabbed a .dll file which is an exension of the existing forms tabControl container. Can someone point me as to where / how you add such dll files in Visual Studio. Thanks |
| scott_ill is offline | |
| | #2 |
| Registered User Join Date: Mar 2009 Location: england
Posts: 76
| In your solution explorer, on the right of VS, look for References, then right click and select Add Reference. This is assuming your dll is managed code, otherwise you'll need to use p/invoke. |
| theoobe is offline | |
| | #3 |
| Registered User Join Date: Jun 2009
Posts: 21
| This is what I thought, but adding the file as a reference has not had any effect on the original TabControl I'll have to investigate further into the file itself I suppose.... |
| scott_ill is offline | |
| | #4 |
| Registered User Join Date: Jun 2009
Posts: 21
| Ah..... I found the path to the new control in Object Browser and then just changed the references in the designer.cs fil for the form and it works. Thnaks for the confirmation on refs. |
| scott_ill is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|