Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wtl · WTL support list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 16250 - 16279 of 16626   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
16250 vinarasiv_2000 Send Email Jan 4, 2010
1:27 pm
Hi, when am trying to use the WTL ,geting the flowing assertion , can some help me out in solving this problem Debug Assertions Failed! File :atldlgs.h line...
16251 Rocinante0 Send Email Jan 4, 2010
1:27 pm
I want to create an application that has a fixed window on each side of the screen and in the middle can display different dialogs. The fixed windows will...
16252 domehead100 Send Email Jan 4, 2010
4:04 pm
Hi Jeff, I don't see how this has anything to do with command bars. Sounds like all you need is an SDI app with a "view" that is a container for different...
16253 Jeff Boeker
Rocinante0 Send Email
Jan 5, 2010
1:47 am
Hello Mike, Thanks for surveying the possibilities. The reason I initially thought of command bars is because when I used MFC in a similar project some years...
16254 domehead100 Send Email Jan 5, 2010
1:25 pm
Hi Jeff, Of course, those were just some of the possibilities, but hopefully relatively simple ones. One thing about WTL compared to MFC is that is brings you...
16255 Jim Barry
jim_barry.geo Send Email
Jan 5, 2010
3:08 pm
... This should be pretty easy. Just create the side windows as children of the frame window, and implement an UpdateLayout member function in your frame ...
16256 umeca74 Send Email Jan 8, 2010
4:13 pm
Hi and happy new year! I want to make my toolbars look smarter so the ALPHA wtl sample looks just the ticket. I would prefer if the toolbar was sourced from a...
16257 umeca74 Send Email Jan 24, 2010
1:40 pm
here's how it's done using GDI+ // somewhere after CreateSimpleToolBarCtrl is called... Gdiplus::Bitmap* gbm = Gdiplus::Bitmap::FromFile(L"res&#92;\test.png"); ...
16258 Alain Rist
arnavpoch Send Email
Jan 26, 2010
11:06 am
Relook your Old and New Native Applications with a Ribbon UI under Vista or Windows 7 cheers, AR [Non-text portions of this message have been removed]...
16259 Alain Rist
arnavpoch Send Email
Jan 26, 2010
11:15 am
http://www.codeproject.com/KB/vista/RibbonUI.aspx sorry for the missing link :( ... From: Alain Rist To: wtl@yahoogroups.com Sent: Tuesday, January 26, 2010...
16260 yarp
yarp2002 Send Email
Jan 26, 2010
12:21 pm
Hi Alain, thanks a lot for your WTL articles. This help a lot. Strange I didn't saw the post of this article at CP 3 days ago. Anyway got my 5 :) Yarp...
16261 Igor Vigdorchik
igorv007 Send Email
Jan 26, 2010
2:34 pm
Alain, Great article. 5 from me as well. Igor. ________________________________ From: yarp <lac@...> To: wtl@yahoogroups.com Sent: Tue, January 26,...
16262 umeca74 Send Email Jan 27, 2010
4:01 pm
wow, you've done some work there Alain! personally i find the ribbon terrible. It wastes too much space, it isn't well behaved with the keyboard, it just...
16263 nicmail777 Send Email Jan 28, 2010
12:53 pm
Hi, I would like to handle NM_CUSTOMDRAW for a button. According to MSDN, this notification is support for buttons (see: ...
16264 Jim Barry
jim_barry.geo Send Email
Jan 28, 2010
1:40 pm
... Only if you are using Comctl32.dll version 6. See the remarks section in the above topic. The ATL/WTL AppWizard will insert a manifest dependency in ...
16265 nicmail777 Send Email Feb 1, 2010
2:36 pm
Thanks, I've added a manifest and it worked. I've also found a "special note" about button in a different MSDN article, in case anybody reads this thread in...
16266 todd
timza1221 Send Email
Feb 2, 2010
9:36 pm
if you select an object into a DC, then delete the object before selecting the previous object back into it, is it a memory leak? hBrushOld = (HBRUSH)...
16267 Johann Gerell
unsygn Send Email
Feb 2, 2010
9:39 pm
That DeleteObject(hBrush) of yours will fail if hBrush is still selected in the device context. Check your return values. /Johann ... Från:...
16268 umeca74 Send Email Feb 3, 2010
4:34 pm
here's an easy way to check for GDI leaks open the task manager, switch to PROCESSES tab, activate the "GDI Objects" column, then find your program and observe...
16269 Igor Vigdorchik
igorv007 Send Email
Feb 3, 2010
5:58 pm
There is even an easier way  - GDIView http://www.nirsoft.net/utils/gdi_handles.html Regards, Igor. ________________________________ From: umeca74...
16270 todd
timza1221 Send Email
Feb 4, 2010
10:15 pm
I found that neglecting to not re-select the previous object did NOT cause my memory leaks. I have 2 that I have found right now. 1) was obvious, I would call...
16271 mmartinsson123 Send Email Feb 5, 2010
12:17 pm
... Try that pattern: { Get_GDI_Object; <some code> DeleteObject; } -> forget about it! Better is using the RAII-Idiom with the WTL GDI-wrapper classes ie....
16272 Crystal
crystal.icetpmc Send Email
Feb 8, 2010
2:09 pm
I have add the CScrollImpl to the CMainFrame, but the horizontal scroll bar's position are under the status bar, and the rebar (both menu & tool bar) are...
16273 Jeff Fitzsimons
fitzsimj Send Email
Feb 11, 2010
1:30 pm
... How did you go about installation? I tried the blurb in the Readme.htm file on manual installation. This resulted in nothing happening after selecting WTL...
16274 Alain Rist
arnavpoch Send Email
Feb 11, 2010
4:27 pm
Hi Jeff, Download the last tarballs at http://wtl.svn.sourceforge.net/viewvc/wtl/trunk/wtl/Wizards/AppWiz.tar.gz?view=tar (AppWizard) and ...
16275 Jeff Fitzsimons
fitzsimj Send Email
Feb 11, 2010
5:40 pm
... Aaah, of course! Thanks much, I'm up and running again with WTL now. -- Jeff [Non-text portions of this message have been removed]...
16276 Alain Rist
arnavpoch Send Email
Feb 15, 2010
9:33 am
Hi, You may (if you wish) vote my article http://www.codeproject.com/KB/vista/RibbonUI.aspx as CodeProject Best C++/MFC article of January 2010 at ...
16277 frustratedinc_1 Send Email Feb 15, 2010
5:14 pm
I considered myself lucky in finding this thread having just installed VS2010 Release Candidate. The updated files for include and AppWizard appear to work as...
16278 Alain Rist
arnavpoch Send Email
Feb 15, 2010
5:47 pm
To compile the Ribbon.xml file you NEED the Windows 7 SDK (as VS2010 distributions miss the necessary uicc.exe tool) AND you must add the path to your uicc.exe...
16279 Andrey Sergienko
wat_zap Send Email
Feb 17, 2010
7:39 am
Hello! If you're using WTL in your projects, probably you're know and using WTLHelper and WTLWizard - these tools was described on codeproject.com some years...
Messages 16250 - 16279 of 16626   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