How to Resize an Image in the ToolStrip Menu Using VB.Net
Submitted by janobe on Monday, August 27, 2018 - 20:41.
Today I will teach you how to resize an image in the ToolStrip menu using vb.net. This simple method will help you make your navigation looks better. Just follow the simple steps below to find it out.
- Open Microsoft Visual Studio 2015 and create a new project.
- Go to toolbox and drag ToolStip inside the form.
- Go to the properties and select
ImageScalingSize
. Change the width and the height 50,50. - Select the dropdown In the ToolStrip Menu and choose a button
Add new comment
- 593 views