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 14922 - 14951 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14922
Please submit bug reports at SourceForge: http://sourceforge.net/projects/wtl/ Thanks! -- Jim Barry, MVP (Windows SDK) ... From: "enjoy_yjh"...
Jim Barry
jim_barry.geo
Offline Send Email
Sep 3, 2007
11:38 am
14923
hello all, i am beginner with wtl8 in Features and installation i did not find the setupxx.js for VC6 can i try setup80x.js without breaking my VC? Thanks, ...
jpbalza
Offline Send Email
Sep 3, 2007
2:30 pm
14924
Hi guys, What is your recommended system for detecting memory/resource leaks in WTL? I have heard about "Boundchecker". Is that very expensive? Or perhaps ...
Ingar Steinsland
ingarrune
Offline Send Email
Sep 3, 2007
8:39 pm
14925
... I think you mean BoundsChecker by Numega/Compuware (the same people who made SoftIce). And, yes, it is very expensive. And it doesn't work all that well....
Thomas Hruska
shininglightpro
Offline Send Email
Sep 4, 2007
12:13 am
14926
jpbalza <jpbalza@...> дµÀ£º hello all, i am beginner with wtl8 in Features and installation i did not find the setupxx.js for VC6 can i...
carr 
shuaixh
Offline Send Email
Sep 4, 2007
8:27 am
14927
I made a object of CToolTipCtrl class. I found a problem during I used it. When AutoPop time - it's can get GetDelayTime(TTDT_AUTOPOP) - was over or...
cldroddl
Offline Send Email
Sep 4, 2007
2:44 pm
14928
Hello, ... Leak detection is one of options of free Boehm-Demers-Weiser C++ Garbage Collector currently developed by Hewlett-Paccard. Let me citate its doc a...
Constantin Bryzgalin
costyan
Offline Send Email
Sep 4, 2007
2:45 pm
14929
... identifier ... identifier ... MFC ... Try #including commctrl.h before atlctrls.h. If that doesn't work, you may end up needing to #define these funcs...
thebrainsalad
Offline Send Email
Sep 4, 2007
2:45 pm
14930
Hi Ingar, ... WTL? ... We use Memory Validator (http://www.softwareverify.com/cpp/memory/index.html) for this. Having used BoundsChecker in the past I can...
Anna-Jayne Metcalfe
jalapenokitten
Offline Send Email
Sep 4, 2007
9:57 pm
14931
Implementing stuff at work, I ran across an issue that crops up when you export a WTL-derived class from a DLL. Documentation on this seems to be rather...
thebrainsalad
Offline Send Email
Sep 5, 2007
2:42 pm
14932
Hi all, I have a application that switches from wizard mode to advanced mode or vise versa via the menu. There are a few problem: 1 - If I start in the wizard...
highdefinitionpc
highdefiniti...
Offline Send Email
Sep 5, 2007
5:50 pm
14933
Sorry for late answer, I just solved writing the MSG chain in the right order, writing if(uMsg != WM_PAINT) { CHAIN_MSG_MAP(CScrollImpl<T>) } before ...
roberto.grossi80
roberto.gros...
Offline Send Email
Sep 8, 2007
5:56 pm
14934
Hi all, I have a strange problem using a listview in PPC devices (2003 or Mobile 5). I just created a mobile application using the wizard, selecting a ...
roberto.grossi80
roberto.gros...
Offline Send Email
Sep 8, 2007
6:03 pm
14935
Hi, Is there an easy way to disallow tab dragging in CTabView? Thanks, Igor....
igorv007
Offline Send Email
Sep 9, 2007
2:28 pm
14936
I heard people complaining about how difficult it is to use it in WTL?...
Keith
xfallenicex
Offline Send Email
Sep 10, 2007
2:00 pm
14937
Hi, A related question: How easy is it in WTL to be able to interface a camera with live picture display? I have seen on the TWAIN standard, but it seems very...
Ingar Steinsland
ingarrune
Offline Send Email
Sep 10, 2007
5:07 pm
14938
You should read about WIA (Windows Image Acquisition). You might need to use some COM or ActiveX, which I've never used from C++ or WTL, but there's plenty of...
Michelangelo Partipilo
mike2001ve
Offline Send Email
Sep 10, 2007
7:48 pm
14939
... You should definetely use DirectShow. I haven't tried developing anything for it but I heard it copes nicely with ATL....
Maciej Rutkowski
maciej_rutko...
Offline Send Email
Sep 10, 2007
8:16 pm
14940
Hello, I'm have a trivial problem that I nonetheless cannot solve easily -- how to make my dialog exit via the upper-right [x] button? The OK/Cancel buttons...
wakashi0001
Offline Send Email
Sep 11, 2007
12:35 pm
14941
"wakashi0001" <wakashi0001@...> wrote in message news:fc620q+hjo6@eGroups.com ... Handle WM_CLOSE message, call EndDialog from there, too. -- With best...
Igor Tandetnik
itandetnik
Offline Send Email
Sep 11, 2007
1:21 pm
14942
... Thanks! I assume it is enough to just call EndDialog(0): BEGIN_MSG_MAP_EX(MyDialog) ... MSG_WM_CLOSE(OnClose) ... END_MSG_MAP() void MyDialog::OnClose() { ...
wakashi0001
Offline Send Email
Sep 11, 2007
3:52 pm
14943
... The value you pass to EndDialog is the value that is ultimately returned by DoModal to the calling program. It's up to you which value you want to report...
Igor Tandetnik
itandetnik
Offline Send Email
Sep 11, 2007
5:27 pm
14944
Hello all. I'm making this little WTL application. I started the Wizard to generate a simple dialog-based project, in VC8. Then I just added a ...
Fernando Arturo GÃ...
kith_kahnan
Offline Send Email
Sep 15, 2007
4:22 am
14945
Hi Michelangelo, We finally found the solution ourselves. What you suggest is way too complicated. Instead, just see the header file "vfw.h" in Windows SDK....
Ingar Steinsland
ingarrune
Offline Send Email
Sep 15, 2007
4:24 pm
14946
Hi Maciej, We finally found the solution ourselves. Just see the header file "vfw.h" in Windows SDK. This is the AVI interface. And there is a callback...
Ingar Steinsland
ingarrune
Offline Send Email
Sep 15, 2007
4:59 pm
14947
Hi all, We have a problem porting some Win32 API code to WTL with menus with bitmaps. I Win32 we use ModifyMenu(hMenu,IDM_ALIGN_LEFT,MF_BYCOMMAND | ...
Ingar Steinsland
ingarrune
Offline Send Email
Sep 18, 2007
12:55 pm
14948
... CCommandBarCtrl uses owner-draw bitmap items to do its magic. You can change the image for a particular command ID by calling ReplaceBitmap or ReplaceIcon....
Jim Barry
jim_barry.geo
Offline Send Email
Sep 18, 2007
3:58 pm
14949
Hi Jim, Thanks a lot. You are a star. :-) Ingar ... -- _________________________________________________________________________ Ingar Rune Steinsland,...
Ingar Steinsland
ingarrune
Offline Send Email
Sep 18, 2007
8:44 pm
14950
Like MFC's CCtriticalSection ?...
enjoy_yjh
Offline Send Email
Sep 20, 2007
8:39 am
14951
How to accomplish this ?...
enjoy_yjh
Offline Send Email
Sep 20, 2007
8:39 am
Messages 14922 - 14951 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