I've had some problems with the wtl mobile wizard failing to display anything at all. The html files and the javascript reference the ProjWiz.SDProjWiz2.2...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /VS2008Setup.zip ...
wtl@yahoogroups.com
Jan 2, 2008 12:24 pm
15201
Hi, Is there an error in the definition of DLGITEMTEMPLATEEX included in atldlgs.h (line 2966)? The SDK file atlhost.h defines the id field as DWORD & the...
... display ... this, ... to ... currently ... (it's ... VS2005. I ... Matt, I downloaded the file and just copied setup90.js out of the .zip and ran it. The...
... later? ... changes ... The changes to the mobile wizard files were to support a later version of an ActiveX control that gets installed with VS2008 - the ...
... I faintly remember that I had tried to create such rebar before, was inspired by WinZip/WinRar. And I couldn't find a simple style do it. (You can use...
UIAddChildWindowContainer adds a window that is a container for child window to the UI Update list. It is needed so that child windows can be found from their...
Hi there, I have a WTL application with a dialog view that I would like to add to my main form. The view will have a copy of the MS Web Browser control in it....
Problem fixed, My application was starting with a call to CoInitializeEx, I changed it back to call CoInitialize and now all works fine. The browser appears...
Hi, everyone, My application was leaking a bitmap when I create and destroy a window that is derived from CFrameWindowImpl<>. I traced it down to the function ...
Dear All, Anyone who knows how to set the focus box onto a tab of a CtabCtrl correctly? Please help. I am using WTL CtabCtrl, everything is ok except I can not...
... Windows hides the focus indicator until the keyboard is first used (unless SPI_GETKEYBOARDCUES is TRUE). Perhaps this is what you are seeing? However, the...
hello ,all. This question is not about WTL, but i hope some help. thanks. After a fresh install of Platform Builder 5.0 on WinXP, i create a new project, but...
I have a vertical splitter window, and wanna make it left-aligned. My code is: ... m_wndSplitterV.Create(...); m_wndSplitterV.SetSplitterPanes(m_wndTreeView,...
If you are calling these methods before the parent of the splitter has received a WM_SIZE, for instance, if you are calling them in WM_CREATE then the splitter...
I created a dialog based windows application with WTL 8.0. I want it start minimized. I tried ShowWindow(SW_SHOWMINIMIZED) in OnInitDialog (), it did not work....
Thanks gchen, it worked. Another question is, can I hide it from the taskbar? In fact I created a tray icon, I want to control its show/hide from the tray ...
Great it did the trick. I commented out the ShowWindow line in Run(), no window shown, tray icon can still receive click event. Thank you all for your help!...
Some UI changes are predictable - we change the UI in our code. But, some are not - they are result of some other event. For those in the second group, we have...
I've got a weird paint problem in windows vista. When I bring my window upfront using <Alt+Tab> then the regions that were obscured under other windows, may or...