Skip to search.
wtl · WTL support list

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 508 - 537 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
508 Yuri Kirilenko
kiri@... Send Email
Dec 1, 2000
10:53 am
Hi Simon-Pierre, For what hack the original WTL-code, if for getting an index of focused item in the multiple-selection list box it is possible to create the...
509 jens@... Send Email Dec 2, 2000
7:31 pm
Environment Win95,IE5.5,VC6SP4 Hy all, i have misterous problems on dialogs hosting an ATL ActiveX control on Windows 95/98 (IE 5.5 intstalled) embedded in...
510 John Kienitz
johnk@... Send Email
Dec 4, 2000
6:05 pm
I've seen this problem also, even on NT. I have also had crashes when there have been initializers in the resource. I have stopped using them, and perform...
511 Brandon Corfman
bcorfman@... Send Email
Dec 4, 2000
7:06 pm
I agree with John, but for an additional reason. If your real goal is to host the MS Chart Control, you will _have_ to initialize the control programmatically....
512 Ken Ostrin
keno@... Send Email
Dec 4, 2000
10:29 pm
Hello, I am looking for a quick and easy way to display an animated cursor in my application. After poking through some help files, I found the ...
513 Brandon Corfman
bcorfman@... Send Email
Dec 5, 2000
3:48 am
Ken, You can bind any binary file type into the VC++ resource editor. When you use Import, simply create a new resource type like "ANICURSORS". You'll see the...
514 wtl@egroups.com Send Email Dec 5, 2000
7:08 pm
Enter your vote today! Check out the new poll for the wtl group: What one item would you most like to be added to WTL? o Docking windows o MFC-like Doc/View...
515 Alexander Klinsky
alex.klinsky@... Send Email
Dec 5, 2000
7:24 pm
Dear All ! We are trying to use the Stingray Object Edit MFC Control (SECEditCtrl)as a child window and a CWindowImpl derived class as its parent. All is...
516 Morten Abrahamsen
morten.abrahamsen@... Send Email
Dec 6, 2000
8:57 pm
If anyone is interested I'm creating a small site with some WTL extensions from my EnWTL (Enhanced Windows Template Library) library. A basic file input/output...
517 Stephane Bourbeau
stephane_bourbeau@... Send Email
Dec 6, 2000
9:07 pm
Which utility must I use to uncompress your rar file ? ... library. ... a...
518 Morten Abrahamsen
morten.abrahamsen@... Send Email
Dec 6, 2000
9:15 pm
You could try WinRAR from www.rarsoft.com! I will put up a ZIP version as well (just need to dig up some old ZIP- software...) Morty...
519 Simon-Pierre Cadieux
simon-pierre.cadieux@... Send Email
Dec 7, 2000
11:42 am
For those of you who use the UPDATE_UI_MAP and happen to disable a control which has the focus will notice that the tabbing mechanism may not work afterwards...
520 Lipp Christian
Christian.Lipp@... Send Email
Dec 7, 2000
2:19 pm
Hi all! I would like to know how to make a class wizard in VC++. I know how to make an application wizard, but since a class wizard has to alter existing...
521 Matasovsky, John
john.matasovsky@... Send Email
Dec 7, 2000
2:34 pm
Check out the following article on how to hook in on the VC++ dev environment internals: http://www.codeproject.com/macro/openvc.asp Be warned: VC++ is a...
522 Matthew Adams
mwa@... Send Email
Dec 7, 2000
2:50 pm
You might also like to look at DevelopMentor's Gen<x> stuff, which is superb for most of the code-munging, wizard-generating stuff (and also allows you to...
523 Shaun Wilde
shaun_wilde@... Send Email
Dec 7, 2000
3:06 pm
you'll find Gen<x> at http://www.develop.com/genx/ I couldn't find a link from the develop site to this page ... ...
524 matthew_mccray@... Send Email Dec 7, 2000
4:02 pm
Here's what I want to do. I would like to host the Shockwave Flash ActiveX control in a dialog. Now, that's not hard, I know. But I want to receive the...
525 Shaun Wilde
shaun_wilde@... Send Email
Dec 7, 2000
5:30 pm
Hi - Do you mean the object wizard? I've made a couple of these myself have a look at http://www.codetools.com/atl/atl_pp_wizard.asp ...
526 jimj@... Send Email Dec 10, 2000
2:51 am
Just when I thought I understood WTL... The following code gives me a compile error that I cannot figure out: class CHiddenWindow ... { public: ...
527 Brandon Corfman
bcorfman@... Send Email
Dec 10, 2000
4:31 am
Check this out http://discuss.microsoft.com/SCRIPTS/WA-MSD.EXE? A2=ind0002D&L=ATL&D=0&P=9821 Regards, Brandon ... it...
528 Nenad Stefanovic
nenads@... Send Email
Dec 10, 2000
11:54 am
Hi Jim, The problem is that CWindowImpl<> does not have a message map. So, compiler can see only declaration that comes from the CMessageMap interface, and...
529 Jim Johnson
jimj@... Send Email
Dec 11, 2000
1:30 am
Thanks for the replies, Nenad and Brandon. I found that myself after a bit more digging. That error message sure lead me in the wrong direction - Jim...
530 Simon-Pierre Cadieux
simon-pierre.cadieux@... Send Email
Dec 12, 2000
12:08 pm
This represents an update to my previous post. If the control being disabled is the default push button its style is changed to BS_PUSHBUTTON. If the control...
531 wtl@egroups.com Send Email Dec 12, 2000
4:54 pm
The following wtl poll is now closed. Here are the final results: POLL QUESTION: What one item would you most like to be added to WTL? CHOICES AND RESULTS -...
532 dshiel@... Send Email Dec 12, 2000
5:24 pm
Hi there Ken, I am currently writing a WTL app which has a dialog (something similar to the performance pane in WinNT Task Manager) which will graphically show...
533 Christopher Russell
cdr@... Send Email
Dec 12, 2000
5:36 pm
Hi Dave, maybe this is a stupid question but why not just post messages to the dialog from the thread(s) in question? Or is the issue that you need to...
534 Ken Ostrin
keno@... Send Email
Dec 13, 2000
12:14 am
Dave, "Inside ATL" by Microsoft Press has a chapter on ATL and connection points, but it's not the greatest. "Inside COM" has some info as well. I'm not sure...
535 Brandon Corfman
bcorfman@... Send Email
Dec 13, 2000
5:31 am
Dave, I think the big mental fog I had about connection points was that I thought it was the only way for COM objects to communicate with each other. I didn't...
536 Simon-Pierre Cadieux
simon-pierre.cadieux@... Send Email
Dec 13, 2000
10:41 am
Is there a reason why GetTextExtentExPoint() has not been implemented in CDCT<>? Simon-Pierre Cadieux...
537 Peter Johnston
peter@... Send Email
Dec 13, 2000
12:39 pm
... Also Professional ATL COM Programming by Grimes (Wrox) has a chapter, but some don't like his writing style. And the Inside OLE online book in the msdn ...
Messages 508 - 537 of 16586   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help