• Welcome to Valhalla Legends Archive.
 

View Profile

Started by NeTworK, March 31, 2004, 03:58 PM

Previous topic - Next topic

NeTworK

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

Archangel

I'm not an Addict.

NeTworK

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

Dyndrilliac

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
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.

ChR0NiC

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")

Dyndrilliac

Precisely. Then it is a matter of handling the keys upon the return.
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.