I want to display the tabs icon with different color font. I created my class, but there were problems.class CCustomTabView : public ...
16535
domehead100
Aug 10, 2011 3:48 pm
I might suggest a slightly different approach. I just uploaded a file to the group, TabView2.h. This is a slight tweak of the tab view to allow an additional...
16536
chuck_berrys_bastard_...
chuck_berrys...
Oct 30, 2011 1:16 pm
thanks...
16537
Philipp Kursawe
pfcpille
Oct 30, 2011 4:11 pm
Sure On Sun, Oct 30, 2011 at 2:16 PM, chuck_berrys_bastard_son < ... [Non-text portions of this message have been removed]...
16538
Igor Tandetnik
itandetnik
Oct 31, 2011 3:53 pm
... WTL requires ATL, and ATL is not included with Express edition. So it's a bit tricky to use WTL with VC Express (legally). ...
16539
Nenad Stefanović
nenad_stefan...
Nov 1, 2011 9:51 am
The steps in the article are not needed if you use the WTL App Wizard, since it injects code to do the same. Use setup100x.js to install WTL App Wizard for...
16540
chuck_berrys_bastard_...
chuck_berrys...
Nov 8, 2011 6:57 pm
where do i find setup100x.js?...
16541
Nenad Stefanović
nenad_stefan...
Nov 8, 2011 10:13 pm
It's not in the builds yet - you'll have to pick it up from the sources at: http://wtl.svn.sourceforge.net/viewvc/wtl/trunk/wtl/Wizards/AppWiz/ We'll do...
16542
chuck_berrys_bastard_...
chuck_berrys...
Nov 10, 2011 8:13 am
Sorry to bother you. I installed setup100x.js in "microsoft visual studio 10\vc\vcwizard92;1033" I also copyed the SDK you told me to download in the "microsoft...
16543
Nenad Stefanović
nenad_stefan...
Nov 10, 2011 11:10 am
The setup script should go where the others are, in <WTL folder>92;AppWiz. It should be executed from that folder to be able to find the right files. (<WTL...
16544
Nenad Stefanović
nenad_stefan...
Nov 10, 2011 12:07 pm
One more thing - since you have VC++ 2010 Express, the simple way of adding include directories won't work. Search on the Internet how to do global settings...
16545
Nenad Stefanović
nenad_stefan...
Nov 21, 2011 12:15 pm
Hello everybody, I posted a new build of WTL 8.1.11324 on SourceForge.net. It integrates all changes done for quite long time. The major new things are Ribbon...
16546
Peter Kvitek
kvitekp
Nov 21, 2011 7:38 pm
I've been using WTL for years and always felt it's the most useful tool ever created for Win32 GUI programming. Thank you, Nenad! However, GDI programming...
16547
Philipp Kursawe
pfcpille
Nov 21, 2011 9:24 pm
Thanks for your continuous effort to keep the project up-to-date and bug-free. I will use it in an upcoming Shell Namespace Extension to design the ShellView. ...
16548
PABLO
pablo_alch
Nov 22, 2011 10:08 am
... First and foremost, thanks for sharing! In addition, allow me to suggest the use of a separate namespace for WTL extensions. For instance, WTLX. In that...
16549
Philipp Kursawe
pfcpille
Nov 22, 2011 10:29 am
Thanks for sharing. I had something similar for my own projects, in an even more C++ templated way :) https://gist.github.com/1385377 ... [Non-text portions of...
16550
Peter Kvitek
kvitekp
Nov 23, 2011 4:32 pm
My initial version also used templates, however with support for stock objects template specialization became messy so I switched to the straight ...
16551
umeca74
Nov 25, 2011 10:19 am
I'm trying to make this docking pane class a bit more attractive: www.zabkat.com/blog/10Apr11-WTL-docking.htm at present the fancier thing it does for the pane...
16552
yarp
yarp2002
Nov 26, 2011 7:39 am
Thanks a lot for maintaining this so powerful Library....
16553
yarp
yarp2002
Nov 26, 2011 8:00 am
Thank you for sharing, very useful indeed. But I have a doubt on what will occur if I use several instances of the same object. Let's assume this: ...
16554
Philipp Kursawe
pfcpille
Nov 26, 2011 9:56 am
... No, the order is defined by the specs. clr2 is destructed first, then clr1. Enjoy, Phil [Non-text portions of this message have been removed]...
16555
Jeff Fitzsimons
fitzsimj
Nov 26, 2011 10:10 am
... http://www.parashift.com/c++-faq-lite/dtors.html#faq-11.2 -- Jeff [Non-text portions of this message have been removed]...
16556
yarp
yarp2002
Nov 26, 2011 8:23 pm
Thank you both, for this clarification....
16557
Philippe
dev_etech
Nov 28, 2011 9:11 pm
Thank you for this great library !...
16558
yusuftran
Dec 13, 2011 3:18 pm
Hi Guys, I've been reading up on much of the articles at codeproject.com and have been trying to experiment. I've used the WTL wizard to create an application...
16559
Igor Tandetnik
itandetnik
Dec 13, 2011 4:32 pm
... In the simplest case, just give your static label a distinct ID (as opposed to the default of IDC_STATIC) and call SetDlgItemText(label_id, "text") in the...
16560
yusuftran
Dec 13, 2011 7:26 pm
It Works, I've gotten through my "Hello World" program :) Thank you sooo much :)...
16561
Dani
dmagn25
Jan 10, 2012 4:24 pm
Hi, I'm trying to build a task-bar alike control for my WTL app. I've noticed the task bar is a tree control (?!?!) (in XP) - is it? If so, how did MS made it...
16562
Nenad Stefanović
nenad_stefan...
Jan 20, 2012 2:11 am
Hi everybody, I have Avast 6.0 anti-virus and I noticed that now Avast triggers Sandbox for apps built with _ATL_MIN_CRT. Any apps, including projects that do ...
16563
Philipp Kursawe
pfcpille
Jan 20, 2012 6:29 am
You could just compile without this setting or better yet uninstall that snake oil software of Avast and just use the free MS security essentials if you think...