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...
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...
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...
... 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...
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...
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...
... 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 ...
... 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++...
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...
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...
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. ...
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...
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...
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...
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...
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...
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...
... 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 ...
... 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...
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...
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....
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 <iunknown918@...> ... Be aware that subitem indexes are 1-based, not 0-based. -- With best wishes, Igor Tandetnik With sufficient thrust,...
Public version of HTMLayout, lightweight embeddable HTML rendering and layout manager component http://www.terrainformatica.com/htmlayout/ is free now for...
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 ...
... 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...