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 13965 - 13994 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13965
Hi, You may be interested by this article : WTL CString class <http://www.codeproject.com/useritems/WtlStdString.asp> implemented with the Standard C++ Library...
Alain Rist
arnavpoch
Offline Send Email
Oct 1, 2006
3:28 pm
13966
... If you read the MSDN documentation closely, it seems that you cannot combine the SF_UNICODE and SF_RTF flags, so keeping it ASCII/MBCS seems to be the only...
Bjarke Viksøe
bviksoe
Offline Send Email
Oct 2, 2006
12:52 pm
13967
Hello I tries to create a application for PocketPC with menues and tools in the commandbar. And how I tries the tools just show up. The menues are there but...
hallgrenjohan
Offline Send Email
Oct 3, 2006
1:46 pm
13968
... OK, I had to do it in two steps: CreateSimpleCEMenuBar(IDR_MAINFRAME, SHCMBF_HMENU); CreateSimpleCEToolBar(IDR_TOOL); /Johan...
hallgrenjohan
Offline Send Email
Oct 3, 2006
6:30 pm
13969
Some of dialogs in my application is nearly the same. So I made a base class for them. This base class contained thier common functions. I use CHAIN_MSG_MAP to...
cnkknd
Offline Send Email
Oct 4, 2006
3:15 pm
13970
... You need CHAIN_MSG_MAP_ALT. For example: BEGIN_MSG_MAP(DerivedClass) // ... ALT_MSG_MAP(1) CHAIN_MSG_MAP_ALT(BaseClass, 1) ALT_MSG_MAP(2) ...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 4, 2006
3:49 pm
13971
You'll have to call SetScrollPage() before calling SetScrollSize()....
avewtl
Offline Send Email
Oct 10, 2006
12:41 am
13972
I've created a vertical CScrollBar control (as a child of MDI child frame) for my client view (also a child of MDI child frame) . The VScrollbar is initialized...
avewtl
Offline Send Email
Oct 10, 2006
12:43 am
13973
... For some reason, SetScrollInfo only disables the scrollbar if it is visible. As a workaround, you can either disable the scrollbar explicitly, or wait...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 10, 2006
11:11 am
13974
I was having a look at the WTL CVS repository and see that several fixes have been made since the last official release. Would it be a good thing to use the...
Richard Butler
dj_deipotent
Offline Send Email
Oct 10, 2006
7:27 pm
13975
I hope print it to a check. only data, no lines. thx...
owen nirvana
flyincosmic
Offline Send Email
Oct 10, 2006
9:55 pm
13976
Hello I have written a socket server. But this had no GUI and so didn't use WTL and used STL mostly. But now want to create a GUI client. Has anyone created...
Angus Comber
anguscomber
Offline Send Email
Oct 14, 2006
4:23 pm
13977
There aren't any socket classes in WTL 7.5 -- I don't know about WTL 8. ATL 7 has CSMTPConnection, which is a socket-based SMTP client class; it may give you...
Jeff Henkels
jhenkels
Offline Send Email
Oct 16, 2006
6:16 pm
13978
ATL includes support for autogenerated SOAP classes (SOAP is XML embedded in a HTTP msg). Just right click and Add Web Reference, it will then autogenerate...
Gordon Smith
schmoo2k
Online Now Send Email
Oct 17, 2006
11:50 am
13979
Hi, As far as I can see, there is no way to add RBBS_NOGRIPPER or any of the other ReBar styles to a rebar using the wizard-generated framework (which uses the...
Roel Vanhout
rvanhout@...
Send Email
Oct 18, 2006
8:12 am
13980
... When I needed to add RBBS_GRIPPERALWAYS (which was necessary because of a Rebar bug), I did it by getting the band and modifying the style: CReBarCtrl...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 18, 2006
11:25 am
13981
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /ccommandline.zip ...
wtl@yahoogroups.com
Send Email
Oct 19, 2006
9:31 am
13982
Hello, I've uploaded an MFC control that I've found usefull and ported to WTL. Its a complete custom commandline control (without even a edit box ctrl !) with...
Noel Frankinet
gistek2000
Offline Send Email
Oct 19, 2006
9:42 am
13983
You can also use CReBarCtrl::LockBands, which essentially does the same thing. I will check if there is a way to easily specify band styles somewhere. As for...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Oct 19, 2006
10:33 am
13984
Hi Richard, I think it is OK to use CVS files. We are trying not to have any big breaks in the code. Sometimes, something will be less than perfect, but I...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Oct 19, 2006
10:37 am
13985
Just as I wrote this, I discovered that I made a mistake in the support for Secure CRT by specifying the incorrect length of the CString buffer. Oh, well, I...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Oct 22, 2006
11:56 am
13986
MDIClient has a default ex-style WS_EX_CLIENTEDGE. But I prefer the WS_EX_STATICEDGE style. I tried the following code when subclassing the MDIClient created...
avewtl
Offline Send Email
Oct 23, 2006
9:42 am
13987
Hi, I was trying to implement a full screen mode for my program. I used the following code to make the switch: RECT rc; SystemParametersInfo(SPI_GETWORKAREA,...
He Shiming
billholtsh
Offline Send Email
Oct 25, 2006
5:13 am
13988
Hi He Shiming, I suppose you target a Windows Mobile device. Deriving your frame from CFullScreenFrame, and chaining the message map should do it. See the...
Alain Rist
arnavpoch
Offline Send Email
Oct 25, 2006
6:57 am
13989
... message map ... I'm not targeting mobile platforms. Any other suggestions? Best regards, He Shiming...
He Shiming
billholtsh
Offline Send Email
Oct 25, 2006
7:13 am
13990
What is your target? _____ De : wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] De la part de He Shiming Envoyé : mercredi 25 octobre 2006 09:11 À :...
Alain Rist
arnavpoch
Offline Send Email
Oct 25, 2006
7:37 am
13991
... It's of course Windows on personal computers. I'm thinking about a Internet Explorer-ish full screen mode. Forgive me but I didn't say anything about...
He Shiming
billholtsh
Offline Send Email
Oct 25, 2006
8:27 am
13992
... All you have to do is make your window fill the primary monitor, and Windows will automatically put your window above the taskbar. To get rid of your...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 25, 2006
11:30 am
13993
Hi He Shiming, My sorry:-(, I didn’t think it could be an issue on Win32 platforms: ModifyStyle(WS_TILEDWINDOW, NULL); // remove all framish styles CWindowDC...
Alain Rist
arnavpoch
Offline Send Email
Oct 25, 2006
12:21 pm
13994
... styles ... (HORZRES),screenDC.GetDeviceCaps(VERTRE ... and ... I can see it's a window style issue rather than calculated rectangle. Anyway, it worked, so...
He Shiming
billholtsh
Offline Send Email
Oct 25, 2006
1:33 pm
Messages 13965 - 13994 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