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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 15528 - 15557 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15528
Hi, My code: BEGIN_MSG_MAP(CReportDlg) MESSAGE_HANDLER(WM_INITDIALOG, OnInitDialog) CHAIN_MSG_MAP(CStdDialogResizeImpl<CReportDlg>) ...
loudpine
Offline Send Email
Aug 1, 2008
1:35 pm
15529
... DTN_DATETIMECHANGE comes in the form of WM_NOTIFY, not WM_COMMAND. See NOTIFY_HANDLER et al. -- With best wishes, Igor Tandetnik With sufficient thrust,...
Igor Tandetnik
itandetnik
Offline Send Email
Aug 1, 2008
2:11 pm
15530
It works, thanks a lot. BTW, I have another question, why my date-time control's Allow-Edit property does not work. I have set it to "False" but I still can...
loudpine
Offline Send Email
Aug 2, 2008
9:34 am
15531
"loudpine" <loudpine@...> wrote in message news:g719nn+4sa6@eGroups.com ... I'm not sure what you mean by "Allow-Edit property". Show the code where you...
Igor Tandetnik
itandetnik
Offline Send Email
Aug 2, 2008
2:41 pm
15532
Oh, it's not in my code, I don't know how to set "Allow Edit" in code. I mean in design window, here is the capture. ...
loudpine
Offline Send Email
Aug 3, 2008
6:01 am
15533
Hello All, I wrote some wtl apps that wrap the VTK visualization library using 7.5 that I want to update to 8.0. Is there any trick to getting 8.0 working with...
tom.parker8778
Offline Send Email
Aug 3, 2008
10:15 pm
15534
... Never mind, I figured it out, thanks anyway....
tom.parker8778
Offline Send Email
Aug 3, 2008
10:23 pm
15535
Great post - just saved hours of my time. Thanks, Tim....
t_read
Offline Send Email
Aug 4, 2008
3:10 pm
15536
Small correction, as no semi-colon is needed when closing a namespace: }; // BUGFIX: closing namespace ATL should be } // BUGFIX: closing namespace ATL -- Best...
Richard B.
dj_deipotent
Offline Send Email
Aug 4, 2008
4:18 pm
15537
If so i would like docking frame work ( maybe with the tabbing framework already by daniel ) , Winsock wrapper ( the message based socket notification for...
Fernando
chuck_berrys...
Offline Send Email
Aug 7, 2008
12:59 pm
15538
Fernando, Presumably you are aware of the docking window frame work by Sergey Klimov which you can find at ...
Frazer, Peter
peter_frazer...
Offline Send Email
Aug 7, 2008
5:08 pm
15539
Yes im aware. If i remember he says its not a finished project, anyway, it would be nice if it was 'officially' part of wtl ( with wizzards to create the...
Fernando
chuck_berrys...
Offline Send Email
Aug 7, 2008
11:24 pm
15540
My application is an mdi app, the mdi child window consists of several activex control which contained in splitter window. one of the control is a...
succeeded918
Offline Send Email
Aug 21, 2008
12:14 pm
15541
How can this be installed to run the wizard under VS 2008?...
Jason Unger
seetheeartht...
Offline Send Email
Aug 21, 2008
1:22 pm
15542
... When needed, I usually use the detours library from Microsoft and set up detour functions for SendMessage and PostMessage and have those detour functions...
domehead100
Offline Send Email
Aug 21, 2008
6:09 pm
15543
... change 8.0 to 9.0 as try { var strVC8Key = "HKLM\\Software\\Microsoft\\VCExpress\\8.0\\Setup\\VC\\ProductDir"; strValue = WSShell.RegRead(strVC8Key); } try...
crystalicetpmc
Offline Send Email
Aug 22, 2008
1:33 pm
15544
Hi, I am programming with WTL on pocket pc platforms and I would like to developp a "smart" view manager. It means that in Mainframe I could choose to...
smartmobili
Offline Send Email
Aug 22, 2008
2:46 pm
15545
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 : /atlframx.h ...
wtl@yahoogroups.com
Send Email
Aug 22, 2008
3:24 pm
15546
... Just uploaded atlframx.h to the Files section. You will have to wait some weeks for a sample and description on CodeProject, but it should match your...
arnavpoch
Offline Send Email
Aug 22, 2008
3:31 pm
15547
... visual studio has a special breakpoint that breaks execution when a message is received. In VS6 it is available through Alt+F9, dunno about later versions ...
Nikos Bozinis
umeca74
Offline Send Email
Aug 24, 2008
9:26 am
15548
... Hi, thanks for your work! I have some questions, first my views are actually inheriting from CDialogImpl and I can see that in you code you are handling ...
smartmobili
Offline Send Email
Aug 24, 2008
11:08 am
15549
I am using VS 2005 and WTL 8.0 and I'm trying to upgrade my application to use the new v6 common controls. I thought if would be as simple as adding the...
wdillman
Offline Send Email
Sep 3, 2008
3:05 am
15550
Oooooooooo..., I hate doc/view!!! ... just like the search box in Vista Windows Explorer. ... ...
jay.zephyr
jay_zephyr2002
Offline Send Email
Sep 3, 2008
12:45 pm
15551
Just add WTL include directory to your include path!!! Good luck!...
jay.zephyr
jay_zephyr2002
Offline Send Email
Sep 3, 2008
12:48 pm
15552
... Or copy the following codes and save to %WTL%\AppWiz\setup90.js and run the script. ////////////////////////////////setup90.js//////////////////////////// ...
jay.zephyr
jay_zephyr2002
Offline Send Email
Sep 4, 2008
2:17 pm
15553
Hi All, There is some MDI-application using several View-classes. It is necessary to forward some messages (e.g. mouse messages) FROM ANY of view instances TO...
mail4gsv
Offline Send Email
Sep 4, 2008
8:07 pm
15554
... Don't? :o) Have you ever used PreTranslateMessage? This might be a solution, using it to have your various view classes monitor incoming messages from the...
domehead100
Offline Send Email
Sep 4, 2008
9:13 pm
15555
Hi, I am designing an application running on Pocket PC and smartphone and I have created some controls to minimize differences. For instance the following...
smartmobili
Offline Send Email
Sep 5, 2008
12:47 pm
15556
... Not yet! :) I've been never changed the default PreTranslateMessage handler. <:( ... Sounds very hopeful, thanks! But I'm not sure that everything is it ...
mail4gsv
Offline Send Email
Sep 5, 2008
2:53 pm
15557
... messages, ... point ... Apologies, I should have said "like a typical window procedure". In other words, something like a switch statement where you...
domehead100
Offline Send Email
Sep 5, 2008
5:47 pm
Messages 15528 - 15557 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