Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wtl · WTL support list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 16022 - 16051 of 16626   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
16022 Richard B.
dj_deipotent Send Email
May 1, 2009
11:50 pm
In CMessageLoop::IsIdleMessage(), why do WM_MOUSEMOVE, WM_NCMOUSEMOVE, WM_PAINT, and WM_SYSTIMER not cause idle processing ? -- Best regards, Richard B....
16023 numinel Send Email May 4, 2009
12:43 pm
All of a sudden the App Wizard for CE stopped working on my developer machine (running Windows Vista will all updates from Windows Update site + Visual Studio...
16024 Richard B.
dj_deipotent Send Email
May 4, 2009
9:21 pm
I've been looking at Mike Dunn's CodeProject WTL Splitter Windows article (Part VII), and have been trying to replicate the look of the last window on the...
16025 domehead100 Send Email May 4, 2009
10:02 pm
... Hi Richard, The problem is that the RichEdit Control itself is not theme aware as far as I understand it. You might find this interesting: ...
16026 Richard B.
dj_deipotent Send Email
May 4, 2009
10:29 pm
Hi Mike, ... Thanks for the info. I wasn't aware RichEdit is not theme aware. However, that is not the problem, as even if I create two views which are just...
16027 domehead100 Send Email May 4, 2009
11:18 pm
... Um, doesn't look like your CTesterView has theme support either, just being based on a generic CWindow. What if you derive it from some built-in control? ...
16028 Richard B.
dj_deipotent Send Email
May 4, 2009
11:40 pm
... Thanks Mike. After using two listviews I got the desired effect. For some reason, I was thinking every window would be themed automatically. Now I know...
16029 Nikos Bozinis
umeca74 Send Email
May 5, 2009
9:10 am
... because there are too many of them and then your program would waste too much CPU just to check idle updates...
16030 Jim Barry
jim_barry.geo Send Email
May 5, 2009
10:05 am
... The breakage is caused by Internet Explorer 8. See here for an explanation and workaround: ...
16031 numinel Send Email May 5, 2009
11:11 am
... Thanks for your reply. The workaround fixed my developer machine (Vista + IE8) however, my test machine is running IE7 not IE8 and the workaround do not...
16032 Jim Barry
jim_barry.geo Send Email
May 5, 2009
11:56 am
... I'm not too sure what could be causing the problem with IE7 - maybe it would help to install SP1 for VS2005? -- Jim Barry, Microsoft MVP...
16033 numinel Send Email May 5, 2009
2:45 pm
... Doh...I forgot that I had not yet installed SP1 on the test machine. After installing SP1 the Wizard worked. Thanks for the help with the IE8 fix though :)...
16034 arasakumaran Send Email May 6, 2009
4:08 pm
I have an application FrameWindow with a view, where I need a vertical toolbar. Can anyone point me in the right direction. I see a question posted last year...
16035 so_akatsuki Send Email May 7, 2009
4:57 pm
sorry, i am not good at English. I installed Windows Vista + Visual Studio 2008 Pro SP1 + Windows Mobile 6 Pro SDK + IE8. (The workaround fixed IE8. ...
16036 robert679078 Send Email May 8, 2009
8:51 am
I see v8.1 is available. What's new?...
16037 cristianadam Send Email May 8, 2009
1:45 pm
... You can click on the "clipboard&quot; icon in SF downloads page http://sourceforge.net/project/shownotes.php?release_id=680959&group_id=109071 There you can...
16038 zodiaq@...
zodiaq... Send Email
May 8, 2009
7:33 pm
http://sourceforge.net/project/shownotes.php?group_id=109071&release_id=680959...
16039 domehead100 Send Email May 15, 2009
11:17 am
I'm trying to write a MessageBox class that uses CIndirectDialogImpl: class CMyMessageBox : public CIndirectDialogImpl<CMyMessageBox, CMemDlgTemplate,...
16040 numinel Send Email May 27, 2009
9:02 am
... After installing Service Pack 2 for Windows Vista the problem with the Wizard came back. Anyone have an idea what could cause it now?...
16041 carr 帅
shuaixh Send Email
May 30, 2009
10:19 am
hello : i use IOCP in serial communication, RS232.      BOOL bOK = ::GetQueuedCompletionStatus(m_hCompletion,     &dwTrans, (LPDWORD)&dwKey,...
16042 hawkgao Send Email May 31, 2009
9:59 am
Hi, guys, I known some about changing skin of application. But, it seems for MFC. I used Spy++ to probe MSN. I found there only one window on MSN GUI....
16043 Philip Chan
comphilip Send Email
Jun 1, 2009
1:06 am
As I know, window is not necessary for a control as there is a technology called Windowless Control. If MSN GUI is working in this way. Then the main window is...
16044 hawkgao Send Email Jun 1, 2009
2:03 am
Can windowless Richedit controler receive WM_CHAR message? or a more general question, can windowless control receive all messages as their window enable time?...
16045 Philip Chan
comphilip Send Email
Jun 1, 2009
5:00 am
It can in theory, but since the control has no windows, the message it receives through IOleInPlaceObjectWindowless::OnWindowMessage. The container has a...
16046 domehead100 Send Email Jun 2, 2009
5:25 am
Hi Folks, So, I've writtten this window finder thingie, like the window finder in Spy++ but hopefully a lot better. It's based on CStatic and displays a bitmap...
16047 Igor Tandetnik
itandetnik Send Email
Jun 2, 2009
1:02 pm
... No. The message map _is_ ProcessWindowMessage - check out what BEGIN_MSG_MAP macro actually expands to. ProcessWindowMessage is a virtual function, so a...
16048 Richard B.
dj_deipotent Send Email
Jun 2, 2009
6:22 pm
I've also just run into the same problem with using WTL CString, and solved the problem by following Jim's advice. Given the problems that can occur with using...
16049 Jim Barry
jim_barry.geo Send Email
Jun 3, 2009
10:05 am
... ATL didn't originally have CString (it was MFC only) so WTL defined its own. When the MFC/ATL shared classes were introduced (in VC2002 I think) then WTL's...
16050 Richard B.
dj_deipotent Send Email
Jun 3, 2009
10:15 am
Ah, I didn't realise that didn't originally have them. Thanks for the info! -- Best regards, Richard B....
16051 Mojtaba Fathi
modjtabaf Send Email
Jun 3, 2009
5:03 pm
Hi all I've mentioned all I want in the subject line. Moji [Non-text portions of this message have been removed]...
Messages 16022 - 16051 of 16626   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help