VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Unknown Difficulty VB Code Page 20 of 114

connect to MS Access database
Connect to mySql database without DSN.(However MySQL ODBC 3.51 Driver must be installed on local ma
Connect to oracle No need of ODBC
Connect to the Interent Using DialUp
connect with oracle very easy.
Connect with QuickBooks
Connect, Disconnect Networks Drives EASILY
Connect/Disconnect shared network drives
Connecting an ORACLE database without creating ODBC ie only through code
Connecting to a Access 2000 database. All you need to do is replace the Jet 3.51 provider with 4.0.
Connecting to a password enabled database using ADODB object....
Connecting to MS Access 2000 which has password set. This is oledb connectivity
Connection Database Through ADO...
connection of access database using DAO
connection to Database
Connection to database
Connection to Oracle database along with insert/delete example.
Connects and Creates Tables with Multiple Columns and Data Types - EASILY
Connects the program to the Registry and is used within the program. thus flexible to input company
Connects to access w/o connection string. will pull data and give user possibility to modify data.
Connects to Active Directory, Automaticly Establishes your domain and username, requires a group na
Connects to Oracle databases and queries using Oledb and ADO. Very simmple and effective way to que
Constant and its Hex Value for SendMessage API - Very useful
constant values changes in visual basic .net important for those who are upgrading from VB6
Constantly change color of a label using a timer control.
Constantly clear the clipboard using a timer to prevent copy/paste.
Continuously scrolling, centered text in a PictureBox. Just put a picture box and a timer control o
Control Arrays Demo
Control Box Commands Without The Control Box =)
Control number - modul10
Control other programs from your program. You can activate other program buttons and menus by using
Control Registration Wizard
control subclassing switchboard
Control the speed of the Start Menu.
Controling the Speed of the Windows Start Menu
Controlling carat blinking speed using API
Controlling the Soft Input Panel (SIP) in Compact framework. I wrote this code, because I was dissa
Controls the properties of the mouse. Allows you to change the double click speed. Allows you to ma
Conversion between Dec, Bin and Hex
Conversion of ASCii Code to Heximal Code. The procedure is useful when you have to add Text Message
conversion of positive integer to binary code
Convert 8 bit integer to binary
Convert a Child form in a popup Window
Convert a decimal number to a radian, or a radian to decimal
convert a decimal to a binary , the decimal must be between 0 and 255
Convert a JPEG File to a BMP Format
Convert a long to a Binary string of 10101010101......
Convert a String to an Integer
Convert ado recordset to HTML or CSV in ONLY 1 line of code!
Convert ADO Rs into an HTML
Convert all wordz with the first letter capitalized One line of code. Better than Dmitry's long c
Convert an 8-bit BMP (Windows Bitmap) to an 8-bit RAW (raw pixel data)
Convert an 8-bit BMP (Windows Bitmap) to an 8-bit RAW (raw pixel data)
Convert an array into a delimited string
Convert an ascii string to hex characters, as a hex editor would.