Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Networks on June 04, 2004, 10:34 AM

Title: Collections / Windows API
Post by: Networks on June 04, 2004, 10:34 AM
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.
Title: Re:Collections / Windows API
Post by: Tuberload on June 04, 2004, 01:46 PM
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
Title: Re:Collections / Windows API
Post by: CrAz3D on June 04, 2004, 02:16 PM
collection:


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

msgbox netsmom.item(1)