vb.net

Number Only in TextBox

Submitted by admin on
After receiving a lot of emails about how to filter keys that accepts only number character, I decided to post this simple code to illustrate on how easy it is to allow only numbers and other character like comma (,), Period (.) and Backspace key. So far this is the best code that filters character on a textbox. There are lots of codes on the internet but some don’t allow backspace and a comma

Simple Image Viewer in vb.net

Submitted by engrakash on
Image viewer in VB.NET Imports System.IO Public Class Form1 Dim index As Integer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If bdialog.ShowDialog = Windows.Forms.DialogResult.OK Then TextBox1.Text = bdialog.SelectedPath index = 0 Me.listbox1.Items.Clear() For Each Image As String In My.Computer.FileSystem.GetFiles(TextBox1.Text

Airline Reservation System V1.0

Submitted by Raj.Sharma on
username- admin password- 12345 password change option is available...Crystal reports and Printing Datagridview r added n all kinda validations are added note: it will not work properly in visual studio express edition or limited edition enjoy....... For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website Development,Mobile

Paging DataGridView in Windows Forms Applications

Submitted by admin on
The source code included in the zip file allows you to page DataGridView control in Windows Forms application. I just found the code in the internet and modify some few lines to fix some bugs on navigation an empty table. Additionally, I added a search box to search common fields like CompanyName, ContactTitle, etc. The code is written in VB.NET, but you can convert it easily using this tool

CharCount, GetFirstWord, SortSentense, CountDays VB.NET

Submitted by FnameLname on
My Job Exam that i Fail because... i am no longer familiar with VB6.0 and i didn't expect it... because i applied for a VB.NET programmer... an Entry-Level... and then they give me that exam, i didn't say anything like... "Why you're giving me this kind of exam? i thought it was a vb.net exam? this is not what i'm applying for..." i just keep silence and take the exam because i'm nervous ^_^ So

Run Editor

Submitted by smarthacker5 on
This is A Tool Which Help Us To Add Our Own Run_command.... Features:- 1.Add Your Command After Checking... 2.View Available Commands In List and Also With Full path.. 3.Easily Search or Delete Existing Command.... 4.or Clear the Run Command History... If You Run this Code in Windows 7 Base Pc then Please run this as a Admin.

Connect to SQL Server 2008 through TCP / IP Using VB.NET 2008 Project

Submitted by princenathan on
Hi this is Vb.net connect sql server using TCP/IP before run this program you need to install a vb.net 2008 and sql server 2008 here in example code: Hi you need to do this click all program/ ms sql server 2008 / configuration tool then click SQL server configuration manager select you server name then rigth click properties you need to enable a TCP and IP add then Restart