Questions tagged [powerpacks]

MS Power Packs adds pre-.NET Visual Basic components back to versions of Visual Basic older than 2005.

The Microsoft Visual Basic Power Pack 3.0 component adds back to VB (versions 2005 and higher) a set of controls that were available in pre-.NET versions of VB (i.e. VB6) but removed in the first versions of VB.NET (2002 / 2003). Included in the power pack are the basic shape controls (line, oval, and rectangle), a PrintForm component, and the DataRepeater control.

49 questions
1
vote
1 answer

Link two controls in one

I wonder if there is a possibility to (visually and functionally) link two controls(components)? (.NET2) Simplifying the things, I have two labels - one of them is the main label (it can be deplaced with the mouse) and an other - the description…
serhio
  • 28,010
  • 62
  • 221
  • 374
1
vote
1 answer

Microsoft.VisualBasic.PowerPack.VS Installshield

I have a C# project, which installs via installShield express. When I install my app on other machines, I have Microsoft.VisualBasic.PowerPack.VS missing assembly issue. How can I link powerpack to installshield express project> I am new at…
1
vote
1 answer

Lookup the lowest index within an array that contains an object?

Hello I'm using the Microsoft.VisualBasic.PowerPacks Name space to create shapes on a windows form. I've used an array to store all the objects so that i can generate new shapes and modify the properties of a collection of objects, dependent on…
ConsultingEasy
  • 385
  • 2
  • 5
  • 11
0
votes
3 answers

How to add a matrix of OvalShapes to the window?

I want to draw 16*64 matrix, each one containing a: Microsoft.VisualBasic.PowerPacks.OvalShape. I used this: List ovalShape = new List(); for (int i = 0; i…
Abdur Rahim
  • 3,975
  • 14
  • 44
  • 83
0
votes
2 answers

Powerpacks DataRepeater Control - Image not getting loaded in picture box

I have a winform powerpacks datareapter control having a picture box. This is the code snippet from the classes. DisplaySystemUsersControl.Designer.cs this.picBoxUserImage.BorderStyle =…
mlg
  • 1,162
  • 1
  • 14
  • 32
0
votes
1 answer

Displaying records in multiple rows - Visual Basic Power Packs DataRepeater control

I am developing an application using Visual Basic Power Packs DataRepeater control. For this application, I need to display records in rows. I will have a Image, Textbox and a checkbox for repeater control. I need to display 3 repeater control in…
mlg
  • 1,162
  • 1
  • 14
  • 32
0
votes
1 answer

VB.net Collection was modified; enumeration operation may not execute Error

I'm getting a Collection was modified; enumeration operation may not execute error every time I try to close this form. I suspect it has something to do with the StringBuilder() which I have declared in the starting form (Details1). I have already…
JPSUM
  • 1
  • 2
0
votes
1 answer

.Net Project gives Many Errors 'Microsoft.VisualBasic.PowerPacks.OvalShape' is not defined, after Full Win10 Reinstall

(Apologies- I originally posted this under another case that had the same type of error message: Microsoft.VisualBasic.Powerpacks.ShapeContainer not found) My VS2019 project loads with 53 errors now, after reinstalling everything on a new HDD,…
Chris
  • 1
  • 4
0
votes
0 answers

How do I sort by a custom rule using WordPress's WPQuery class?

I'm using the PowerPack's 'Advanced Posts' widget Elementor addon to display a set of custom posts. It provides useful fields for setting the orderby preference, including title. However, I want to further customize the sorting method. In this case,…
0
votes
1 answer

Are there alternatives to the Microsoft Visual Basic Power Packs?

For the last several years, I used the Microsoft Visual Basic Power Packs 3.0 to draw basic shapes onto my WinForms. However, today when I had to set up my new PC for development, I cannot visit the Microsoft site for the download and it seems that…
Paul Williams
  • 1,554
  • 7
  • 40
  • 75
0
votes
2 answers

.NET PowerPacks RectangleShape flickers on form resize

I can do something as simple as: Create a new .NET form application Put a single RectangleShape onto the form add the following into the InitializeComponent method in the designer code Me.SetStyle(ControlStyles.AllPaintingInWmPaint Or _ …
Phil
  • 321
  • 2
  • 14
0
votes
3 answers

Iterate thru DataRepeater (VB.Net PowerPack)

I am using the winform datarepeater control from vb.net power pack. All of the items on the repeater are readonly except for a checkbox column. I want to iterate over the items and find out which checkboxes are checked. I can't find a collection…
B Z
  • 9,363
  • 16
  • 67
  • 91
0
votes
0 answers

How To Properly Install Visual Basic Power Packs in Visual Studio 2015

Regarding installing and using Visual Basic Power Packs to be used with a C# application, I have looked at this post and another article, which said I don't need to add a reference. (This did not make sense to me.) I have downloaded the separate…
octopusgrabbus
  • 10,555
  • 15
  • 68
  • 131
0
votes
1 answer

VB.net Application does not start on other machine

i have following problem: i made an app in Visual Studios in Basic. Now i want to run the app on an other machine but it does not start and shows following error: Problemsignatur: Problemereignisname: CLR20r3 Problemsignatur 01:…
0
votes
0 answers

Visual Basic PowerPacks Oval Shape control, displayed as a Circle on the form and I want to increase its size from the center

I have a Visual Basic PowerPacks Oval Shape control, displayed as a Circle on the form and I want to increase its size from the center of the last position, so that I can increase it from all sides i.e. the center, how can I do it, I tried…
Huzaifa
  • 9
  • 2