Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python 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 |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.