visual basic.net 2005

Media Player control in Visual Basic.NET

In this tutorial we're going to focus on using Windows Media Player in Visual Basic .Net where user is able to play music, videos and viewing of different formats of pictures. Basically the Windows Media Player does not exist in the components portion of the toolbox. So to add the Windows Media Player we need to add it in the toolbox. The first step would be, go to the toolbox and Right click then select Choose Items and the Customize Toolbox dialog box will open. Then Select Windows Media Player on the COM Components. Then click ok.

Talking Computer Using Visual Basic.Net

This project I name this as “Talking Computer” because the program say’s the word(s) inputted by the user on the textbox provided. So let’s begin to do the project using visual basic. First Open Visual Basic->File->New Project->Write “Talking Computer” as name of our program.

Design Mode

Change the text of form into “Talking Computer” then add one label, one textbox and one button.