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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 11234 - 11263 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11234
I know I can use USES_CONVERSION, set _acp to UTF8 and then call T2A, CString seems to have some auto conversion in its CStringA/W Is there a way I can set...
Peter Carlson
carlson_home
Offline Send Email
Mar 1, 2005
2:47 pm
11235
I think I found my own answer :) NO. Peter PS...I 'll need to explicitly use CW2A(strW, CP_UTF8) ... From: Peter Carlson [mailto:peter@...] Sent:...
Peter Carlson
carlson_home
Offline Send Email
Mar 1, 2005
2:53 pm
11236
... You could set g_pfnGetThreadACP to point to your own function that returns CP_UTF8. Naturally, this will affect anything that uses _AtlGetConversionACP. --...
Jim Barry
jim_barry.geo
Offline Send Email
Mar 1, 2005
3:47 pm
11237
One of the reasons I stopped using CString was its explicit constructor which takes a "char *"... Gordon. "Peter Carlson" <peter@...> wrote in ...
Gordon Smith
schmoo2k
Online Now Send Email
Mar 1, 2005
6:30 pm
11238
Thanks so much Igor, I did try many ways but I still got "type mismatch" error. I finally decided not to call the Invoke method and made a common interface...
truo0046
Offline Send Email
Mar 1, 2005
10:12 pm
11239
Hi I have developed a small program that hooks on msn. but is not compatible with Msn7.0. Can somebody guid me in this issue. On more thing, I want to...
ammadulhaq
Offline Send Email
Mar 2, 2005
6:48 am
11240
hai frnds, i am an engineering final year student.i am doing my project in vc++.(peer2-peer commn).i need help for vc++.i can't understand the CSocket...
vamsi
vamsi_g99
Offline Send Email
Mar 2, 2005
2:56 pm
11241
CSocket is a MFC class, it's documentation is at : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/h tml/_mfc_csocket.asp VC++ is...
Peter Carlson
carlson_home
Offline Send Email
Mar 2, 2005
3:31 pm
11242
Try this. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_MFC_CSocket.asp Peter ... hai frnds, i am an engineering final year ...
peter
telepet9
Offline Send Email
Mar 2, 2005
5:39 pm
11243
We had our app set up to be MBCS, with a couple of Unicode Functions used for special windows. We already were delivering 2 different exe's one for Win98 and...
Peter Carlson
carlson_home
Offline Send Email
Mar 3, 2005
3:46 am
11244
Have a look at what it takes to use the unicode dll in Win98. It's not as easy as defining unicode. It's spelled out in the MSDN docs. Bill ... -- Bill Nalen ...
Bill Nalen
nalenb
Offline Send Email
Mar 3, 2005
3:56 am
11245
You've got delayimp.lib in the link line twice (with different capitalization), but that should not cause a problem. Is uxtheme.dll present on the Win98...
John D. Wilkinson, III
johndiiix
Online Now Send Email
Mar 3, 2005
3:57 am
11246
Bill Thanks, I already have and as I mentioned, we have already been using unicode, just more sporadically (ie calling SetWindowTextW manually and using...
Peter Carlson
carlson_home
Offline Send Email
Mar 3, 2005
4:53 am
11247
I noticed the delayimp.lib and will take that out, I don't think that's the problem either. Uxtheme.dll doesn't need to be present, because it's delay loaded...
Peter Carlson
carlson_home
Offline Send Email
Mar 3, 2005
4:55 am
11248
Hi WTL Gurus, I got a runtime-error on my wtl program last night. the error is not user-friendly.so I want catch exception and show some well format message. ...
Baryon Lee
baryonlee
Offline Send Email
Mar 3, 2005
8:59 am
11249
Hi Peter, ... Why don't you use Virtual PC to install Win98 as a "guest" on your development machine? It comes with MSDN Professional, and can be a godsend for...
Anna-Jayne Metcalfe
justanna69
Offline Send Email
Mar 3, 2005
9:09 am
11250
I did that, and the Virtual PC runs fine for 2k, NT4 but for 98 it constanly crashes and needs to "restart" the virtual pc :( Peter ... From: Anna-Jayne...
Peter Carlson
carlson_home
Offline Send Email
Mar 3, 2005
9:56 am
11251
i use vmware for many OSes even non MS without any probs. of course it isnt free, but it works. mike ... This message was sent using IMP, the Internet...
mjd@...
dilworth_mike
Offline Send Email
Mar 3, 2005
10:30 am
11252
... I believe the default for WTL projects is still to turn off exception handling. You will have to turn that back on (/EHac I believe). To me, it seems to be...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Mar 3, 2005
4:34 pm
11253
Hi folks, I think I have an interesting one here: Recently I decided to map the space bar as an accelerator key in my program. This is because it is a media...
John Burkhardt
jbx1138
Offline Send Email
Mar 3, 2005
8:16 pm
11254
"John Burkhardt" <john.burkhardt@...> wrote in message news:23F5FB9E8B1C734F9633D9E1D336E885FC4736@... ... Handle TVN_KEYDOWN...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 3, 2005
8:55 pm
11255
Thanks Igor, That makes sense. I am calling TranslateAccelerator myself, but inside of CFrameWindowImpl so I didn't look that deep yet. Here is what I did to...
John Burkhardt
jbx1138
Offline Send Email
Mar 3, 2005
9:09 pm
11256
Thanks for reading my message. I have a problem with SetFocus and SetSel functions. I got no syntax err, but the control doesn't do anything after I called...
truo0046
Offline Send Email
Mar 3, 2005
9:25 pm
11257
Hello all. In the past few months, I've been researching and programming for Unix systems (i.e. Linux). As many of you might know, UNIX GUI applications are ...
Fernando Arturo Gó...
kith_kahnan
Offline Send Email
Mar 3, 2005
9:40 pm
11258
"Fernando Arturo Gómez Flores" <fernando.gomez@...> wrote in message news:000f01c5204a$684de010$33010c0a@FGomez ... WTL is a very, very thin...
Igor Tandetnik
itandetnik
Offline Send Email
Mar 3, 2005
10:06 pm
11259
Hello all, Some time ago I've seen on the sourceforge WTL forum that someone has developed a WinInet WTL wrapper library, they were supposed to upload it ...
Maciej Rutkowski
maciej_rutko...
Offline Send Email
Mar 3, 2005
10:23 pm
11260
... syntax ... function ... I'd suggest the following instead of the above SetFocus and do a debug build. If it doesn't assert, the problem isn't here. HWND...
Roger Headrick
lilsroro
Offline Send Email
Mar 3, 2005
10:26 pm
11261
Igor, and all fair citizens of WTL land, I sort of spoke too soon. When this bug was reported, I assumed that incremental search used to work. It looks like...
John Burkhardt
jbx1138
Offline Send Email
Mar 4, 2005
12:47 am
11262
Hi Folks, My program is originally a single EXE. The project became quite large during the development, and I figured that it could be a good idea to separate...
He Shiming
billholtsh
Offline Send Email
Mar 4, 2005
3:56 am
11263
Hi, all! Did anybody do Customization Dialog like IE have? I saw realization for MFC on codeproject.com http://www.codeproject.com/docking/toolbarex.asp Maybe...
Kirill Bezmaternikh
aid@...
Send Email
Mar 4, 2005
7:53 am
Messages 11234 - 11263 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