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 16162 - 16191 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16162
thanks for that but in the end I managed to work with CF_BITMAP instead and GetDIBits, ignoring color palettes :) something's weird in the handling of CF_DIB...
umeca74
Offline Send Email
Sep 26, 2009
7:24 pm
16163
... Hi Nikos. It's probably best to avoid GlobalSize, as it may return a larger value than the size that was originally passed to GlobalAlloc. However, the ...
Jim Barry
jim_barry.geo
Offline Send Email
Sep 28, 2009
7:33 pm
16164
... that's true, i played with it and it was a few bytes extra than the actual biSizeImage, but using the accurate size didn't make any difference ... that was...
umeca74
Offline Send Email
Sep 29, 2009
6:53 am
16165
... Right - you'd just get a few extra bytes of junk at the end of the file, that's all. ... Ah, the eternal question. But which particular samples did you...
Jim Barry
jim_barry.geo
Offline Send Email
Sep 29, 2009
12:05 pm
16166
Maybe int WTL::AtlGetDibColorTableSize(LPBITMAPINFOHEADER pbmih) :) cheers, AR ... From: Jim Barry To: wtl@yahoogroups.com Sent: Tuesday, September 29, 2009...
Alain Rist
arnavpoch
Offline Send Email
Sep 29, 2009
12:13 pm
16167
... That will probably do :) Although, it seems to me that biClrUsed should still be observed for the case of 16, 24 and 32 bit colour depths. - Jim...
Jim Barry
jim_barry.geo
Offline Send Email
Sep 29, 2009
12:32 pm
16168
Hi all, I am creating a WTL mobile project, my purpose is to link it with a C++ directshow engine. It is supposed to preview the video from the webcam. However...
jdx797
Offline Send Email
Oct 5, 2009
5:20 pm
16169
Hello All, I'm new to WTL. I used Visual Studio 2008 to generate my first WTL project. I selected a multi-threaded application, with a 1) ToolBar, 2) Rebar, 3)...
jacksonsamuelson
jacksonsamue...
Offline Send Email
Oct 5, 2009
5:21 pm
16170
my project is OK before I #include < Initguid.h> in "stdafx.h", after I include initguid.h, I got the following compiler error: ...
xfpl
Offline Send Email
Oct 5, 2009
5:22 pm
16171
Hi, If you #include <streams.h> first (following #defineWINVER 0x0420) you should get rid of these errors: atlbase.h and atlwin.h undefine some poorly named...
Alain Rist
arnavpoch
Offline Send Email
Oct 5, 2009
9:17 pm
16172
Hi Jack, The WTLExplorer sample in <WTL>\Samples\WtlExplorer operates a WTL::CListViewCtrl. Lots of interesting articles and samples in...
Alain Rist
arnavpoch
Offline Send Email
Oct 5, 2009
10:27 pm
16173
... [...] You are only supposed to include Initguid.h in a single source file, so you mustn't include it in the project header. There is no proper...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 6, 2009
10:18 am
16174
That's great. Let me look at them.   Thanks, Jack ... From: Alain Rist <ar@...> Subject: Re: [wtl] CListViewCtrl: Visual Studio 2008 Wizard To:...
Jackson Samuelson
jacksonsamue...
Offline Send Email
Oct 7, 2009
6:22 pm
16175
Hi AR, your solution works by include <streams.h> first! Thanks alot!! Best Regards, Jordan...
jdx797
Offline Send Email
Oct 12, 2009
1:17 am
16176
Hi all, I'm new to WTL and implementing custom controls and have been having some difficulty with what SHOULD be a pretty straightforward thing: adding a...
imperialgeniusx
Online Now Send Email
Oct 20, 2009
1:42 pm
16177
Are you creating (4) inside of (2), even though (4) is a child of (3)? wnd.Create(_display->m_hWnd, rc, _T("TEST"), WS_CHILD|WS_VISIBLE,0,ID_TEST_ACTION); ...
domehead100
Offline Send Email
Oct 20, 2009
3:57 pm
16178
Mike, thanks for the response: I am creating (4) inside of (2), but setting (3) to be its parent. I'm looking for just regular run of the mill button behavior:...
Root Null
imperialgeniusx
Online Now Send Email
Oct 21, 2009
5:57 am
16179
... BS_PUSHBUTTON style is missing, does this fix your problem?? Nicola...
ntufarellich
Offline Send Email
Oct 21, 2009
12:17 pm
16180
... Not likely... BS_PUSHBUTTON is zero. If the OP will provide a small project demonstrating the problem, I'd be happy to take a look at it. - Jim...
Jim Barry
jim_barry.geo
Offline Send Email
Oct 21, 2009
12:33 pm
16181
As Jim, said, a small code sample or sample project would be helpful. With the freezes, it sounds like something is definitely not right :o). How do you know...
domehead100
Offline Send Email
Oct 21, 2009
1:20 pm
16182
Thanks for the replies: I'm using Remote Spy (this application is on Windows Mobile, actually) and it confirms that clicking on the button does not generate...
Root Null
imperialgeniusx
Online Now Send Email
Oct 22, 2009
3:46 pm
16183
Hi, Do you know there are example projects included in WTL? though how they relate to mobile apps I don't know. I do remember when having struggled with...
Jonathan Davies
jgdavies52
Offline Send Email
Oct 22, 2009
4:11 pm
16184
Hello I am creating a modal dialog. eg: CLoginDlg dlg; if (dlg.DoModal() == IDOK) ... In the OnInitDialog in CLoginDlg I am doing this: ...
Angus Comber
anguscomber
Offline Send Email
Oct 25, 2009
6:00 pm
16185
I found one easy way to achieve what I want. Simply check the system modal and set foreground checkboxes in the dialog resource. I don't see any problems with...
Angus Comber
anguscomber
Offline Send Email
Oct 25, 2009
9:54 pm
16186
That's rather user-hostile. Your application window is disabled while the dialog is running, so the user can't proceed while your modal dialog is visible. ...
Eric Brown
ericbr42
Offline Send Email
Oct 26, 2009
2:27 am
16187
hello, genius         I want put UI elements in a XML file, which stores every atrribute of each widget. so, when application starts, the XML file is...
false
shuaixh
Offline Send Email
Oct 30, 2009
2:19 pm
16188
... In other words, the question is: how do I quickly implement what took years of development by Mozilla[1] or Microsoft[2]? [1]...
Igor Tandetnik
itandetnik
Offline Send Email
Oct 30, 2009
5:55 pm
16189
thats what I was going to reply... sounds like you want a document storage and rendering engine...or...a Browser clone. _____ From: wtl@yahoogroups.com...
joel
watsonjoel1
Offline Send Email
Oct 30, 2009
6:01 pm
16190
+ collada.org ... -km ... From: Igor Tandetnik To: wtl@yahoogroups.com Sent: Friday, October 30, 2009 8:54 PM Subject: [wtl] Re: XML Events ... In other words,...
Konstantin Mironovich
const_at_ixbt
Offline Send Email
Oct 30, 2009
9:40 pm
16191
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
Oct 31, 2009
7:30 am
Messages 16162 - 16191 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