CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

From: Rob Heyman MS BASIC Forum · Visual Basic October 17, 1991 2:07 AM
Wow! Way cool! I just tried your tip….it works! (Not wanting to appear stupid.. but asking anyway) WHY does this work?? Rob
Listbox item Tag Message #2734
From: Rob Heyman MS BASIC Forum · Visual Basic October 11, 1991 11:24 PM
I understand that I can attach a 4 byte tag to any item of a listbox using the API calls LB_SETITEMDATA and LB_GETITEMDATA. This is of course sort of useful for holding all sorts of neat information related to the individual items in the listbox. My problem is that I'm…