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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4913 - 4943 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4913
I generated a MDI project from the WTL7 wizard(originally done in VS6) I compiled this in VS.NET and the code executed OK. When I used the /clr switch. It...
soulofsealion <dworth...
soulofsealion
Offline Send Email
Feb 3, 2003
1:58 pm
4914
Hi, Anybody could give me ToolBar for Internet Explorer with XP Themes support? -- WBR, Alexey Rogovoy...
Alexey Rogovoy
ahsoftgroup
Offline Send Email
Feb 3, 2003
1:58 pm
4915
Is there any specific reason to compile the project for CLR?????? Strauss ... From: <dworthem@...> To: <wtl@yahoogroups.com> Sent: Monday, February 03,...
Rodrigo Strauss
rodrigostrauss
Offline Send Email
Feb 3, 2003
4:31 pm
4916
I found the answer elsewhere. The problem is that HIMAGELIST is only forward declared as a struct in the windows header files. The solution is to put an...
soulofsealion <dworth...
soulofsealion
Offline Send Email
Feb 3, 2003
5:54 pm
4918
The solution is simple, read the source codes for CPropertyPageImpl; and you will find notification message handlers to override such as int OnSetActive() { ...
Paul Selormey
pegroups
Offline Send Email
Feb 4, 2003
12:17 pm
4919
Hello I am using an ATL control which generates an alarm dialog. Whenever the time comes round for the alarm dialog I see this error: The instruction at...
Angus Comber
anguscomber
Offline Send Email
Feb 4, 2003
2:05 pm
4920
Do you have the source to the PVDayView9.ocx? Best regards, Paul. ... From: "Angus Comber" <angus@...> To: <wtl@yahoogroups.com> Sent: Tuesday,...
Paul Selormey
pegroups
Offline Send Email
Feb 4, 2003
2:38 pm
4921
Hi All, I use ATL 7 created a full control with attributes, then added WTL header files. However, I got compile error with "atlctrls.h" and "atldlgs.h" because...
Frank Wu <fwu@...>
wwu2057
Offline Send Email
Feb 4, 2003
3:32 pm
4922
Hi, Frank - Try searching the message archives on this topic (CComModule, or "ATL 7"); there have been several discussions on how to use WTL with ATL 7. You...
John Wilkinson
johndiiix
Online Now Send Email
Feb 4, 2003
4:12 pm
4923
Unfortunately not. It is a third party commercial control. Angus ... From: "Paul Selormey" <paul@...> To: <wtl@yahoogroups.com> Sent: Tuesday,...
Angus Comber
anguscomber
Offline Send Email
Feb 4, 2003
5:37 pm
4924
Angus, How are you invoking the third party control ? Off hand sounds like your passing bad memory location. To debug, put a break point in the debugger right...
Brock Davis
brocktriplets
Online Now Send Email
Feb 4, 2003
5:47 pm
4925
The dialog is NOT invoked by my application. Basically the system clock gets to eg 2 pm on Wednesday and then their ATL control generates an alarm dialog. ...
Angus Comber
anguscomber
Offline Send Email
Feb 4, 2003
6:00 pm
4926
See my reply to a kevin request: the message id is 4398. With TB_ADDSTRING try to use this string instead: "|New|Open|Save|Cut|Copy|Paste|Print|About||" Note...
ntufarellich <ntufare...
ntufarellich
Offline Send Email
Feb 4, 2003
6:58 pm
4927
First of all, I assume that IODiary.EXE is your application. Is that correct? Second, does the error message come up literally with "My application name -...
John Wilkinson
johndiiix
Online Now Send Email
Feb 4, 2003
7:05 pm
4928
The FAQ for the Windows XP design guidelines say that MS will consider releasing the source versions of the new 24bit colour / 8 bit alpha XP standard toolbar...
Gareth Simpson
xurble
Online Now Send Email
Feb 5, 2003
2:44 pm
4929
I have a CReBar in my SDI app that contains a dialog with two edit control, a button and a combobox. The problem is that when I click on any part of it, it...
rmarsdena@...
rmarsdena
Offline Send Email
Feb 5, 2003
9:45 pm
4930
Rob, Make sure the "Control" property is checked in the rebar dialog's properties. Best regards, Brandon...
BRANDON C CORFMAN
bcorfman
Offline Send Email
Feb 5, 2003
10:13 pm
4931
Thanks Brandon, By "Control" property in the dialog, do you mean the "Control" option in the "more styles" tab of the dialog properties box. If so, that's set...
rmarsdena@...
rmarsdena
Offline Send Email
Feb 5, 2003
10:50 pm
4932
Rob, I don't believe it's the message map. The advice I gave you was for VS.NET. Setting the "Control" option works for that version. But reading your reply,...
Brandon Corfman <bcor...
bcorfman
Offline Send Email
Feb 6, 2003
2:09 pm
4933
Once again, many thanks, Brandon. That's about par for the course with Microsoft :-( I can't find any reference in the MSDN. I'll dig around the internals when...
rmarsdena@...
rmarsdena
Offline Send Email
Feb 6, 2003
3:42 pm
4934
Hi there , I'm trying to create custom tooltip for CTreeListView ( Bjarke Viksoe) and I realize that subclassed control cannot use ToolInfo which have next...
oleg_reabciuc <olegr@...
oleg_reabciuc
Offline Send Email
Feb 6, 2003
4:10 pm
4935
There is a TrackTooltip demo in the WTL Groups' Files section that deals with tooltips. Maybe this will help. Best regards, Brandon...
Brandon Corfman <bcor...
bcorfman
Offline Send Email
Feb 6, 2003
4:54 pm
4936
hi rob, Isn't this the default/expected behaviour of a dialog? I would guess you would have to handle either the dialog's WM_MOUSEACTIVATE or WM_LBUTTONDOWN...
Roger Headrick
rdheadrick2
Offline Send Email
Feb 6, 2003
10:00 pm
4937
Or WM_SETFOCUS and set the focus to the WPARAM value... (BTDT) Ciao, Dee ... From: Roger Headrick [mailto:rdheadrick2@...] Sent: Thursday, February 06,...
Dee Holtsclaw
ldholtsclaw
Online Now Send Email
Feb 6, 2003
11:51 pm
4938
Hello guys, I would like to place a edit control with a CUpDownCtrl attached in a View. However, I can't make the UpDownCtrl attach to a edit control even I...
Hiu Sing Ngai
hiusing@...
Send Email
Feb 7, 2003
4:13 am
4939
Hello wtl I have this list view. Which gives me a NM_CLICK notification when selection changes using the mouse (i.e. you click on a list item). I need a...
Manish Gupta
mr_double_word
Offline Send Email
Feb 7, 2003
4:30 am
4940
... LVN_KEYDOWN maybe? -rick...
Rick Parrish
hotsolder
Offline Send Email
Feb 7, 2003
5:04 am
4941
... Or maybe ... LVN_ITEMCHANGED ... you might be able replace the NM_CLICK/LVN_KEYDOWN handlers with this one. -rick...
Rick Parrish
hotsolder
Offline Send Email
Feb 7, 2003
5:09 am
4942
I believe that LVN_ITEMCHANGED will do what you are looking for. Nate ... From: Manish Gupta [mailto:mrmangu@...] Sent: Thursday, February 06, 2003...
Nathan Wilhelmi
nw60312
Offline Send Email
Feb 7, 2003
6:32 am
4943
Hi, Did you check the order of controls on your dialog resource ? Updown control must come after your edit control in order to use autobuddy. Regards, Ilker ...
Ilker Aksen
octo_ian
Offline Send Email
Feb 7, 2003
9:30 am
Messages 4913 - 4943 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