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 9300 - 9329 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9300
The following wtl poll is now closed. Here are the final results: POLL QUESTION: What C++ compiler do you when building WTL-based projects? (You may specify ...
wtl@yahoogroups.com
Send Email
Jul 1, 2004
8:05 am
9301
Thanks. That was it. DB...
davidjdbell
Offline Send Email
Jul 1, 2004
8:14 am
9302
... another ... the ... dialog ... grey. As ... shows in ... try ETDT_ENABLETAB. -Roger...
Roger Headrick
lilsroro
Offline Send Email
Jul 1, 2004
8:44 am
9303
... I came across exactly the same thing sometime last year. I reported it as a bug. -- Jim Barry, MVP for Windows SDK...
Jim Barry
jim_barry.geo
Offline Send Email
Jul 1, 2004
8:09 pm
9304
Hi All, Lets say 4 classes defined as follows: template <int T> class A { void Method() { switch(T) ... } }; template <int T> class B { A<T> m_A; }; template...
Roger Headrick
lilsroro
Offline Send Email
Jul 1, 2004
8:22 pm
9305
Nenad - What are the plans for WTL + Whidbey support, in particular are there any SmartDevice Wizards around to get the ball rolling?...
Gordon Smith
schmoo2k
Online Now Send Email
Jul 1, 2004
8:41 pm
9306
... Hi, ... [snip] ... A single copy. You only instantiate template class A once with the value 1 in the sample code, classes B,C,D have no bearing. Richard....
Richard Crossley
rdc892515
Offline Send Email
Jul 1, 2004
10:35 pm
9307
Hi Gordon, Plans for Whidbey are to provide full support, especially for Windows CE. I am currently working on the SmartDevice AppWizard. Cheers, Nenad ... ...
Nenad Stefanovic
nenad_stefan...
Offline Send Email
Jul 2, 2004
1:16 am
9308
I have a ListBox control in dialog, and I have set "want key input" property to true. so, I can receive WM_VKEYTOITEM to remove a item. but how to process...
Baryon Lee
baryonlee
Offline Send Email
Jul 2, 2004
1:56 am
9309
Thanks Richard. ... value 1...
Roger Headrick
lilsroro
Offline Send Email
Jul 2, 2004
1:58 am
9310
... Try returning -2 rather than 0. -Roger...
Roger Headrick
lilsroro
Offline Send Email
Jul 2, 2004
2:11 am
9311
Hi,everyone. how can i set port range(0-65535) with CUpDownCtrl? i try someways(include SetRange32),but it doesnont work....
bizangels
Offline Send Email
Jul 2, 2004
5:13 am
9312
Hi. I'm using WTL7.0. I have a dialog window three edit controls, OK button and CANCEL button. I'd like to implement Alt-k for OK button, Alt-c for Cancel...
balaji m.n.a
adibalaji77
Offline Send Email
Jul 2, 2004
7:35 am
9313
On Fri, 2 Jul 2004 08:35:11 +0100 (BST), balaji m.n.a ... The UI guidelines explicitly sate that the OK and Cancel buttons should not have a mnemonics - the...
Bjoern Graf
bjoern23p
Offline Send Email
Jul 2, 2004
2:53 pm
9314
Hey folks, I have a tree view control that I've subclassed from CTreeViewCtrlEx. This tree is designed to display a large dataset where fetching items is ...
John Burkhardt
jbx1138
Offline Send Email
Jul 2, 2004
7:40 pm
9315
Adding an extra call to Invalidate after SelectItemSetFirstVisible seemed to help my redraw. I think I have the other issue figured out. When I restore the...
John Burkhardt
jbx1138
Offline Send Email
Jul 2, 2004
7:48 pm
9316
I posted this into the ide newsgroup with no response for a couple fo weeks, so I'll try here.... my menu resources keep disappearing - acutally the number is...
Peter Carlson
strcarl813
Offline Send Email
Jul 2, 2004
10:01 pm
9317
I posted this into the ide newsgroup with no response for a couple fo weeks, so I'll try here.... my menu resources keep disappearing - acutally the number is...
Peter Carlson
strcarl813
Offline Send Email
Jul 2, 2004
10:03 pm
9318
I believe that it is a TreeView issue - I have an MFC version where I try and do a virtual tree as well. My tree also has variable height for some of the items...
Raja Seshadri
arasakumaran
Offline Send Email
Jul 2, 2004
10:26 pm
9319
Afaik the only windows that dissapear after the debugging session in ended are the dissasembly windows and the other run-time generated windows (watch etc etc...
tweety
tweety_04_01
Online Now Send Email
Jul 3, 2004
1:37 am
9320
Peter, I'm afraid you aren't the only one who's been having windows close on him when debugging.. It's happened to me as well a couple of times. I haven't...
Miguel Garrido
mig3k1
Offline Send Email
Jul 3, 2004
9:33 am
9321
Possibly not including resource.h somewhere? ... From: Peter Carlson [mailto:peter@...] Sent: Friday, July 02, 2004 6:01 PM To: WTL List Subject:...
Todd Bandrowsky
tbandrowsky
Offline Send Email
Jul 3, 2004
2:40 pm
9322
Resource.h is included. It does stay with the resource ID for "a while" not sure how long or what triggers it to revert to the numeric value. Peter ... From:...
Peter Carlson
strcarl813
Offline Send Email
Jul 3, 2004
3:05 pm
9323
This is a Visual Studio 2002/2003 bug - and it doesn't only affect ATL/WTL - I have MFC projects that suffer from this VERY annoying problem. I am forever...
robert_caldecott
robert_calde...
Offline Send Email
Jul 3, 2004
6:16 pm
9324
WTL is in a public domain now, but is it also the case for ATL (WTL won't work without it) is there any equivalent to the MS ATL ?...
mooncoder2
Offline Send Email
Jul 4, 2004
2:22 am
9325
WTLers: I seek the simplest but most robust way to set the height of all list box items. I am not adding any elaborate art to each list box item: I only ...
Phlip
phlipcpp
Offline Send Email
Jul 4, 2004
2:22 am
9326
... There are a couple of problems here. GetDC generally requires a matching call to ReleaseDC. Therefore you shouldn't use CDC here, as it calls DeleteDC in...
Jim Barry
jim_barry.geo
Offline Send Email
Jul 4, 2004
10:47 pm
9327
... In addition to what Jim wrote, here is typically what you see in WTL source code: //somewhere in the dialog class enum { m_cyTextMargin = 2 //or whatever...
Roger Headrick
lilsroro
Offline Send Email
Jul 4, 2004
11:22 pm
9328
... LOGFONT didn't fly. Thanks to Jim for getting me right with the Memory Fairy. Parenthetically, I don't expect to change the font or use variable-sized list...
Phlip
phlipcpp
Offline Send Email
Jul 5, 2004
2:22 am
9329
HI All I am confused in starting a WTL project(actually to build up an User Interface) Problem is Stated below thanx's in Advance. Design a intuitive interface...
iamforall777
Offline Send Email
Jul 5, 2004
2:03 pm
Messages 9300 - 9329 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