Have a look at RAPI - it allows you to remotely call system functions on the device via ActiveSync. To access the address book, you may use the CEDB API (also...
I am new to this WTL programming. Is there a grid that would allow a user to drag a grid column to a new position? For example, if I had a grid with columns...
Hello, ... You need to learn RAPI (Remote API) which is also used by ActiveSync. So, I'd recommend you to buy "Programming Microsoft Windows CE" Second (or...
Your english is a little hard to parse, but I think you're asking for an open source text editor designed with an eye towards coding. For that, I can recommend...
Hi All, On a wizard generated mdi app, I try to put an MDI frame window on Maximized state by define a win traits class, but the result is "Main window...
Hi, I have dialog based view in sdi application, I want to handle messages from dialog controls (WM_COMMAND, WM_NOTIFY...) in MainFrame's methods. Any hint ? ...
Hi Peter, This worked for me in Visual Studio 2005. You were on the right track! class CMainFrame ... CWinTraitsOR<WS_MAXIMIZE, 0, CFrameWinTraits> > , public...
Hi Flamur, Put FORWARD_NOTIFICATIONS() in the message map of your view. Hope this helps, Philip ... [Non-text portions of this message have been removed]...
Hi Philip, Have tried your method, no luck. The Main window can be created this time, but it is not in maximized state. I am using VS 2003, wtl 7.5.5160. -- ...
Hi Peter, I just tried in Visual Studio 2003 and it worked for me; here's the test solution that I used. http://philip.taron.net/downloads/MaximizedMDI.zip ...
Hi Philip, Tried your test sln, still no luck. My OS is windows 2000 server with sp4. Thanks! -- Peter ... the test ... window on ... WS_CLIPCHILDREN | ... ...
Hi Peter, Ah, that's it. I just tried running it on Windows 2000 (Professional in my case) and it didn't maximize either. A Windows bug? I don't know. ...
Hi Philip, This really helps! I am using Daniel's Tabbed framework, putting the ShowWindow(SW_SHOWMAXIMIZED) in the OnCreate Handler achieved the effect. If...
Hi Johan, No, there is currently no DDX macro -- or DDX function call -- to retrieve the currently selected index from a combo box. You could use the...
Hello WTL Development team, There are many developers now using WTL to build windows GUIs. It is a productive and enjoyable library to use, as far as it goes....
Hi Peter, Thank you for your nice comments about WTL. The open source project already provided a lot of new code, integrating previously separate enhancements...
Hi, I have a CEdit control acting as an Address Bar for a browser I am playing with. The command menu, toolbar and address bar are first created and then added...
Hi all, I have found it very useful to associate a set of radio buttons with an enumeration. To make this easier, I have this templated overload of the ...
... am ... or ... use ... would ... the ">>" ... in ... work. ... m_AddresBar.SetCommandBarExtendedStyle(CBR_EX_ALTFOCUSMODE, CBR_EX_ALTFOCUSMODE); ... ...
Hi, That worked nicely. Is it a bug that the command bar behaves differently when the menu is collapsed into the ">>" drop-down? Thanks. Kam ... [Non-text...