How to Resize an Image in the ToolStrip Menu Using VB.Net

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.
  1. Open Microsoft Visual Studio 2015 and create a new project.
  2. pS101
  3. Go to toolbox and drag ToolStip inside the form.
  4. ps102
  5. Go to the properties and select ImageScalingSize. Change the width and the height 50,50.
  6. ps103
  7. Select the dropdown In the ToolStrip Menu and choose a button
  8. ps104
Output ps105

Add new comment