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

ExamDiff – Free Visual Tools for Comparing Two Files

Submitted by admin on
In my previous blog I discuss the benefits of using TortoiseSVN - Source Control Software to backup your source code. If you are not using TortoiseSVN, I would like to recommend ExamDiff as an alternative in comparing two different version of your files or source code. Take note that this kind of tools is part of TortoiseSVN and you do not need to use ExamDiff for differentiating two files

Populating Elements

Submitted by kevern010101 on
  1. Option Explicit
  2.     Dim conn As ADODB.Connection
  3.     Dim rs As ADODB.Recordset
  4.    
  5.    
  6.    
  7.    
  8. ' pupulate element
  9. ' @author: Kevern
  10. ' @date: checkDate 07/28/2009
  11. Public Sub init()
  12.     Set conn = New ADODB.Connection
  13.     Set rs = New ADODB.Recordset
  14.         conn.connectionString = ConnectionStringModule.connectionString
  15.             With conn

Write.ini

Submitted by kevern010101 on
Public Function ReadIniValue(INIpath As String, KEY As String, Variable As String) As String Dim NF As Integer Dim temp As String Dim LcaseTemp As String Dim ReadyToRead As Boolean AssignVariables: NF = FreeFile ReadIniValue = "" KEY = "[" & LCase$(KEY) & "]" Variable = LCase$(Variable) EnsureFileExists:

Google Map For Your Web Applications

Submitted by ravenr1 on
Hey , its so simple. Where am I? [inline:whereamid.jpg=Where Am I] The current location of the map is where I am situated. Copy and paste the code to you web projects making it NEAT. You can also use the ff. link to get the coordinates of the location you want to appear. http://www.gorissen.info/Pierre/maps/googleMapLocation.php