Kirill, Hi. I'm new to the group. As you probably know, the system uses version 5 by default. Version 6 is used if you have an application manifest file that...
Thank you, Todd! I forgot about manifest at all and moved all .rc staff from client application to resource dll. Now everything is ok :) Kirill ... From:...
Kirill Bezmaternikh
aid@...
Apr 1, 2005 12:51 pm
11427
Hi all, I have a SDI test project with ListView feature, the code: ... CString str; GetItemText(0,2,str); ... ... A reference that is not to 'const' cannot be...
I'm trapping the VK_UP and VK_DOWN WM_KEYDOWN messages in an attempt to programmatically change the focus of radio buttons. I am using the following code: hWnd...
Hy, I have a problem. I'm writing an application using ATL/WTL library and I have got one very terible headache. I have an IE window (hosted using CAXWindow)...
Serhiy Serbin
srs@...
Apr 4, 2005 7:40 am
11432
Well, the web browser control will steal your keyboard focus if you use IHTMLDocument2::write to change its content. I don't know the perfect way, but I've...
Unfortunaly your trick doesn't work for me. Best Regards, Serhiy Serbin ... From: He Shiming [mailto:heshiming@...] Sent: Monday, April 04, 2005 13:50 ...
Serhiy Serbin
srs@...
Apr 4, 2005 12:25 pm
11434
... attempt ... the ... 1); } ... next ... does ... I believe this is a bug in comctl32.dll version 6. I'm not sure what the best workaround is. Here is a...
Strangely enough this code works great outside of the VS.NET debugger. If I single step through it in the debugger the GetClipboardData() call fails with error...
... Thanks for the response--do you know where I could find more information on this bug? Also, do you have any idea on how I could shade the selected item in...
... No. I did a test with and without a manifest. Without a manifest, the focus rectangle is drawn correctly. With a manifest, the focus rectangle isn't...
... manifest, ... focus ... After ... Hi Nikos, Using the WM_NEXTDLGCTL message is better than using SetFocus in a dialog, but it doesn't cause the focus...
... I don't think there is a manifest with this app, and yet the focus rectangle is still intermittent (I haven't figured out the sequence of events to bring...
... manifest, ... focus ... After ... to ... sequence of ... What operating system are you using? If XP, does your app use visual styles/themes? Are your radio...
... Operating system is XP Pro SP2. The app is not using visual styles/themes, to my knowledge. And yes, the radio buttons have been added to a (modeless)...
... been ... RD, I can't reproduce the problem unless the app is using visual styles. On my XP SP1 system, when the test app is not using visual styles, the...
... Problem solved. It is not a bug in the common control library, but rather a feature, which requires some extra system calls (notably WM_CHANGEUISTATE). See...
In trying to obtain proper keyboard navigation for my dynamically-created dialogs, I tried per-control WM_KEYDOWN handlers, and they work. However, they're...
I have a very large WTL project. It is somewhat well-implemented for (national language) localization but ... Because of the way that MS seems to have...
I'm sort of getting desperate on this one...even a pointer on where to start looking would be great! Peter ... From: Peter Carlson [mailto:peter@...]...
... Use a resource DLL? Re-compile the DLL instead of the entire project. May take some work to get the app code to pull the resource content from the DLL...
It has been a while since I worked with the message compiler, but my recollection is that recompiling is only necessary if new messages are added. For...
... (national language) localization..."? Well, we're getting further off-topic but it might help some people when they are doing localization to know what...
"R. J. Dunnill" <rdunnill@...> wrote in message news:d2vf9g+cqlk@eGroups.com ... See if these two KB articles help any: KB92905 "DlgTab.exe - Infinite...