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 15198 - 15228 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15198
I edit the setup80.js changing anything referencing 8.0 to 9.0 ( i think i changed 3 lines at total ) . then it worked ok. "steve.kille"...
Fernando
chuck_berrys...
Offline Send Email
Jan 2, 2008
10:20 am
15199
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...
kingbing
elvishairdo
Offline Send Email
Jan 2, 2008
12:23 pm
15200
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
Send Email
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...
arasakumaran
Offline Send Email
Jan 2, 2008
5:24 pm
15202
-...
duyuor
Offline Send Email
Jan 2, 2008
11:08 pm
15203
... Yes, and it was fixed quite recently in the SourceForge WTL repository. There was also a problem with memory allocation fixed. regards bjarke...
Bjarke Viksøe
bviksoe
Offline Send Email
Jan 3, 2008
4:37 pm
15205
Hi all, I'd like to add an "etched frame" to my toolbar, as in the following application screenshot: ...
avewtl
Offline Send Email
Jan 4, 2008
1:39 pm
15206
... in ... discussion ... http://blogs.msdn.com/andypennell/archive/2006/03/29/564231.aspx ... repository. ... Thanks!...
arasakumaran
Offline Send Email
Jan 4, 2008
4:40 pm
15207
... 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...
steve.kille
Offline Send Email
Jan 4, 2008
7:18 pm
15208
... 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 ...
kingbing
elvishairdo
Offline Send Email
Jan 5, 2008
12:20 am
15209
... 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...
gchen
chengang31
Offline Send Email
Jan 5, 2008
5:08 am
15210
... Thanks for the information. I'll try your method later....
avewtl
Offline Send Email
Jan 5, 2008
8:44 am
15211
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...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jan 5, 2008
11:59 am
15212
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....
n.pateman
Offline Send Email
Jan 10, 2008
2:12 pm
15213
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...
n.pateman
Offline Send Email
Jan 10, 2008
2:15 pm
15214
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 ...
igorv007
Offline Send Email
Jan 12, 2008
6:11 pm
15215
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...
hunt_chang
Offline Send Email
Jan 13, 2008
6:08 am
15216
... 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...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 14, 2008
4:31 pm
15217
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...
carr 
shuaixh
Offline Send Email
Jan 15, 2008
2:07 am
15218
I have a vertical splitter window, and wanna make it left-aligned. My code is: ... m_wndSplitterV.Create(...); m_wndSplitterV.SetSplitterPanes(m_wndTreeView,...
avewtl
Offline Send Email
Jan 19, 2008
2:24 am
15219
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...
Fernando
chuck_berrys...
Offline Send Email
Jan 20, 2008
4:04 pm
15220
thx~...
wtller
Offline Send Email
Jan 22, 2008
5:14 pm
15221
i have always wondered that too "wtller" <wtller@...> escreveu na mensagem news:fn4uos+1u58@.......
Fernando
chuck_berrys...
Offline Send Email
Jan 24, 2008
7:35 am
15222
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....
gong_lei
Offline Send Email
Jan 24, 2008
2:15 pm
15223
... In WinMain, replace the line: int nRet = Run(lpstrCmdLine, nCmdShow); with: int nRet = Run(lpstrCmdLine, SW_SHOWMINIMIZED); Hope this helps....
gchen
chengang31
Offline Send Email
Jan 24, 2008
2:35 pm
15224
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 ...
gong_lei
Offline Send Email
Jan 24, 2008
10:03 pm
15225
... How about just not showing the window? -- Jim Barry, MVP (Windows SDK)...
Jim Barry
jim_barry.geo
Offline Send Email
Jan 25, 2008
11:20 am
15226
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!...
gong_lei
Offline Send Email
Jan 25, 2008
2:20 pm
15227
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...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jan 28, 2008
10:05 am
15228
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...
Nikos Bozinis
umeca74
Offline Send Email
Jan 29, 2008
7:36 am
Messages 15198 - 15228 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