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 12614 - 12643 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12614
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...
He Shiming
billholtsh
Offline Send Email
Oct 3, 2005
3:12 am
12615
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? ...
Mateusz Loskot
gekonioo
Offline Send Email
Oct 3, 2005
4:29 am
12616
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...
Mateusz Loskot
gekonioo
Offline Send Email
Oct 3, 2005
4:29 am
12617
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...
Pat Gulotta
patgulotta
Offline Send Email
Oct 3, 2005
12:55 pm
12618
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...
Mateusz Loskot
gekonioo
Offline Send Email
Oct 5, 2005
5:00 am
12619
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 ...
AkshayFedEx@...
akshayhh
Offline Send Email
Oct 5, 2005
7:47 am
12620
... I found the code in this article very helpful. CToolTipDialog class : a simple WTL class to enable tooltips in your dialogs ...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Oct 5, 2005
7:54 am
12621
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...
wtl@yahoogroups.com
Send Email
Oct 5, 2005
10:38 am
12622
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 :...
Alain Rist
arnavpoch
Offline Send Email
Oct 5, 2005
10:51 am
12623
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...
peter_linlin
Offline Send Email
Oct 7, 2005
12:56 am
12624
... property ... threaded ... search ... WIN32,NDEBUG,_WINDOWS,UNICODE,STRICT;_ATL_ATTRIBUTES;_ATL_STATIC_REGI S ... the ... Since you mentioned ATL71.dll, I...
He Shiming
billholtsh
Offline Send Email
Oct 7, 2005
4:26 am
12625
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...
He Shiming
billholtsh
Offline Send Email
Oct 7, 2005
7:05 am
12626
... 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...
peter_linlin
Offline Send Email
Oct 7, 2005
8:05 am
12627
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.... ...
usuallyhappy2000
usuallyhappy...
Offline Send Email
Oct 7, 2005
9:04 am
12628
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:...
massimilianoalberti
massimiliano...
Offline Send Email
Oct 7, 2005
9:41 am
12629
"massimilianoalberti" <massimilianoalberti@...> wrote in message news:di5fsi+p2ah@eGroups.com ... The easiest way is to build an ActiveX control. ATL...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 7, 2005
11:29 am
12630
"peter_linlin" <lxya@...> wrote in message news:di5a6j+84ot@eGroups.com ... What functions does Depends say your application imports from atl71.dll? -- ...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 7, 2005
11:32 am
12631
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...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Oct 7, 2005
12:14 pm
12632
... 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...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 7, 2005
12:46 pm
12633
... Sorry I just found the answer myself. It can be done by overriding CPropertySheetImpl::PropSheetCallback, and remove the WS_VISIBLE style from the dialog...
He Shiming
billholtsh
Offline Send Email
Oct 7, 2005
1:08 pm
12634
... atl71.dll? ... Here below are the functions imported from atl71.dll //--- AtlAdvise AtlUnadvise AtlUpdateRegistryFromResourceD AtlComPtrAssign ...
peter_linlin
Offline Send Email
Oct 7, 2005
3:07 pm
12635
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...
Morten Lied Johansen
mortenlj@...
Send Email
Oct 7, 2005
3:21 pm
12636
... Would it please be possible apply the patch available with #1172465: ...
Michael Dietschi
michael_diet...
Offline Send Email
Oct 7, 2005
3:23 pm
12637
... 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...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 7, 2005
3:29 pm
12638
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...
Mateusz Łoskot
gekonioo
Offline Send Email
Oct 7, 2005
4:06 pm
12639
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...
John Burkhardt
jbx1138
Offline Send Email
Oct 7, 2005
5:35 pm
12640
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...
Mateusz Łoskot
gekonioo
Offline Send Email
Oct 7, 2005
5:51 pm
12641
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 ...
Mateusz Łoskot
gekonioo
Offline Send Email
Oct 7, 2005
6:10 pm
12642
WTL eVC users have presently no help to start Mobile device applications with the new WTL 7.5 classes (CAppWindow<>, CAppDialog<>, various blends of...
Alain Rist
arnavpoch
Offline Send Email
Oct 7, 2005
7:59 pm
12643
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...
Daniel Bowen
newob_leinad
Offline Send Email
Oct 7, 2005
10:09 pm
Messages 12614 - 12643 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