Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: NeTworK on March 31, 2004, 03:58 PM

Title: View Profile
Post by: NeTworK on March 31, 2004, 03:58 PM
How would i view someone elses profile? (VB6)
I'm using CSB, can someone give me the code under the key_return in csb, the code when it loads the view profile form, and the code when u click it'll open the viewprofile form and check for that username's profile
Title: Re:View Profile
Post by: Archangel on March 31, 2004, 04:07 PM
Click on "Search"?
Title: Re:View Profile
Post by: NeTworK on March 31, 2004, 04:26 PM
Quote from: Archangel on March 31, 2004, 04:07 PM
Click on "Search"?
i cant really find what i wanted when i searched. so i started a new topic
so can someone answer the questions.. here they are again-
Quote from: NeTworK on March 31, 2004, 03:58 PM
How would i view someone elses profile? (VB6)
I'm using CSB, can someone give me the code under the key_return in csb, the code when it loads the view profile form, and the code when u click it'll open the viewprofile form and check for that username's profile
Title: Re:View Profile
Post by: Dyndrilliac on March 31, 2004, 05:34 PM
Read Cuphead's documentation. CSB has built in functions for handling profile keys which are fairly self explanatory and easy to use - I would suggest you check his most recent tutorial and explanation on the library at http://www.valhallalegends.com/Cuphead/ocx.htm
Title: Re:View Profile
Post by: ChR0NiC on March 31, 2004, 07:14 PM
Ha Ha, I know a few people are going to be pissed off. But


CleanSlatebot1.RequestKey(TheType As RequestType, Username As String, ParamArray saMyArray() As Variant)


Type: (Record Data or Profile)
Username: (Username of the user)
ParamArray (Which keys you wish you request eg: "Profile\Age", "Profile\Sex", "Profile\Description", "Profile\Location")
Title: Re:View Profile
Post by: Dyndrilliac on March 31, 2004, 07:41 PM
Precisely. Then it is a matter of handling the keys upon the return.