What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Visual Basic Help

Visual Basic Help
Author: Message:
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. Undecided  Visual Basic Help
I can't get this piece of code to work with out getting a

[Image: runtime8mg.jpg]

code:
List1.ListIndex = 0
For a = 0 To List1.ListCount - 1
    If InStr(List1, websitein2) Then
        s = ""
        s = s + Mid$(List1, InStrRev(List1, "-") + 2)
        s = Replace(s, "http://", "")
    Else
        List1.ListIndex = List1.ListIndex + 1
    End If
Next a

Can any one help?
[Image: top.gif]
03-19-2006 11:21 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Visual Basic Help - by DJeX on 03-19-2006 at 11:21 PM
RE: Visual Basic Help - by matty on 03-19-2006 at 11:45 PM
RE: Visual Basic Help - by CookieRevised on 03-20-2006 at 12:04 AM
RE: Visual Basic Help - by DJeX on 03-20-2006 at 01:18 AM
RE: Visual Basic Help - by CookieRevised on 03-20-2006 at 08:31 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On