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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 13655 - 13684 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13655
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...
moronfayf
volkandinc
Offline Send Email
Jun 1, 2006
12:59 pm
13656
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...
moronfayf
volkandinc
Offline Send Email
Jun 2, 2006
1:48 pm
13657
I've found some great examples but i cannot compile them properly why? I've included wtl7.0's include cabinet. ... Compiling resources... Compiling... ...
moronfayf
volkandinc
Offline Send Email
Jun 2, 2006
1:48 pm
13658
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@...
Send Email
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 ...
moronfayf
volkandinc
Offline Send Email
Jun 2, 2006
7:33 pm
13660
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...
Richard Butler
dj_deipotent
Offline Send Email
Jun 4, 2006
4:40 am
13661
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...
lxu4net
Offline Send Email
Jun 4, 2006
4:40 am
13662
... 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...
Jim Barry
jim_barry.geo
Offline Send Email
Jun 5, 2006
10:14 am
13663
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...
moronfayf
volkandinc
Offline Send Email
Jun 6, 2006
12:39 pm
13664
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@...
Send Email
Jun 8, 2006
10:16 am
13665
... Please see the excellent classes in this article: Saving and restoring window appearance in WTL ...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Jun 8, 2006
10:32 am
13666
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...
ryltsov
Online Now Send Email
Jun 8, 2006
11:27 am
13667
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@...
Send Email
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...
dbrown0710
Offline Send Email
Jun 9, 2006
1:09 am
13669
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... ...
robspychala
Offline Send Email
Jun 9, 2006
3:37 am
13670
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...
Serhiy Serbin
srs@...
Send Email
Jun 9, 2006
7:53 am
13671
"Serhiy Serbin" <srs@...> wrote in message ...
Igor Tandetnik
itandetnik
Offline Send Email
Jun 9, 2006
11:41 am
13672
... 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...
Jim Barry
jim_barry.geo
Offline Send Email
Jun 9, 2006
11:42 am
13673
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@...
Send Email
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...
Duquette, Mark
mduquette01
Offline Send Email
Jun 9, 2006
9:39 pm
13675
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, ...
dbrown0710
Offline Send Email
Jun 10, 2006
5:28 pm
13676
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...
moronfayf
volkandinc
Offline Send Email
Jun 10, 2006
7:05 pm
13677
It should help you: http://www.codeproject.com/wtl/WTLExpress.asp...
igorv007
Offline Send Email
Jun 10, 2006
9:24 pm
13678
thanx so much. ... the...
moronfayf
volkandinc
Offline Send Email
Jun 11, 2006
2:14 pm
13679
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...
moronfayf
volkandinc
Offline Send Email
Jun 11, 2006
6:21 pm
13680
... 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...
Pablo Aliskevicius
pablo_alch
Offline Send Email
Jun 12, 2006
5:49 am
13681
... I would make it a member and call Destroy() on it when the toolbar is destroyed. -- Jim Barry, MVP (Windows SDK)...
Jim Barry
jim_barry.geo
Offline Send Email
Jun 12, 2006
10:56 am
13682
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
anguscomber
Offline Send Email
Jun 12, 2006
11:16 pm
13683
"Angus Comber" <angus@...> wrote in message news:000901c68e70$a6e98140$0c00a8c0@angusnotebook ... Make it dlg.DoModal(m_hWnd); -- With best wishes, ...
Igor Tandetnik
itandetnik
Offline Send Email
Jun 13, 2006
1:40 am
13684
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...
truo0046
Offline Send Email
Jun 14, 2006
9:07 pm
Messages 13655 - 13684 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