Can you please post a code sample that illustrates this problem. I have just tried this with C++ and a listbox after:
static void testGeneralCode()
{
std::|
int nFred;
}
I have selected 5 different items from this listbox via double click, and the correct item was inserted every time. I have also tried the listbox triggered here:
static void testGeneralCode()
{
std::string strTest;
strTest.|
int nFred;
}
again no sign of the problem. VS2010, VA 1823 under winXP.