It seem's more complicated than the way I coded it... Is all I am saying...
I see what he is doing perfectly fine... I just would do it like:
Simple, yet gets the job done... (From v1 of my pmer...)Code:StrHTML = Wrapper.GetWrapper("http://www.gaiaonline.com/profile/privmsg.php?mode=post") StrHTML = Wrapper.PostWrapper("http://www.gaiaonline.com/profile/privmsg.php", "username=" & lstaccounts.Items.Item(IntAcct) & "&subject=" & txtSubject.Text & "&message=" & txtMessage.Text & "&folder=inbox&mode=post&btn_send=true") If (InStr(1, StrHTML, "Your Private Message has been sent to: ")) Then MsgBox("Message sent to : " & lstaccounts.SelectedItem) Else MsgBox("Failed to send message...") End If
Yes it is a personal preference, I understand that it may seem less complicated to you than to me, or vice a versa... I am simply expressing my opinion on the topic...
Results 1 to 30 of 30
Thread: [Code]Auto PM'er
Threaded View
- 30 Mar. 2010 03:47am #26