Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VB.NET Visual Basic Power Packs not working on VS2015?

I have downloaded the VS Basic Power Packs from the link here https://msdn.microsoft.com/en-us/library/cc488277.aspx but I have no idea why it does not appear in my project toolbox. I have also added the project reference for both the VB Power Packs and VB Power Packs Design to my project and refreshes the toolbox but it does not show at all.

Here is some pictures of it. Btw, I am using VS 2015 PRO. What did I missed out? I have added the reference to my project here. ToolBox does not show any power packs tool.

like image 826
Student Avatar asked Dec 16 '15 21:12

Student


People also ask

Is Microsoft discontinuing vb net?

Visual Basic (VB.NET) will continue to be supported by Microsoft. (It's not dead.) The language will no longer have new features added to it.


1 Answers

@Plutonix has the correct answer in the comments. I just thought I would add and illustrate the answer.

(NOTE: as mentioned by @Student in the question, you'll need to download the power packs because they are no longer included Visual Studio 2015. You can do so at this >> link << and then continue with the rest below.)

To use the power packs, technically you don't need to add the references, all you need to do is add the power packs to the toolbox.

To do this, you right click in the toolbox and select "Choose Items"

enter image description here

Then the a window pops up. You can use the filter on the bottom, type "power" and then check the shape items you want to add.

enter image description here

Again, you should not need to add a reference, just include the power pack items, and that should do the trick. =)

like image 85
Hawkeye Avatar answered Oct 06 '22 01:10

Hawkeye