Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
URL encoding in Visual Basic 6.0URL encoding in Visual Basic 6.0. The CkString ActiveX is freeware and may be downloaded from: String Component. Dim strObj As New CkString strObj.Str = "Los Angeles, CA" Text1.Text = Text1.Text & strObj.GetEncoded("url","windows-1252") & vbCrLf ' Output is Los+Angeles%2C+CA |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.