From: Elaine on 2 Apr 2007 17:42 Our application contains many CListCtrl objects with Report View style. When we run our application on a Vista machine, clicking (left or right mouse button) in the list control results in the default beep sound. This doesn't happen on XP or Windows 2000. We build with Visual Studio.Net 2002, and I noticed that this also happens with some lists in that IDE. I've tried many different things to no avail. Any ideas would be much appreciated!!!
From: Nobody on 2 Apr 2007 17:55 >Any ideas would be much appreciated!!! There was a problem I was having a while ago with keypad making that boink sound. It don't remember that problem with XP Pro, but it does happen on XP Media Center edition. Well, I replaced the character with NULL, then called the base class. I could have simply returned true or false and not called the base class, but I chose to just replace the character with NULL. Perhaps you can overrride the OnLButtonDown or OnRButtonDown and not call the base class, or pass NULL as the wParam?
From: Tom Serface on 2 Apr 2007 18:38 This happens to me on all list controls (even ones that are in Explorer and other applications). I think it is just one of the new improvements. Tom "Elaine" <Elaine(a)discussions.microsoft.com> wrote in message news:2ACA92B5-17BE-422F-B0D4-7DE79287CE4F(a)microsoft.com... > Our application contains many CListCtrl objects with Report View style. > When > we run our application on a Vista machine, clicking (left or right mouse > button) in the list control results in the default beep sound. This > doesn't > happen on XP or Windows 2000. We build with Visual Studio.Net 2002, and I > noticed that this also happens with some lists in that IDE. I've tried > many > different things to no avail. Any ideas would be much appreciated!!!
From: AliR (VC++ MVP) on 3 Apr 2007 11:04 Doesn't happen to me! AliR. "Tom Serface" <tom.nospam(a)camaswood.com> wrote in message news:94D1CDBF-75C9-4C5B-B8CE-27F681E7AD53(a)microsoft.com... > This happens to me on all list controls (even ones that are in Explorer > and other applications). I think it is just one of the new improvements. > > Tom > > "Elaine" <Elaine(a)discussions.microsoft.com> wrote in message > news:2ACA92B5-17BE-422F-B0D4-7DE79287CE4F(a)microsoft.com... >> Our application contains many CListCtrl objects with Report View style. >> When >> we run our application on a Vista machine, clicking (left or right mouse >> button) in the list control results in the default beep sound. This >> doesn't >> happen on XP or Windows 2000. We build with Visual Studio.Net 2002, and >> I >> noticed that this also happens with some lists in that IDE. I've tried >> many >> different things to no avail. Any ideas would be much appreciated!!! >
|
Pages: 1 Prev: Visual C++ Book Next: "Detaching" a non-modal dialog from it's parent main frame |