Visual Basic

Visual Basic Source Code

Free Visual Basic Source Code. Download 10 latest Visual Basic system's projects with source code for free here.

SMS Software and SourceCode Updated

Submitted by jaysfall on
This Sample software works fine and tested it on my Huawei modem(globe tattoo).. the Full Source code has the ff: *Auto-Detect Modem *Bulk Sending/Receive and delete Messages :) IF you want the Full Sourcecode just contact me at my # +639161514777, or email me [email protected] thanks.. Go filipino Developers :))

Highlights Text

Submitted by rommelroldan on
Malaki talaga ang naitulong ng website na2 sa akin, kaya hindi lang ito ang ia-upload ko. please guy'z wag niyong kalimutan na mag-comment sa mga gawa q.. Hmm..sinong taga cebu d2,,kasi we have our field trip in cebu ngayong october 26, 2010,.. kita-kit'z tayo don.. Mabuhay and happy coding..

Network/Winsock Programming

Submitted by rommelroldan on
Hello to all sourcecodester member, i'm Rommel Ewayan, a beginner programmer. This is my first upload here, i called this project "Messenger". This is our project in network principles subject. We made this project as a group, and i'm the one who give task to my member. Hope it would help for those students with project like this.

Insert Null Value into Date/Time Field

Submitted by admin on
This simple project will simply insert a null value to a date/time field if the checkbox within DateTimePicker is False. In order to determine if the Checkbox is true/false you need to use the isNull function. Private Sub CmdInsert_Click() Dim cn As New Connection Dim strSQL As String cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Data.mdb;" strSQL = "INSERT INTO NOSOld