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 to share photos of your group with the world? 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 10472 - 10501 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10472
Hi All, Office XP 2003 Look and feel, any one has same idea of how to do this? Is difficulty? Thanks...
re_t_f
Offline Send Email
Dec 1, 2004
11:36 am
10473
... You can get the colorscheme here: http://www.codeproject.com/menu/newmenuxpstyle.asp I started doing the Office XP 2003 look and got about 75% through it ...
Roger Headrick
lilsroro
Offline Send Email
Dec 1, 2004
1:18 pm
10474
Latest sourceforge: Some _U_STRINGorID Are missing the "ATL::" namespace for us not "using" ATL. Gordon...
Gordon Smith
schmoo2k
Online Now Send Email
Dec 1, 2004
3:51 pm
10475
I am looking for a contractor to do some WLT work. Prefer it to be done in house in Perth but remote may do !!!...
nxtw3
Offline Send Email
Dec 1, 2004
5:15 pm
10476
Just a note on the rules for job postings. They are acceptable, in small doses. If you want to post a job, please put it in the Jobs folder [1] on the group...
johndiiix
Offline Send Email
Dec 1, 2004
5:22 pm
10477
Hi Gordon, Thanks for reporting this. It will be fixed right away. Cheers, Nenad ... From: news [mailto:news@...] On Behalf Of Gordon Smith Sent:...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Dec 1, 2004
8:55 pm
10478
Anyone know of a databound grid control for WTL? I tried using MSGrid, but it's not on my system :( even after installing MDAC2.7) Peter...
Peter Carlson
strcarl813
Offline Send Email
Dec 1, 2004
9:54 pm
10479
... MSGrid, ... Hi Peter, I thought msdatgrd.ocx and mshflxgd.ocx were still included with Visual C++, not that I would use them ;-) -Roger...
Roger Headrick
lilsroro
Offline Send Email
Dec 1, 2004
11:21 pm
10480
Full understood and very much appreciated Thanks Mike _____ From: johndiiix [mailto:wtllist@...] Sent: Thursday, December 02, 2004 1:21 AM To:...
Mike O'Donnell
nxtw3
Offline Send Email
Dec 1, 2004
11:27 pm
10481
I am working on some ADO classes designed more for WTL than MFC :) I want to mek them a bit more intelligent :) Is there a way to detect if COInitialize or...
Peter Carlson
strcarl813
Offline Send Email
Dec 1, 2004
11:29 pm
10482
... I don't believe so. Is there a problem with just calling CoInitialize? As it says in the help: "each successful call to CoInitialize or CoInitializeEx,...
Jim Barry
jim_barry.geo
Offline Send Email
Dec 2, 2004
12:18 am
10483
MSDATGRD.OCX is included with VS6.0. I did a little searching on Google and came up with http://81.111.145.208:85/ as a site where you can download it for...
Brandon Corfman
bcorfman
Offline Send Email
Dec 2, 2004
1:36 am
10484
I usually define class Co { HRESULT hr; public: Co() { hr = CoInitialize(NULL); } ~Co() { if (SUCCEEDED(hr)) CoUninitialize(); } }; In single threaded...
pablo_alch
Offline Send Email
Dec 2, 2004
7:56 am
10485
Hello I have been using WTL since 2001. Previously MFC - pretty much migrated our customers applications over to WTL now. I also have extensive ATL, Win32...
Angus Comber
anguscomber
Offline Send Email
Dec 2, 2004
9:34 am
10486
Hi Folks, Some of the projects I work on are addins to Excel. I have on occasion had to bring up a dialog box which host various controls etc to achive my...
rayguthrie2002
Offline Send Email
Dec 2, 2004
11:00 am
10487
Hi All, I have one problem, and I need help to resolve it. Can anyone help- me. I use a class that I found in codeproject (exellent class), this class is for...
re_t_f
Offline Send Email
Dec 2, 2004
12:56 pm
10488
... Thanks :-) ... There are a couple choices. The first place to start would be to derive your own class from CMDITabOwnerImpl. Then if you want the main...
dbowen@...
newob_leinad
Offline Send Email
Dec 2, 2004
5:37 pm
10489
Depending on how robust you need this, there are a handful of things to be aware of. If you're controlling the final client application, then having a global...
dbowen@...
newob_leinad
Offline Send Email
Dec 2, 2004
5:51 pm
10490
... If you can do Win32 style programming for the add-in, you can use WTL. All the same issues you have there you'll have with WTL too though (like hooking...
dbowen@...
newob_leinad
Offline Send Email
Dec 2, 2004
6:11 pm
10491
Anyone can give some links about WTL UI?...
loveshran
Offline Send Email
Dec 2, 2004
8:24 pm
10492
... http://groups.yahoo.com/group/wtl/links http://sourceforge.net/projects/wtl -roger...
Roger Headrick
lilsroro
Offline Send Email
Dec 2, 2004
9:09 pm
10493
Hi, I try use this(CMyMDITabOwner), but I don´t have success, I´m a junior with Templates. Can you show me how to use this in my MainFrame? I need get this...
re_t_f
Offline Send Email
Dec 2, 2004
10:22 pm
10494
From: rayguthrie2002 [mailto:ray.guthrie@...] ... Hi Ray: I have apps that are addins to PowerPoint and Word. I do modal dialog boxes using WTL with no...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Dec 3, 2004
1:00 am
10495
I want to attempt a nice, quick, small, AOL chat client on top of libgaim since AOL's AIM has gotten pretty ad-crufty over the years. Unfortunately I'm utterly...
thehurricane19
Offline Send Email
Dec 3, 2004
2:33 am
10496
Thank you Daniel for your very very useful links. Knowing something is possible is a great start. All that is left is just some silly coding and lots of...
rayguthrie2002
Offline Send Email
Dec 3, 2004
9:45 am
10497
Thank you Ryan. I guess I need to do a bit more investigating into "hooking". As I mentioned to Daniel, knowing something is possible and other folks have...
rayguthrie2002
Offline Send Email
Dec 3, 2004
9:49 am
10498
From: rayguthrie2002 [mailto:ray.guthrie@...] ... "hooking". ... have ... It wasn't too hard. Here is how I did my keyboard hook. I added 3 files: ...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Dec 3, 2004
10:41 am
10499
Thank you very much for your interest in the post I put up on the Yahoo WTL group. Unfortunately with the time restraints we have decided to put this part of...
Mike O'Donnell
nxtw3
Offline Send Email
Dec 3, 2004
1:59 pm
10500
Hi All, I have problems with CMiniHtml from Bjarke Viksoe , and I need help to resolve it. Can anyone help me. 1) GetFont() in CMiniHtml::DoPaint alwais return...
Alex Martinov
marty_19772008
Offline Send Email
Dec 3, 2004
1:59 pm
10501
"thehurricane19" <thehurricane19@...> wrote in message news:cooh3r+rkl0@eGroups.com ... I'd start with Dialog app. You'll have to rip out a lot of the...
Igor Tandetnik
itandetnik
Offline Send Email
Dec 3, 2004
2:58 pm
Messages 10472 - 10501 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