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
Click on "Search"?
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
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
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")
Precisely. Then it is a matter of handling the keys upon the return.