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...
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? ...
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...
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...
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...
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 ...
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
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 :...
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...
... property ... threaded ... search ... WIN32,NDEBUG,_WINDOWS,UNICODE,STRICT;_ATL_ATTRIBUTES;_ATL_STATIC_REGI S ... the ... Since you mentioned ATL71.dll, I...
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...
... 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...
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.... ...
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" <massimilianoalberti@...> wrote in message news:di5fsi+p2ah@eGroups.com ... The easiest way is to build an ActiveX control. ATL...
"peter_linlin" <lxya@...> wrote in message news:di5a6j+84ot@eGroups.com ... What functions does Depends say your application imports from atl71.dll? -- ...
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...
... 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...
... Sorry I just found the answer myself. It can be done by overriding CPropertySheetImpl::PropSheetCallback, and remove the WS_VISIBLE style from the dialog...
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@...
Oct 7, 2005 3:21 pm
12636
... Would it please be possible apply the patch available with #1172465: ...
... 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...
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...
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...
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...
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 ...
WTL eVC users have presently no help to start Mobile device applications with the new WTL 7.5 classes (CAppWindow<>, CAppDialog<>, various blends of...
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...