Tools Links Login

Browsing Visual Basic 6

Prev   Next

LDAP AUthentication
Authenticates user using LDAP/ADSIOriginal Author: Taner AkbulutCodeOption ExplicitPublic gstrLDAPURL As StringPublic Function Authenticate(strUserName As String, strPassword As String) As Boolean  On Error Resume Next  Dim conLDAP As ADODB.
Posted:2003-06-01, 345 views

MZ-Tools 3.0 (the Ultimate VB6 AddIn)
MZ-Tools 3.
Posted:2003-06-01, 577 views

Setup & Deploy Your Application
Okay, so you've finished your application and are all set to distribute it to your clients, but do you know how? Are you aware of the issues and pitfalls you'll need to face while you design the setup for your application? Do you know about the right tools? This article discusses the basics of setup design, and will talk about several important issues that you should take care of when you write your setups.
Posted:2003-06-01, 119 views

XP Manifest UI State fix
Perhaps you've noticed that the VB Form engine does not support dynamic changing of the ui state.
Posted:2003-06-01, 115 views

listbox tooltiptext in one line without api
show all the text of an item in a listbox in tooltiptext box without api or selecting the itemOriginal Author: stephen whittleCodeList1.
Posted:2003-06-01, 103 views

[AA+] Remove Duplicates From Listview
Fast way to Remove duplicates from ListView.
Posted:2003-06-01, 111 views

LZ77 the basics of compression (1st ed.) by Jimmy Reforma 1999-2005
Introduction In this article I'll present the basics of lossless compression, also called text compression.
Posted:2003-06-01, 103 views

Prev   Next