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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 12430 - 12459 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12430
Hi! I built a COM dll module for an application of mine, using ATL70.DLL On certain versions of Windows XP only ATL71 dll is installed, therefore my dll would...
Istvan Nagy
nistvan_ro
Offline Send Email
Sep 1, 2005
8:57 am
12431
Hi, you have to deploy this dll with your application. Look in MSDN should be topic about it. Best Regards, Serhiy Serbin ... From: wtl@yahoogroups.com...
Serhiy Serbin
srs@...
Send Email
Sep 1, 2005
8:59 am
12432
... If you are using Visual Studio 7 or higher (i.e. Visual Studio 2002 or higher), then you can use the CString class that is shared by ATL and MFC. After...
Roger Headrick
lilsroro
Offline Send Email
Sep 1, 2005
10:22 am
12433
Hi, supreme gurus. I find Boost.Range interesting. I find also that Boost.StringAlgorithm works with ATL/WTL CString through Range interfaces. (Boost.Range...
MB
mb2sync
Offline Send Email
Sep 1, 2005
11:52 am
12434
... of ... LPARAM ... You need to assign the control's window handle to the instance of CAnimateCtrl. Below assumes the id of the control is IDC_ANIMATE1: ...
Roger Headrick
lilsroro
Offline Send Email
Sep 1, 2005
12:00 pm
12435
Please call c_oProcessingAnim.Create(...) function before you call SendMessage function. ... ·¢¼þÈË: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com]...
HZ-Wu YiGang[ÎâÞȸÕ]
yigang_wu
Offline Send Email
Sep 1, 2005
2:32 pm
12436
I must be missing something here :) CComPtr<IWMEncStatistics> Enc_Stats; _Enc_Encoder->get_Statistics(&Enc_Stats); /// yeah this works This next line...
Peter Carlson
carlson_home
Offline Send Email
Sep 1, 2005
9:20 pm
12437
... Why are you surprised? The line that fails calls QueryInterface on IWMEncStatistics object. Well, it does not support IWMEncOutputStats. The code that...
Igor Tandetnik
itandetnik
Offline Send Email
Sep 1, 2005
9:39 pm
12438
Probably the strangest thing is happening to my skinned combo box: I simply redrawing the border around a combo-box, and also redrawing the drop-down button....
Istvan Nagy
nistvan_ro
Offline Send Email
Sep 2, 2005
1:42 pm
12439
What do your think about subject?...
Sergey Solozhentsev
solozhentsev
Offline Send Email
Sep 2, 2005
2:18 pm
12440
I ahve a problem regarding GetUpdateUIMap . error C2501: 'GetUpdateUIMap' : missing storage-class or type specifiers warning C4183: 'GetUpdateUIMap': member...
divya rao
divyarao22782
Offline Send Email
Sep 2, 2005
2:19 pm
12441
... You mean the tool you published on CodeProject? Boy, it ROCKS! Regards, João Paulo Figueira...
João Paulo Malheir...
joaofig_y
Offline Send Email
Sep 2, 2005
2:21 pm
12442
I think you get this behaviour because edit box inside of combobox is another control. And probably you set style WS_CLIPCHILDREN. So after your draw edit can ...
Sergey Solozhentsev
solozhentsev
Offline Send Email
Sep 2, 2005
3:44 pm
12443
More information? Sample code? My intuition suggests that you are not including a header file you should be. Philip ... [Non-text portions of this message have...
Philip Taron
skalagrim
Offline Send Email
Sep 2, 2005
6:39 pm
12444
... specifiers ... like a ctor, but name does not match enclosing class ... Your class must derive from CUpdateUI or CDynamicUpdateUI before you can have a UI...
Roger Headrick
lilsroro
Offline Send Email
Sep 2, 2005
9:14 pm
12445
I want to hide my window if a feature is missing and the user responds with "no" I tried the following: MESSAGE_HANDLER(WM_SHOWWINDOW, OnShow) LRESULT...
Peter Carlson
carlson_home
Offline Send Email
Sep 2, 2005
9:15 pm
12446
... responds ... LPARAM ... ()) ... The message is returning AFTER your call to ShowWindow(SW_HIDE), so the dialog is being shown after it is hidden. I'd try...
Roger Headrick
lilsroro
Offline Send Email
Sep 2, 2005
10:26 pm
12447
Thank you it was solved the next minute i posted the message . It was corrected when i included #include <atlmisc.h > that was it. I have another problem. I am...
divya rao
divyarao22782
Offline Send Email
Sep 3, 2005
7:07 am
12448
... items. ... though it is showing no errors, it is not responding( all the IDs are correct though) ... You must write your own command handler for...
Roger Headrick
lilsroro
Offline Send Email
Sep 3, 2005
11:00 am
12449
well I still have problem with the menus.I am able to call them proprly but when i click on the Item it is not getting activated teh ID is correct. i cant...
divya rao
divyarao22782
Offline Send Email
Sep 3, 2005
1:12 pm
12450
... Any given XML document specifies the language it's written in, or rather the encoding of the document. For example: <?xml version="1.0"...
jimmycarlock
Offline Send Email
Sep 4, 2005
8:39 pm
12451
that new class only generated for whole dialog. you need to declare one member variable .. after that u shuld give one command handlers( like dbl cilck or...
tirupati reddy
tiruvcpp
Offline Send Email
Sep 4, 2005
8:39 pm
12452
Do you set flag TPM_RETURNCMD in TrackPopupMenu[Ex] ? ... ______________________________________________________ Click here to donate to the Hurricane Katrina...
Sergey Solozhentsev
solozhentsev
Offline Send Email
Sep 5, 2005
9:13 am
12453
In my ATL code I am try to calculate Elapsed Time of file search of my dialog box . I want to use ColeDateTimeSpan , CTimeSpan and COleDateTimeSpan . For use...
akshayhh
Offline Send Email
Sep 5, 2005
11:32 am
12454
... These classes were only added to ATL after VS 6, so (unsurprisingly) the header files aren't present in your VS6 installation. The easiest way to calculate...
Stuart Dootson
studoot
Offline Send Email
Sep 5, 2005
12:10 pm
12455
Chris Sells has written a nice date class called CComDATE and a companion called CComSpan. These are available at http://www.sellsbrothers.com/tools along with...
Richard Cockrum
rcawhill
Offline Send Email
Sep 5, 2005
2:40 pm
12456
the wtl grid in the file section is cool, hope it could support multiline edit and color edit....
succeeded918
Offline Send Email
Sep 6, 2005
12:52 am
12457
Hi there , I'm wondering if somebody know what algorithm is using for color blending in VS2005( for instance how is obtained the color of focus rectangle (...
oleg_reabciuc
Offline Send Email
Sep 6, 2005
10:23 am
12458
... If you don't want to depend on a particular version of ATL.dll you can statically link to ATL. This can be done by setting "Use of ATL" to "Static Link to...
Jim Barry
jim_barry.geo
Offline Send Email
Sep 6, 2005
3:43 pm
12459
... I've uploaded a new file, autosizecell.zip, which contains a new cell type supporting a multiline edit control. To use it: ...
ntufarellich
Offline Send Email
Sep 7, 2005
8:13 am
Messages 12430 - 12459 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