Skip to search.
wtl · WTL support list

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 12614 - 12643 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12614 He Shiming
billholtsh Offline Send Email
Oct 3, 2005
3:12 am
Hi, I've got PROGRAM.EXE accessing UI.DLL via predefined C++ interfaces. The "PROGRAM" calls one of the interfaces in "UI" to launch a wizard (well, a...
12615 Mateusz Loskot
gekonioo Offline Send Email
Oct 3, 2005
4:29 am
Hi Pat, ... Do you use VS2005 to create projects for your apps end-users? How stable they are and would you recommend VS2005 to produce software for sale? ...
12616 Mateusz Loskot
gekonioo Offline Send Email
Oct 3, 2005
4:29 am
Hi Robert, ... Do you know ATL/WTL a bit or well? If you do, then grab some WTL sample (given by others) or from the CodeProject.com and hack it. Just create...
12617 Pat Gulotta
patgulotta Offline Send Email
Oct 3, 2005
12:55 pm
Hi Mateusz, I have found the VS Studio 2005 Embedded C++ compiler to be very stable. At least as stable as embedded Visual C++ 3.0 and  4.0.   If I were...
12618 Mateusz Loskot
gekonioo Offline Send Email
Oct 5, 2005
5:00 am
Hi, ... So, I'm gonna to check it deeper. ... BTW, On every installation of evc4.0 I had to set Remote Tools paths manually, because installer set incorrect...
12619 AkshayFedEx@...
akshayhh Offline Send Email
Oct 5, 2005
7:47 am
In myIn my ATL Executable (EXE) project. I have lot of dialog boxes. I would like to add tooltips feature in all controls of dialog boxes. I never do such ...
12620 Ryan Ginstrom
ryanginstrom Offline Send Email
Oct 5, 2005
7:54 am
... I found the code in this article very helpful. CToolTipDialog class : a simple WTL class to enable tooltips in your dialogs ...
12621 wtl@yahoogroups.com Send Email Oct 5, 2005
10:38 am
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 : /atlTT.h Uploaded...
12622 Alain Rist
arnavpoch Offline Send Email
Oct 5, 2005
10:51 am
Thanks Ryan, I downloaded the latest version (now called atlTT.h) in the Files area. Not yet submitted to WTL as it lacks of area tools. cheers, AR ... De :...
12623 peter_linlin Offline Send Email Oct 7, 2005
12:56 am
Hi All, I tried to build a stand-alone exe by following instructions from MSDN. "MinDependency configuration is when you set the Use of ATL property to Static...
12624 He Shiming
billholtsh Offline Send Email
Oct 7, 2005
4:26 am
... property ... threaded ... search ... WIN32,NDEBUG,_WINDOWS,UNICODE,STRICT;_ATL_ATTRIBUTES;_ATL_STATIC_REGI S ... the ... Since you mentioned ATL71.dll, I...
12625 He Shiming
billholtsh Offline Send Email
Oct 7, 2005
7:05 am
Hi, I'm wondering if I could create a modeless wizard that is initially invisible. I tried to trap WM_CREATE and WM_INITDIALOG in the wizard message loop, and...
12626 peter_linlin Offline Send Email Oct 7, 2005
8:05 am
... Yes, I am using VC++ 2003. I have set the "Use of ATL" to "Static Link to ATL". But the ATL71.dll is still there. This project depends on several other...
12627 usuallyhappy2000
usuallyhappy... Offline Send Email
Oct 7, 2005
9:04 am
Hi, In VS.NET, I call this function ::LPtoDP(HDC, LPPOINT, int), then it works fine. But in evc4 wtl project, global namespace doesn't have this function.... ...
12628 massimilianoalberti
massimiliano... Offline Send Email
Oct 7, 2005
9:41 am
Now... I know the basics of creating controls by subclassing "basic" controls. I have done various of them. And they even work :-). My question is different:...
12629 Igor Tandetnik
itandetnik Offline Send Email
Oct 7, 2005
11:29 am
"massimilianoalberti" <massimilianoalberti@...> wrote in message news:di5fsi+p2ah@eGroups.com ... The easiest way is to build an ActiveX control. ATL...
12630 Igor Tandetnik
itandetnik Offline Send Email
Oct 7, 2005
11:32 am
"peter_linlin" <lxya@...> wrote in message news:di5a6j+84ot@eGroups.com ... What functions does Depends say your application imports from atl71.dll? -- ...
12631 Nenad Stefanovic
nenad_stefan... Offline Send Email
Oct 7, 2005
12:14 pm
Hello everybody, WTL 7.5 Beta1 build was released on SF.net. You can download it from: <http://sourceforge.net/project/showfiles.php?group_id=109071&package_id...
12632 Jim Barry
jim_barry.geo Offline Send Email
Oct 7, 2005
12:46 pm
... Windows CE doesn't support mapping modes, so LPtoDP and other associated functions are not available. Without mapping modes, LPtoDP is a no-op so you can...
12633 He Shiming
billholtsh Offline Send Email
Oct 7, 2005
1:08 pm
... Sorry I just found the answer myself. It can be done by overriding CPropertySheetImpl::PropSheetCallback, and remove the WS_VISIBLE style from the dialog...
12634 peter_linlin Offline Send Email Oct 7, 2005
3:07 pm
... atl71.dll? ... Here below are the functions imported from atl71.dll //--- AtlAdvise AtlUnadvise AtlUpdateRegistryFromResourceD AtlComPtrAssign ...
12635 Morten Lied Johansen
mortenlj@... Send Email
Oct 7, 2005
3:21 pm
Hello I'm using the PropertyList from viksoe.dk, and am trying to make an editor that is exactly like the CPropertyEditItem that's already there, except that...
12636 Michael Dietschi
michael_diet... Offline Send Email
Oct 7, 2005
3:23 pm
... Would it please be possible apply the patch available with #1172465: ...
12637 Igor Tandetnik
itandetnik Offline Send Email
Oct 7, 2005
3:29 pm
... None of these should have been imported from the DLL. I don't see any reason for them to be. Do you have a small project that reproduces the problem? I'd...
12638 Mateusz Łoskot
gekonioo Offline Send Email
Oct 7, 2005
4:06 pm
Hi Noel, I'd like to test your WtlGrid control, so I downloaded it from GISTEK website but I have some problems to compile it under VS 7.1. First, there is...
12639 John Burkhardt
jbx1138 Offline Send Email
Oct 7, 2005
5:35 pm
I think I have found an issue with CDoubleBufferImpl. I was using Viksoe's version called COffscreenDraw. One of my controls stopped painting properly.. The...
12640 Mateusz Łoskot
gekonioo Offline Send Email
Oct 7, 2005
5:51 pm
Hi, Question as in the subject. Or may be someone is going to port is to Windows CE. BTW, I'd like to give some suggestion about grid control for WTL. May be...
12641 Mateusz Łoskot
gekonioo Offline Send Email
Oct 7, 2005
6:10 pm
Hi, I've have pretty trivial function but i really would like to know opinion of other WTL hackers. As I read in some articles or sources based on MFC I saw ...
12642 Alain Rist
arnavpoch Offline Send Email
Oct 7, 2005
7:59 pm
WTL eVC users have presently no help to start Mobile device applications with the new WTL 7.5 classes (CAppWindow<>, CAppDialog<>, various blends of...
12643 Daniel Bowen
newob_leinad Offline Send Email
Oct 7, 2005
10:09 pm
For me, I would prefer that the RECT would be the update area. If you need the whole rect, you can just use GetClientRect in your painting code. In Bjarke's...
Messages 12614 - 12643 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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