|
-
Nov 9th, 1999, 12:41 PM
#1
Thread Starter
Lively Member
I save the combo1.ListIndex to an array ...
Later I need to recall this value, and set the combobox back to it's previously selected object in the list.
I tried
combo1.ListIndex(MyValue)
combo1.ListIndex = (MyValue)
combo1.ListIndex = MyValue
None work, what am I doing wrong??????
Steve.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|