Programming

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

Load Data in Datagridview Obejct Oriented using Oledbconenction

Submitted by xiankaylle on
This is a Short and effective sample for you ,If you want to use Datagridview and Load data from database you might use this.This is an Object Oriented Program hope this will helps you guys enjoy! It also change the Row color. Sorry for late posting ^_^ "Very Busy in my Office works!" God Bless!Love your Work! "Human Kowledge belongs to the WORLD but WISDOM belongs to GOD!" NOTE:This Program was