Microsoft Visual Basic 2010 Express questions & answers

Excellent Visual Basic Editor, free and easy to use
G
Question by Guest
247 views
November 9, 2020
Usha Kumari
Answer by Usha Kumari

Microsoft Visual Basic 2010 Express" is a free version of software. You can use it to work on projects.

G
Question by Guest
203 views
November 9, 2020
S
Answer by Saumya Sharma

Microsoft Visual Basic 2010 Express can be used for free indefinitely.

D
Question by dave
256 views
May 6, 2020
S
Answer by Saumya Sharma

To obtain a registration key for Microsoft Visual Basic 2010 Express, you can visit the official Microsoft website or contact their customer support for assistance.

G
Question by Guest
379 views
December 5, 2014
J
Answer by Julia Bocchetta

By default, no, you can't use Visual Studio on Mac, but there are a couple or alternatives or workarounds. The easiest way is through Bootcamp. With the help of Bootcamp, you will have the possibility to install Windows and then native Visual Studio package or use a replacement called Xojo (Previously named Real Studio). Access the website to download a trial copy of the software in question.

G
Question by Guest
327 views
May 25, 2014
R
Answer by Robert Polubinski

To work with the Controls in Visual Basic, I recommend you to use the online tutorials presented by Microsoft. Since they're more used in the development business, Form Controls are the way to start developing.

B
Question by Brian 6
325 views
June 2, 2011

Is it possible with VB 2010 to load multiple images into a single PictureBox (at run time), re-size and arrange them like an album (not layers), and save it all as a single, flat image? Is there a better way to accomplish this?

L
Answer by Leonard Moore

No. You can't add multiple images into a single PictureBox. In a PictureBox, you can use only one image at a time. If you want to create an album, you can use another program to merge your pictures (you can use Paint or search Software Informer's database for an application that can do that) and afterwards upload the resulted image in the PictureBox.

john 42
Question by john 42
277 views
June 13, 2013

How to move labels?

A
Answer by Aiden McLeod

In order to move a label through your application's interface, you just need to select it, and move the mouse on it until your cursor's icon becomes a 2 sideways arrow. When it does, click and drag the label. You can check the following support website where you can find more information about labels and how to work with them.

G
Question by Guest
212 views
September 12, 2014

I need to create a button that opens 4 identical web links in default browser in different tabs but the same window (part of bigger project), but I'm not sure how to code it. Any ideas?

R
Answer by Robert Polubinski

Microsoft offers to all its users the possibility to learn coding using online support. There is a section on the Try It page which explains exactly the process required to assign links to controls or buttons. The default code is as follows:


Private Sub OnClick(ByVal sender As System.Object, ByVal e As System.Windows.RoutedEventArgs)
Try
System.Diagnostics.Process.Start("http://www.microsoft.com")
Catch
'Code to handle the error.
End Try
End Sub


Ask a question about Microsoft Visual Basic 2010 Express

Alternative downloads

Microsoft Speech SDK
Free
rating

A set of software codes that allows you to build speech applications.

Microsoft Visual C++ 2008
Free
rating

Visual C++is development environment for creating native Windows applications.

Microsoft Visio SDK
Free
rating

It contains tools that you need to develop custom solutions for Visio.