Valhalla Legends Forums Archive | Visual Basic Programming | Collections / Windows API

AuthorMessageTime
Networks
Could anyone give me a breif tutorial on what a collection and how to use one. Much appreciated.

Also can anyone help me understand Windows API better. How to know how to use the function and whatever other information you can provide. I also have a API viewer.
June 4, 2004, 3:34 PM
Tuberload
This site might help you learn to use Windows API with Visual Basic (don't know if it is any good, just one of the first google results using "visual basic api tutorial"):
http://www.mentalis.org/vbtutor/tutmain.shtml

HTH
June 4, 2004, 6:46 PM
CrAz3D
collection:

[code]
dim NetsMom as new Collection
netsmom.add "Feanor spanks her"
netsmom.add "she <3's Networks"

msgbox netsmom.item(1)
[/code]
June 4, 2004, 7:16 PM

Search