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 your group to be featured on the Yahoo! Groups website? 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 14220 - 14249 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14220
I believe that it uses the pixel in the upper left corner of the toolbar as the transparent color. ... [Non-text portions of this message have been removed]...
Levi Wilson
skankwilsonite
Offline Send Email
Feb 1, 2007
1:14 pm
14221
Hello, wtl! I want to append item to main menu in runtime. class MainFrame_c { CMDICommandBarCtrl m_CmdBar; I'm using the code bellow: MainFrame_c::OnCreate (...
Alex Baskakov
alex_baskakov
Offline Send Email
Feb 1, 2007
3:29 pm
14222
The PreTranslateMsg method enables the message form to pre-translate any messages received by the message pump in Messaging. BYe ... [Non-text portions of this...
Martin Martinsson
mmartinsson123
Offline Send Email
Feb 1, 2007
3:50 pm
14223
Maybe you need to subclass the toolbar and set fill the color in WM_ERASEBKGND or set something like a hook on that toolbar. In WTL you have more control over...
Martin Martinsson
mmartinsson123
Offline Send Email
Feb 1, 2007
3:50 pm
14224
i couldn't put a CRichEdit control in a SPLITTER pane . the CRichEdit control can't be created properly .i check every ,and couldn't find where the problem...
shuaixh
Offline Send Email
Feb 1, 2007
3:51 pm
14225
We're going to need a bit more information. Have you tried calling LoadLibrary on riched20.dll before you try to create the control? ... [Non-text portions of...
Levi Wilson
skankwilsonite
Offline Send Email
Feb 1, 2007
5:14 pm
14226
In the latest submit (revision 1.6) has a typo error at line 1258: void OnEnterMenuLoop(BOOL fIsTrackPopupMenu) it should be: //void OnEnterMenuLoop(BOOL...
gchen
chengang31
Offline Send Email
Feb 1, 2007
5:36 pm
14227
... You need to add the item to a submenu rather than the top-level menu. For example, this adds the item to the "File" menu: menu.GetSubMenu(0).AppendMenu(...
Jim Barry
jim_barry.geo
Offline Send Email
Feb 1, 2007
5:47 pm
14228
in stdafx.h, add the following line: #define _RICHEDIT_VER 0x200 // for RichEdit version 2 or above in _tWinMain, add the following line: ...
Michael Stephenson
domehead100
Offline Send Email
Feb 1, 2007
8:37 pm
14229
Hi cg, Thanks for catching this - it is fixed now. Cheers, Nenad ________________________________ From: wtl@yahoogroups.com [mailto:wtl@yahoogroups.com] On...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Feb 1, 2007
9:11 pm
14230
... any ... So can I remove this code generated by appwizard if I don't need it in class CChildView ? BOOL PreTranslateMessage(MSG* pMsg) { pMsg; return FALSE;...
enjoy_yjh
Offline Send Email
Feb 2, 2007
2:59 am
14231
It depends on whether your child form mut pretranslate messages. Whene not you can safely remove this. Bye Martin ... [Non-text portions of this message have...
Martin Martinsson
mmartinsson123
Offline Send Email
Feb 2, 2007
3:18 am
14232
I've always wondered too what this is for exactly. Can you explain a bit more on what you mean by 'pretranslate messages'? Is it to allow a form to catch...
Roel Vanhout
rvanhout@...
Send Email
Feb 2, 2007
8:33 am
14233
... For example, if you are hosting an ActiveX control (like IE), you can pass it messages here so it can do its own keyboard/mouse handling. Keeping the...
Ryan Ginstrom
ryanginstrom
Offline Send Email
Feb 2, 2007
12:15 pm
14234
I'm definitely no expert, but I'll take a stab at this... Your app has a message pump which processes messages (this comes from the CMessageLoop class). A...
Michael Stephenson
domehead100
Offline Send Email
Feb 2, 2007
2:52 pm
14235
I am relatively new to WTL and UI programming, but am picking it up quickly. Specifically, I need to write a (multi-line) tooltip with allows a user to mouse...
dgringhost
Offline Send Email
Feb 2, 2007
7:17 pm
14236
I see a function in CEdit called GetComboBoxInfo which returns a struct that includes an HWND for the interanl edit control. This function is #ifdef'd out for...
margerum
Offline Send Email
Feb 2, 2007
8:54 pm
14237
Hehe i'm currently writing a Tooltip control on my own, but it's not that easy as it sounds, becuase i wanted to be interface-comtable with the windows...
mmartinsson123
Offline Send Email
Feb 3, 2007
12:51 am
14238
Hehe i'm currently writing a Tooltip control on my own, but it's not that easy as it sounds, becuase i wanted to be interface-comtable with the windows...
mmartinsson123
Offline Send Email
Feb 3, 2007
12:51 am
14239
Hehe i'm currently writing a Tooltip control on my own, but it's not that easy as it sounds, becuase i wanted to be interface-comtable with the windows...
maddinthegreat@...
mmartinsson123
Offline Send Email
Feb 3, 2007
1:02 am
14240
Tooltip are massively owner drawn, so i don't think they support this style, This ist just for every day windows. Maybe you can hook the tooltip window and...
mmartinsson123
Offline Send Email
Feb 3, 2007
1:19 am
14241
Hi, Please file a bug at http://sourceforge.net/tracker/?group_id=109071 <http://sourceforge.net/tracker/?group_id=109071&atid=652372> &atid=652372 The...
Alain Rist
arnavpoch
Offline Send Email
Feb 3, 2007
8:26 am
14242
... (http://www.codeproject.com/wtl/wtlgrid2.asp). ... (http://www.viksoe.dk/code/intellimouse.htm). ... Hi, I experimented with the following 2 changes to...
Bjarke
bviksoe2
Offline Send Email
Feb 3, 2007
3:23 pm
14243
I have a class CMainFrame and its child view CChildView. CMainFrame will handle UI update. However, is it possible to handle some of UI update inside...
enjoy_yjh
Offline Send Email
Feb 4, 2007
8:17 am
14244
... This solves the problem: http://www.codeproject.com/wtl/wtl_mdiext1.asp Martin Martinsson Berlin...
mmartinsson123
Offline Send Email
Feb 4, 2007
8:54 am
14245
I need to Post a Message from a child to the MainFrm to clean the list of a combobox right after I have closed the child, I use PostMessage inside the...
Maryam
m_kasravi2002
Offline Send Email
Feb 4, 2007
12:31 pm
14246
Hi Maryam, In our project we have done the following: In stdafx.h": class CMainFrame; extern CMainFrame* pWndMain; inline CMainFrame * AfxGetApp() {return...
Ingar Steinsland
ingarrune
Offline Send Email
Feb 4, 2007
1:12 pm
14247
Hi Folks, I could definitely use a suggestion on this one. The app I'm currently working on might very well have a lot of little old ladies trying to use it...
domehead100@...
domehead100
Offline Send Email
Feb 4, 2007
4:09 pm
14248
... Why not simply add a HWND data memeber, like m_hWndOfMainFrm, in your child frame (I assume you mean child frame), after creating child frame, you assign...
gchen
chengang31
Offline Send Email
Feb 4, 2007
5:24 pm
14249
... the list ... PostMessage ... work ... your ... HWND ... I have tried , but it doesn't work. when I define the HWND in this way,however,no error is...
Maryam
m_kasravi2002
Offline Send Email
Feb 5, 2007
5:15 am
Messages 14220 - 14249 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