What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Programming "Method Post"

Programming "Method Post"
Author: Message:
michael_m91
Full Member
***


Posts: 371
Reputation: 1
33 / Male / –
Joined: Jan 2004
O.P. RE: Programming "Method Post"
Thanks that helped alot but im still getting errors

code:
Private Sub Form_Load()
WebBrowser1.Navigate "http://shoutbox.menthix.net/basicsearch.php"
End Sub

Private Sub Webbrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
    If (pDisp Is WebBrowser1.object) Then
        While WebBrowser1.Busy
            DoEvents
        Wend
        If URL = "http://shoutbox.menthix.net/basicsearch.php" Then
            If InStr(WebBrowser1.Document.documentElement.outerHTML, "Keywords:") <> 0 Then
                WebBrowser1.Document.frames(0).Document.All("keywords").Value = "Help"
                WebBrowser1.Document.frames(0).Document.All("Username").Value = "michael_m91"
                WebBrowser1.Document.frames(0).Document.All("null").Click
            End If
        End If
    End If
    Exit Sub
End Sub


Trying to do a Msgplus search

This post was edited on 10-04-2004 at 04:06 AM by michael_m91.

[Image: Email.JPG]
10-04-2004 03:55 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Programming "Method Post" - by michael_m91 on 10-03-2004 at 04:00 AM
RE: Programming "Method Post" - by matty on 10-03-2004 at 04:03 AM
RE: Programming "Method Post" - by michael_m91 on 10-03-2004 at 04:08 AM
RE: Programming "Method Post" - by matty on 10-03-2004 at 04:11 AM
RE: Programming "Method Post" - by michael_m91 on 10-03-2004 at 04:36 AM
RE: Programming "Method Post" - by dotNorma on 10-04-2004 at 02:15 AM
RE: Programming "Method Post" - by michael_m91 on 10-04-2004 at 03:55 AM
RE: Programming "Method Post" - by WDZ on 10-04-2004 at 03:47 PM
RE: Programming "Method Post" - by michael_m91 on 10-04-2004 at 07:51 PM
RE: Programming "Method Post" - by WDZ on 10-04-2004 at 08:00 PM
RE: Programming "Method Post" - by michael_m91 on 10-04-2004 at 10:17 PM
RE: Programming "Method Post" - by WDZ on 10-05-2004 at 02:42 AM


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