Thursday 28 January 2016

Erros and Catching Them in Visual Basic .NET

Erros and Catching Them in Visual Basic .NET  VB.NET, VB 2008, VB 2010, VB 2012, VB 2013

This lesson describes how to handle errors in Visual Basic .NET

Error handling is a very important part of any application.

In Visual Basic, the error mechanism is based on the concept of exceptions that can be thrown to raise an error and caught when the error is handled.

Breakpoints in Visual Basic .NET

Breakpoints in Visual Basic .NET   VB 2008, VB 2010, VB 2012, VB 2013

This lesson describes the breakpoints in Visual Basic .NET


Publish Application in Visual Studio 2013

Publish Application in Visual Studio VB.NET, VB 2008, VB 2010, VB 2012, VB 2013.

This lesson describes how to publish an application in Visual Studio 2013 Express

To make your application available for distribution in a local file, FTP site, or web site you need to first publish it.

1. Right-click your project in the Solution Explorer and choose Publish from the context menu or use the Build menu selecting Publish [Your Project Name]

2. Specify the location to publish your application:
- See more at: http://www.visual-basic-tutorials.com/beginner/Publish-Application.html#sthash.fJMks0ki.dpuf

This lesson describes how to publish an application in Visual Studio 2013 Express

To make your application available for distribution in a local file, FTP site, or web site you need to first publish it.

1. Right-click your project in the Solution Explorer and choose Publish from the context menu or use the Build menu selecting Publish [Your Project Name]

2. Specify the location to publish your application:
- See more at: http://www.visual-basic-tutorials.com/beginner/Publish-Application.html#sthash.fJMks0ki.dpuf
 This lesson describes how to publish an application in Visual Studio 2013 Express

To make your application available for distribution in a local file, FTP site, or web site you need to first publish it.

1. Right-click your project in the Solution Explorer and choose Publish from the context menu or use the Build menu selecting Publish [Your Project Name]




Tuesday 12 January 2016

How to make Media Player on vb.net, visual basic 2008 and 2010



This will show you how to make media player program in visual basic 2008.
Open Visual Basic 2008 Express Edition. Click on Project next to Create:

How to make Shutdown system Visual basic 2008 and 2010






This tutorial will show you how to create a Shutdown utility. Visual Basic 2008.
Open Visual Basic 2008 Express Edition.
Click on Project next to Create:

 How to Make Onscreen Keyboard on visual basaic 2008, vb.net


 



The most important step is to place the keys (Buttons) on the form. In order to make it easy as A, B, C, I have included a map that shows the name of each button on the form:
The Red text in the following picture indicates on the name of each control. The black text indicates the text property of each button