Search the web
Sign In
New User? Sign Up
wtl · WTL support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11425 - 11454 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11425
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...
Todd Lucas
toddl_9
Offline Send Email
Apr 1, 2005
11:42 am
11426
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@...
Send Email
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...
kevin wang
capturepro
Offline Send Email
Apr 1, 2005
5:25 pm
11428
"kevin wang" <capturepro@...> wrote in message news:20050401172532.43277.qmail@... ... Make sure atlmisc.h or atlstr.h is included...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 1, 2005
6:55 pm
11429
Yes, It works now! Thank you. Igor Tandetnik <itandetnik@...> wrote:"kevin wang" <capturepro@...> wrote in message...
kevin wang
capturepro
Offline Send Email
Apr 2, 2005
12:14 am
11430
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...
R. J. Dunnill
rjdunnill
Offline Send Email
Apr 4, 2005
6:53 am
11431
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@...
Send Email
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...
He Shiming
billholtsh
Offline Send Email
Apr 4, 2005
11:49 am
11433
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@...
Send Email
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...
Roger Headrick
lilsroro
Offline Send Email
Apr 4, 2005
4:55 pm
11435
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...
Peter Carlson
carlson_home
Offline Send Email
Apr 4, 2005
5:39 pm
11436
... 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...
R. J. Dunnill
rjdunnill
Offline Send Email
Apr 4, 2005
7:49 pm
11437
... 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...
Roger Headrick
lilsroro
Offline Send Email
Apr 4, 2005
8:51 pm
11438
... could changing focus "properly" be the trick? http://blogs.msdn.com/oldnewthing/archive/2004/08/02/205624.aspx...
Nikos Bozinis
umeca74
Offline Send Email
Apr 5, 2005
12:02 pm
11439
... 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...
Roger Headrick
lilsroro
Offline Send Email
Apr 5, 2005
1:17 pm
11440
... 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...
R. J. Dunnill
rjdunnill
Offline Send Email
Apr 5, 2005
5:23 pm
11441
... manifest, ... focus ... After ... to ... sequence of ... What operating system are you using? If XP, does your app use visual styles/themes? Are your radio...
Roger Headrick
lilsroro
Offline Send Email
Apr 5, 2005
6:20 pm
11442
... 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)...
R. J. Dunnill
rjdunnill
Offline Send Email
Apr 5, 2005
6:55 pm
11443
... 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...
Roger Headrick
lilsroro
Offline Send Email
Apr 5, 2005
7:27 pm
11444
... 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...
R. J. Dunnill
rjdunnill
Offline Send Email
Apr 5, 2005
11:30 pm
11445
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...
R. J. Dunnill
rjdunnill
Offline Send Email
Apr 6, 2005
1:51 am
11446
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...
shnelvar
Offline Send Email
Apr 6, 2005
3:49 am
11447
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@...]...
Peter Carlson
carlson_home
Offline Send Email
Apr 6, 2005
3:59 am
11448
... 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...
Rick Parrish
ultra_wide_band
Offline Send Email
Apr 6, 2005
4:04 am
11449
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...
John D. Wilkinson, III
johndiiix
Online Now Send Email
Apr 6, 2005
4:42 am
11450
Have a look at www.apptranslator.com. You can only download a test version but I believe the 'final' 1.0 release is not far off. cheers, roel...
Roel Vanhout
RoelVanhout
Offline Send Email
Apr 6, 2005
8:19 am
11451
... (national language) localization..."? Well, we're getting further off-topic but it might help some people when they are doing localization to know what...
shnelvar
Offline Send Email
Apr 6, 2005
1:30 pm
11452
... There is a GNU tool that does that, I just can remeber the name right now. -- Noël Frankinet Gistek Software SA http://www.gistek.net...
Noel Frankinet
gistek2000
Offline Send Email
Apr 6, 2005
3:48 pm
11453
"R. J. Dunnill" <rdunnill@...> wrote in message news:d2vf9g+cqlk@eGroups.com ... See if these two KB articles help any: KB92905 "DlgTab.exe - Infinite...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 6, 2005
4:42 pm
11454
Can anyone suggest a source for a turnkey Visual Studio-style editable listbox control done in WTL? Thanks, RD...
R. J. Dunnill
rjdunnill
Offline Send Email
Apr 7, 2005
1:58 am
Messages 11425 - 11454 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help