yep i wanna learn something about gui design. is it compatible with XP all versions of NT. And i hope anyone can give me some helpful suggestions. ThanX that's...
OS:win XP home SP2 VC++ 6.0 wtl7.0 installed platform sdk 2003 sp1 included all of the inculde cabinets of sdk and wtl but still i cannot run anything(errors...
I've found some great examples but i cannot compile them properly why? I've included wtl7.0's include cabinet. ... Compiling resources... Compiling... ...
what is error? can you send it for us moronfayf <mgridichyan@...> wrote: OS:win XP home SP2 VC++ 6.0 wtl7.0 installed platform sdk 2003 sp1 included...
Ngo Dang Quy Duong
duong113@...
Jun 2, 2006 3:57 pm
13659
Sure about: atldlgs.h c:\program files\microsoft visual studio\vc98\atl\include\atldlgs.h (1224) : error C2504: 'IPrintDialogCallback' : base class undefined ...
Hi, I'm want to use the ATL Wizard to create a DLL template with VS 2005 and WTL 8.0, but it ends up creating a lot of extraneous files/functions because it...
I'm newbie in WTL and MFC though I have four years experience in JAVA. I don't know how to add the control into a resizable dialog. I hope the control can...
... Sounds like you're pulling in the ancient SDK that was supplied with VC6. Check your include directories (Tools->Options->Directories) and make sure they...
thanx so much i guess it's time to use a new complier :) ... available. ... with VC6. Check your include directories (Tools->Options- ... VC6 is no longer...
Hi, Has anybody done it? Can you give me a link or a tip for solution. I tried to store fStyle and cx fields of REBARBANDINFO for each band. And during next...
Serhiy Serbin
srs@...
Jun 8, 2006 10:16 am
13665
... Please see the excellent classes in this article: Saving and restoring window appearance in WTL ...
Serhiy, ... function of ... expected ... I do it this way, seems to work fine. See code for reading from stream below, writing is simple sequential write of...
Thanks, fine. I hade the stupid error. Best Regards, Serhiy Serbin ... From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On Behalf Of Ryan Ginstrom Sent:...
Serhiy Serbin
srs@...
Jun 8, 2006 1:27 pm
13668
Hi - simple question here: When I set the imagelist for my CToolBarCtrl, do I have to keep the imagelist around in memory (i.e. a member variable along with my...
Hi Group, I'm wondering if any1 here can point me to a simple example that illustrates how to have a Dialog Box that is resized to show more controls, etc... ...
Hi again, Does anybody know the easy way to implement IDocHostShowUI for atlhost staff? Seems it has now chance without patching atl headers. Or maybe somebody...
... WTL's CImageList doesn't actually destroy the image list in its destructor. Also, when toolbars are destroyed, they don't destroy their associated image...
Unfortunaly stupid spam filter very offen deletes an emails from wtl@yahoogroups.com So I have read an answer on WebSite but I'm making reply for the original...
Serhiy Serbin
srs@...
Jun 9, 2006 2:46 pm
13674
I would like to use WTL SDI wizard generated program as a base for some DX9 mesh tools. Is there a sample program that shows the best way to integrate DirectX...
Um...ok.. so what is the proper way to create/add/destroy imagelists with toolbars then? Is using the local variable for the imagelist considered ok? Thanks, ...
sorry to bother again. I really want to use wTL. Can you give me the set(ATL,sdk versions) that will be working with visual c++ 2005 express edition? Thank...
I installed vs8.0 to remove compatibility issues but there is still something bizzare :(. I'm about to lose my temper Things i've done: I set include...
... I'd do something like this: 1. ::MoveWindow() to resize the dialog. 2. Modeless Child which holds the 'advanced' part. The modeless child is offscreen when...
Hello I have a simple dialog application. An OnTimer function in MainDlg may call the following code: CAboutbox dlg; dlg.DoModal(); CAboutBox is just a...
"Angus Comber" <angus@...> wrote in message news:000901c68e70$a6e98140$0c00a8c0@angusnotebook ... Make it dlg.DoModal(m_hWnd); -- With best wishes, ...
Thanks for reading the message. Is there any method can prevent the page not disappear when the "OK" button being pressed? The reason I'm asking is I'm working...