CompuServe Archive

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

Search Results (3 messages)

From: Mike Ariew MS BASIC Forum · Visual Basic October 5, 1991 10:08 AM
Dennis, Thanks, it does work but it would be nicer if I were able to disable the list item. If nothing else exists, I think I'll write a DLL routine to accomplish this. Thanks for the information, talk to you again sometime. Mike
From: Mike Ariew MS BASIC Forum · Visual Basic October 5, 1991 1:39 AM
Dennis, I've gotten as far as you suggested (the array idea) but I've haven't found a way to set the enable / disable property for a list item. The workaround I choose was to have an array of all the items in the list and delete each item from the…
From: Mike Ariew MS BASIC Forum · Visual Basic October 4, 1991 12:04 PM
I've been trying to set a listbox item from enabled to disabled and can't seem to get it. The idea here is, after the user selects an item I want to disable the selected item, leave it in the box but change it to disabled so the user can NOT…