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 13563 - 13592 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13563
Maybe someone has encountered the problem I'm facing: I got a new PC at work with Windows XP. When I lauch my WTL application (or any GUI app) from within the...
Martin Filteau
martin_filteau
Offline Send Email
May 1, 2006
3:02 pm
13564
I have a toolbar control that is the child window of a ReBar band. The ReBar band also has the RBBS_USECHEVRON style. I added code to implement showing a...
Levi
skankwilsonite
Offline Send Email
May 1, 2006
6:47 pm
13565
Hi @ all, can someone give me a tip, how i can create a menu line on a dialog based application ? I have serched on the INet and here in the list but i can not...
mrweblover2002
Offline Send Email
May 1, 2006
11:35 pm
13566
... It's easiest to do it in the resource editor. Create a menu resource. Name it (for instance) IDR_DLGMENU. Then go to your dialog resource, and in the...
Ryan Ginstrom
ryanginstrom
Offline Send Email
May 2, 2006
3:05 am
13567
Hi Ryan, thank you for your reply. Yes, this works, but with a little problem ... In this case, the menu is created in the non client area of the window. I...
Mr. WebLover
mrweblover2002
Offline Send Email
May 2, 2006
12:12 pm
13568
Hi @ all, i have a big proble to create a Thread in a dialog based app. If i call CreateThread/_beginthread or pthread_create the thread would be created, but...
mrweblover2002
Offline Send Email
May 2, 2006
1:22 pm
13569
... It sounds like you want the command-bar style of menus. If that is the case, why not use a mainframe class instead of a dialog? You can still use a dialog ...
Ryan Ginstrom
ryanginstrom
Offline Send Email
May 2, 2006
1:32 pm
13570
... app. ... If the assert is in ATL3.0 ~CWindowImplRoot() then there's also a debug message that explains that you've created a window/subclass and that C++...
Bjarke Viksøe
bviksoe
Offline Send Email
May 2, 2006
8:47 pm
13571
Check the following article http://www.codeproject.com/wtl/WTLOwnerDrawCtxtMenu.asp ... the case, ... a dialog...
igorv007
Offline Send Email
May 2, 2006
11:51 pm
13572
Hi Torsten, To help us debug your assertion: Which compiler are you using, and which version of atl and wtl. That may help us out. Also, does the assertion...
Mike Diack
mikediack
Offline Send Email
May 3, 2006
11:35 am
13573
Hi Mike, thank you for your reply. I have solved my threading problem. It was by my own. I have a dialogbased app, and in this app i have client windows. The...
Mr. WebLover
mrweblover2002
Offline Send Email
May 3, 2006
3:18 pm
13574
... Unfortunately, you aren't supposed to call CoInitialize or CoUninitialize from DllMain. -- Jim Barry, MVP (Windows SDK)...
Jim Barry
jim_barry.geo
Offline Send Email
May 3, 2006
3:45 pm
13575
Hi Jim, thank you for your reply. You are right, the CoInit/Uninit is not needed in the dll only the init of the _Module is needed. Thank you for that tip. ...
Mr. WebLover
mrweblover2002
Offline Send Email
May 3, 2006
4:31 pm
13576
I'm currently using WTL for a project where we are creating an application that may be downloaded by thousands of users. We originally strongly considered .Net...
samispa
Offline Send Email
May 3, 2006
7:43 pm
13577
For those who are interested, I posted an article and source code for emulating the Outlook 2003 navigation buttons. I would like to thank Bjarke Viksoe for...
rinpunbh
Offline Send Email
May 3, 2006
7:45 pm
13578
Hi all, I am new to WTL and I have to integrate a WTL control written by another developer into my MFC dialog. Could anyone tell how could I do this? It works...
decoder_200
Offline Send Email
May 4, 2006
1:22 pm
13579
Hi, Have you find/develop a wtl control like the new office ribbon ? It's a lot of work for one man ! Thanks...
olivier_r_cnam
Offline Send Email
May 4, 2006
7:52 pm
13580
Can someone explain the differences of all these controls? I know the ReBar control can host different windows and such, such as toolbars or whatever. What...
Levi
skankwilsonite
Offline Send Email
May 5, 2006
4:01 pm
13581
Hi, I'm working on the report mode in ListView ctrl. I used the built-in mechanism of the header control to allow column order rearrangement, by returning...
He Shiming
billholtsh
Offline Send Email
May 6, 2006
3:16 am
13582
LPNMHDR points to a NMHEADER struct containing the new position of the column. Pascal ... From: He Shiming To: wtl@yahoogroups.com Sent: Saturday, May 06, 2006...
Pascal Binggeli
pbinggeli
Offline Send Email
May 6, 2006
8:08 am
13583
... the column. ... Yeah, thanks. But how do I use this information? I still need to get the left-to-right array. Here is what I did: //LPNMHEADER lpnmh ...
He Shiming
billholtsh
Offline Send Email
May 8, 2006
1:27 am
13584
... Well, it turned out that the code I previously posted is correct. It's some other things I didn't do right. Anyway, it's working now and thanks. Best...
He Shiming
billholtsh
Offline Send Email
May 8, 2006
4:52 am
13585
Try this article: http://www.codeproject.com/wtl/mix_wtl_mfc.asp regards, Rodrigo Pinho Pereira de Souza ... [Non-text portions of this message have been...
Rodrigo Pinho Pereira...
pinhopro
Offline Send Email
May 10, 2006
12:56 pm
13586
Hi, I am new to this group and tried downloading the WTL book but to o avail. Could some one please send me the book of he/she has it. Thanks, Bikash....
rai_keta
Offline Send Email
May 11, 2006
12:42 pm
13587
i have a listview control in my dialog, and i add an edit control to achieve edit labels functions. everything works fine. but when i try to make another...
succeeded918
Offline Send Email
May 11, 2006
1:33 pm
13588
succeeded918 <iunknown918@...> ... Be aware that subitem indexes are 1-based, not 0-based. -- With best wishes, Igor Tandetnik With sufficient thrust,...
Igor Tandetnik
itandetnik
Offline Send Email
May 11, 2006
2:28 pm
13589
Public version of HTMLayout, lightweight embeddable HTML rendering and layout manager component http://www.terrainformatica.com/htmlayout/ is free now for...
Andrew Fedoniouk
newsterrainf...
Offline Send Email
May 11, 2006
8:25 pm
13590
thanks Igor; i have refered to MSDN, yeah it is one based. here is what i have done. ... NOTIFY_HANDLER(IDC_LIST_1, NM_CLICK, OnList1Click) ... LRESULT ...
succeeded918
Offline Send Email
May 12, 2006
1:18 am
13591
... -- Noël Frankinet Gistek Software SA http://www.gistek.net...
Noel Frankinet
gistek2000
Offline Send Email
May 12, 2006
7:45 am
13592
... Hello Andrew, I don't see htmlayout.dll, its not in your sdk(at least not for win32) , where can I get it. I also see that your licence prohibit commercial...
Nfr
gistek2000
Offline Send Email
May 12, 2006
8:09 am
Messages 13563 - 13592 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