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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15976 - 16006 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15976
Hi, I wrote a small openGL ES wrapper for pocket pc platform but I have some issues. For instance I would like to make some actions in the OnIdle method(). ...
smartmobili
Offline Send Email
Apr 5, 2009
5:11 pm
15977
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /TestOgles.zip ...
wtl@yahoogroups.com
Send Email
Apr 5, 2009
5:12 pm
15978
... Actually I think I found, it seems I receive lots of WM_PAINT messages and since WM_TIMER is not a prioritary one I suppose this is the reason OnTimer is...
smartmobili
Offline Send Email
Apr 5, 2009
5:51 pm
15979
... I will rewrite some part of this openGL ES wrapper and upload it here if some people are interested....
smartmobili
Offline Send Email
Apr 5, 2009
5:59 pm
15980
I am interested in your wrapper....
Joel Winarske
joelw_94089
Offline Send Email
Apr 5, 2009
7:57 pm
15981
Hello, Please, I need some information... With the ATL/WTL 8, does the use of the Internet Explorer Browser in WTL application still requires using the ATL...
Paul Selormey
pegroups
Offline Send Email
Apr 6, 2009
1:28 am
15982
"Paul Selormey" <pegroups@...> wrote in message news:grblp2+8tbu@eGroups.com ... I'm not sure what you mean by "still". Hosting ActiveX controls, ...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 6, 2009
2:23 am
15983
Hi, I have an ATL ActiveX composite control that makes use of WTL::CCommandBarCtrl internally and when hosted in the ActiveX test container or VB6 everything...
Richard Crossley
rdc892515
Offline Send Email
Apr 6, 2009
12:39 pm
15984
Hello Igor, Thanks for the reply. ... Before (may be you have not noticed it), the wizard generated code includes in the stdafx.h // This is required for...
Paul Selormey
pegroups
Offline Send Email
Apr 7, 2009
1:09 am
15985
"Paul Selormey" <pegroups@...> wrote in message news:gre93o+gqt1@eGroups.com ... No, I haven't noticed it, and I quite happily developed applications ...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 7, 2009
3:01 am
15986
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File :...
wtl@yahoogroups.com
Send Email
Apr 7, 2009
5:48 pm
15987
... I have the same issue here. Hope main developper for wince will fix it......
smartmobili
Offline Send Email
Apr 7, 2009
5:48 pm
15988
... I forgot to say I am using VS2008SP1 and Windows XP SP3 and same problem....
smartmobili
Offline Send Email
Apr 7, 2009
5:50 pm
15989
Hello everyone, I wrote a small wrapper to use OpenGL ES on Windows CE devices. It would be great if it could be included in next WTL version. If you find bugs...
smartmobili
Offline Send Email
Apr 7, 2009
5:52 pm
15990
Hi all. While wandering at CodeProject I found this article, which I thought it was worth sharing with the group. ...
Fernando Arturo GĂ...
kith_kahnan
Offline Send Email
Apr 8, 2009
6:30 pm
15991
I must say I was delighted this morning when I saw that post on CP. And btw this makes two, since Bjarke Viskoe has released a similar control in his...
Yarp
yarp2002
Offline Send Email
Apr 8, 2009
7:34 pm
15992
Hello folks, Is there any article, example or existed open source project available? I have downloaded the source code of wxWidget and Scintilla. They are too...
hawkgao
Offline Send Email
Apr 9, 2009
6:54 am
15993
... There is the MTPad sample included with WTL that is just a basic editor like Notepad. You might go to www.codeproject.com and search for "text editor"....
domehead100
Offline Send Email
Apr 9, 2009
12:12 pm
15994
There is a little problem with this TabBrowser sample. With all these hosting calls to DefWindowProc etc, the CBrowserView::OnDestroy handler --...
Nikos Bozinis
umeca74
Offline Send Email
Apr 9, 2009
3:25 pm
15995
I have a list view control in my application, it's basically the standard CSortListViewCtrl. Some of the items in the control have images. The problem is that...
igorv007
Offline Send Email
Apr 9, 2009
6:14 pm
15996
... I applied all the fixes from VS2008Setup.zip and I got the desktop wizard working. However, the Mobile Application Wizard will fail after clicking the...
hhfann@...
hhfann...
Offline Send Email
Apr 13, 2009
12:32 pm
15997
I'm trying to pick up WTL, and really like what I've learned so far. However, I've managed to run into an issue with just the wizard produced code. I very...
cmostler
Offline Send Email
Apr 14, 2009
12:19 pm
15998
"cmostler" <Chris.Ostler+yahoo.com@...> wrote in message news:gs15g2+606f@eGroups.com ... The difference is not in the macros, but in your handler. I bet...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 14, 2009
12:33 pm
15999
... That was it, alright. The wizard generated code was creating a CPaintDC (and doing nothing), while I was just doing nothing. Thanks for the help!...
cmostler
Offline Send Email
Apr 14, 2009
3:56 pm
16000
Some of my ebook resources, welcome to download and share:   http://www.ultraie.com/admin/flist.php [Non-text portions of this message have been removed]...
fuheng wu
fuhengwu
Offline Send Email
Apr 15, 2009
11:52 pm
16001
I've study windows programming 8 years ago. but, i even don't understand why windows need CreateCompatibleDC and CreateCompatibleBitmap, when drawing some...
hawkgao
Offline Send Email
Apr 16, 2009
9:29 am
16002
You only need the CreateCompatible* calls when you're doing double buffering, i.e. drawing onto an offscreen (in memory) bitmap first, then blitting it to the...
Roel Vanhout
rvanhout@...
Send Email
Apr 16, 2009
9:52 am
16003
I've read 'windows programming'. i didn't find any chapter cover the details of CreateCompatible*. Could you provide the link to the articles you mentioned on...
hawkgao
Offline Send Email
Apr 16, 2009
10:07 am
16004
... Because Windows has support for multiple Device Descriptors. And the selection von the specific DC with properties is routed directly to the GDI-User mode...
mmartinsson123
Offline Send Email
Apr 16, 2009
10:17 am
16006
"hawkgao" <hawkgao@...> wrote in message news:gs6toi+28u1@eGroups.com ... Compatible with the other HDC you are passing in as a parameter. As in, having...
Igor Tandetnik
itandetnik
Offline Send Email
Apr 16, 2009
12:09 pm
Messages 15976 - 16006 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