Browsing Visual Basic 6
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.
MZ-Tools 3.0 (the Ultimate VB6 AddIn)
MZ-Tools 3.
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.
XP Manifest UI State fix
Perhaps you've noticed that the VB Form engine does not support dynamic changing of the ui state.
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.
[AA+] Remove Duplicates From Listview
Fast way to Remove duplicates from ListView.
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.