Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wtl · WTL support list

The Yahoo! Groups Product Blog

Check it out!

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

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

If you create an MDI app and maximize one of the client windows, all of its control buttons dissapear (min, max, restore). The only way to "restore" from this...
1 Sep 7, 2000
4:41 pm

Scott Leonard
sbl@...
Send Email

Today I was browsing the resources of the dll's on my computer (I was looking for some icons) and in the atlobj.dll I found a picture of the ATL team. Nice to...
1 Sep 7, 2000
1:12 pm

Lipp Christian
Christian.Lipp@...
Send Email

OK then, here is some code that creates a progress bar in status bar in a MDI child window. I don't know if that will answer all the questions, but I hope it...
2 Sep 6, 2000
3:16 pm

iclassfactory2@...
Send Email

Hi Sylvain, CEdit is just a wrapper class for the edit control. It doesn't have a WinProc, so it doesn't receive messages. If you want to receive messages in ...
8 Sep 6, 2000
12:14 pm

sylvainm@...
Send Email

Actually, I think that this is a good idea. I was going to suggest something like this if MS decided to stop supporting WTL. I am not sure our MS will go for...
7 Sep 3, 2000
6:19 pm

Chris Russell
cdr@...
Send Email

Hello Nenad and WTL developers, We really need to know the direction of the WTL project. It is clear by now that it will not be part of MS main development...
1 Sep 2, 2000
7:56 pm

Paul Selormey
paul@...
Send Email

Hi Paul, Thanks you. I'm sure that WTL will be both ATL3 and ATL7 compatible as long as needed. The magic of #ifdefs can go a long way ;-) Cheers, Nenad ... ...
2 Sep 2, 2000
7:22 pm

Paul Selormey
paul@...
Send Email

Hi, How i can trap the VK_RETURN from a CEdit derived class. I do this easily with MFC, but i can't do it with WTL. My edit box is placed in a rebar band. ...
1 Sep 2, 2000
6:56 pm

sylvainm@...
Send Email

Hi Christian, WTL will not be integrated with ATL 7. ATL 7 will not have any new classes for the app and UI development. New versions of WTL will be compatible...
2 Sep 1, 2000
9:19 pm

Paul Selormey
paul@...
Send Email

On http://www.devx.com/upload/free/features/vcdj/2000/09sep00/rg0009/rg0009.asp someone can read an article from Dr. Richard Grimes about ATL Server and also ...
3 Sep 1, 2000
9:11 pm

Paul Selormey
paul@...
Send Email

www.clipcode.com has vanished, and I dont have a copy of their excellent WTL docs. If anyone could email those to me, I would greatly appreciate it. ...
2 Sep 1, 2000
4:40 pm

Sean Garratt
sgarratt@...
Send Email

Hi Christian, That is not easy to do. Which messages do you want to process? Maybe you can use WM_FORWARDMSG to pass them to the parent, but I can't see why...
1 Sep 1, 2000
10:17 am

Nenad Stefanovic
nenads@...
Send Email

Dear Nenad, Has anybody come across with this. Why i need to change some of the directory settings before compiling stuffs fro XML in Visual studio. Like when...
2 Aug 31, 2000
9:06 pm

John Kienitz
johnk@...
Send Email

This may be entirely useless, but in Visual Basic I could create a progress bar (as part of the form) and move it over top of the status bar so that it had the...
1 Aug 31, 2000
1:25 pm

Ted Szoczei
tszoczei@...
Send Email

Dear All, Any idea! how to create controls in the WTL Status bar in the Child View Frame window. I need to create a checkBox and a Explorer type of TreeView...
2 Aug 31, 2000
11:29 am

Lipp Christian
Christian.Lipp@...
Send Email

I have a mainform which contains a dialog based view and want to process certain messages of the view in the parent. The view is derived from CDialogImpl<>. 1....
1 Aug 30, 2000
8:03 pm

Christian.Lipp@...
Send Email

Hi K M, The only reason for order to matter would be if you have same include files, but different versions, in more than one include directory. Order would...
3 Aug 30, 2000
12:27 pm

iclassfactory2@...
Send Email

Hi K M, Are you talking about the splitter pane? The left splitter pane in Explorer that has a X button and a tree view? If so, you should use a ...
2 Aug 30, 2000
12:11 pm

iclassfactory2@...
Send Email

Hi Andy, No, there is no equivalent of AfxGetMainWnd(). WTL doesn't assume that you must have only one top-level window, so there isn't a method like that. If...
1 Aug 25, 2000
9:25 am

Nenad Stefanovic
nenads@...
Send Email

WTL group I'm really not sure of the real cause of this error, plenty of theories, but I was hoping someone's experience or knowledge could shed some light,...
1 Aug 24, 2000
6:58 pm

gldneyes6@...
Send Email

Does WTL have a GetMainWnd() function that will give you a pointer to the main window? I need to be able to reference the main window's methods in my WTL...
1 Aug 24, 2000
2:33 pm

andym@...
Send Email

It didnt work for me also. I overcame this by doing a CreateWindowEx and creating the control directly instead of through the dialog. m_hwndDP = ...
6 Aug 24, 2000
8:38 am

Nenad Stefanovic
nenads@...
Send Email

Hi, How to create a controls say a button / checkbox or more generally i want a List box with a treeView just like we have one for the windows explorer in the...
1 Aug 24, 2000
7:38 am

iclassfactory2@...
Send Email

I am not able to create this control in a dialog. I have commented the Declaration for DateTimeCtrl in the Header file as it not able to get the relative...
1 Aug 24, 2000
7:18 am

iclassfactory2@...
Send Email

Hi, I've added print preview functionality as per the BitmapView example. My SDI view, however, is not bitmap based, but rather involves many standard vector...
1 Aug 23, 2000
12:16 pm

Rick Sprenkle
rick@...
Send Email

Hello! Thanks for the help concerning my last area, and hope this too will be as simple of a fix. The problem area I'm being shown deals with focus/forground...
1 Aug 21, 2000
9:35 pm

vince.autieri@...
Send Email

Hi, I have some dialogs which I use in many of my projects. Can I create a lib which can contain all the dialogs and the classes and do a static link and use...
1 Aug 21, 2000
12:52 pm

Jose Wilson
josew@...
Send Email

Hi John, ATL is available in a separate version in the Windows CE Toolkit. WTL doesn't currently support WinCE. You can, however, try to modify WTL files and...
1 Aug 21, 2000
9:18 am

Nenad Stefanovic
nenads@...
Send Email

Hi Franky, WTL uses the usual Windows include files, via windows.h. You can also use older versions of those same files that come with VC++ 6.0, if you don't ...
1 Aug 19, 2000
3:28 am

Nenad Stefanovic
nenads@...
Send Email

Hi all, I want to implement a browser in a view and catched the events(as BEFORENAVIGATE2) from it. I used the default HTML view created by the WTL's wizard. ...
2 Aug 18, 2000
5:31 pm

John Kienitz
johnk@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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