DTPicker Control in Visual Basic .Net

DTPicker Control in Visual Basic .Net The DateTimePicker control enables you to provide a formatted date field that allows easy date selection. In addition, users can select a date from a dropdown calendar interface similar to the MonthView control. This…

Generate Random Number in Visual Basic .Net

Generate Random Number in Visual Basic .Net This is a simple program in vb.net that will generate a random number using the Randomize function. The program will require you to enter a minimum and maximum number, based on that the…

Display Computer Information in Visual Basic.Net

Display Computer Information in Visual Basic.Net Example program in vb.net that will retrieve the computers information such as computer name, os installed on the unit and ram. The sample source code is written in windows form and console based.

Visual Basic.Net Graph Demo

Visual Basic.Net Graph Demo This is a source code that demonstrate how to use graph in vb.net using the chart control. Line, Bar and Column graph is available in this source code.

Open RTF file in Visual Basic .Net

Open RTF file in Visual Basic .Net RTF is a text file format used by Microsoft products, such as Word and Office. RTF, or Rich Text Format, files were developed by Microsoft in 1987 for use in their products and…

AutoCompleteMode Textbox Property in Visual Basic .Net

AutoCompleteMode Textbox Property in Visual Basic .Net Textbox.autocompletemode property in visual basic is useful for TextBox controls in which URLs, addresses, file names, or commands will be frequently entered. AutoCompleteMode property has four values: Suggest – displays value in a…

Play Youtube Videos in Visual Basic.Net

Play Youtube Videos in Visual Basic.Net This program will allow you to view youtube videos in visual basic.net. Shockwave flash object is used as the video player in this vb.net program. To use the shockwave flash player component, you need…

Open and View PDF File in Visual Basic.Net

Open and View PDF File in Visual Basic.Net This program will allow you to select a PDF file from your computer and open and view it in a form of visual basic.net. To use the PDF viewer component, you need…

Media Player in Visual Basic.Net

Media Player in Visual Basic.Net This program will allow you to select a video file from your computer and play it in the media player component of visual basic.net. To use the windows media player control, you need to add…

Open a file in Visual Basic.Net

Open a file in Visual Basic.Net Example source code in visual basic.net that allows you to open a file through our vb.net program. The program will also get the information of the file such as filename, path and file size.…

Posts navigation