You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
nmiceliuribe
Posted - May 07 2010 : 3:05:42 PM Hi, i have another issue with VAX1822 and VS2010, the suggestion for methods is not working as it used to, now it always selects the first item of the list instead of the last used item.
Winforms 4.0, VS2010, VAX1822, EN-US, Windows 7 X64.
Is this a bug or a new behavior?
Regards. Ex:
2 L A T E S T R E P L I E S (Newest First)
support
Posted - Jun 08 2010 : 11:27:28 AM This is fixed 1825(beta).
Posted - May 07 2010 : 3:46:33 PM Unfortunately there is currently a limitation in VS2010 with these listboxes. You need to type at least one letter after the dot before the current item in the listbox will jump to the last used item:
case=38443
Here if you type "cnMDB.o" the last used item will be selected, but in this case since there is only one item starting with 'O' the effect might not be clear.