Also check out this month's MSJ (ah - I mean MSDN Magazine) article on ATL Server. Man - things just keep getting better and better! WARNING - OFF TOPIC: ...
260
Nenad Stefanovic
nenads@...
Sep 1, 2000 10:07 am
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...
261
Nenad Stefanovic
nenads@...
Sep 1, 2000 10:17 am
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...
262
Nenad Stefanovic
nenads@...
Sep 1, 2000 10:17 am
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...
263
sgarratt@...
Sep 1, 2000 4:36 pm
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. ...
264
Sean Garratt
sgarratt@...
Sep 1, 2000 4:40 pm
... thats: sgarratt at welbey dot com Thanks...
265
Paul Selormey
paul@...
Sep 1, 2000 9:11 pm
Hello Chris, It seems you are missing the point here. Which one are you really talking about, VC++ getting you get faster or wtl getting you there faster? ...
266
Paul Selormey
paul@...
Sep 1, 2000 9:19 pm
Hello Nenad, Thanks for the good work you are doing. Does the compatibility with ATL 7 mean we will be required to use VS 7.0 to work with future versions of...
267
Nenad Stefanovic
nenads@...
Sep 2, 2000 11:33 am
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 ... ...
268
sylvainm@...
Sep 2, 2000 6:56 pm
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. ...
269
Paul Selormey
paul@...
Sep 2, 2000 7:22 pm
Hello Nenad, Thanks so much for the response. ... We will continue to need the ATL3 support. I personally do not have any plans yet for VS7, my only problem...
270
Paul Selormey
paul@...
Sep 2, 2000 7:56 pm
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...
271
Steve Maier
maier@...
Sep 2, 2000 8:12 pm
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...
272
Nenad Stefanovic
nenads@...
Sep 3, 2000 11:29 am
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 ...
273
Nenad Stefanovic
nenads@...
Sep 3, 2000 11:37 am
Hi Paul, The direction for WTL is very simple - we plan to provide bug fixes and new features. New features will for sure cover new UI features of next...
274
Nenad Stefanovic
nenads@...
Sep 3, 2000 11:41 am
Hi Steve, MS will not abandon WTL, but note that WTL is released as unsupported library. Based on the feedback so far, that doesn't seem to be a big problem. ...
275
Bart Biney
bart@...
Sep 3, 2000 11:44 am
Nenad, its Sunday...... No rest for the wicked, eh? ... bart ... From: Nenad Stefanovic [mailto:nenads@...] Sent: 03 September 2000 12:41 To:...
276
Nenad Stefanovic
nenads@...
Sep 3, 2000 11:46 am
Oh, it's already Sunday... ;-) Nenad ... From: Bart Biney [mailto:bart@...] Sent: Sunday, September 03, 2000 4:47 AM To:...
277
Bart Biney
bart@...
Sep 3, 2000 11:49 am
Are you at work? ... From: Nenad Stefanovic [mailto:nenads@...] Sent: 03 September 2000 12:46 To: 'wtl@egroups.com' Subject: RE: [wtl] The road...
278
Chris Russell
cdr@...
Sep 3, 2000 6:19 pm
... Glad to have some good company on this *labor* day ;)...
279
sylvainm@...
Sep 3, 2000 7:56 pm
I already made some test with a class like this, and i not able to receive the VK_RETURN. Here my test class: class CMyEdit : public CWindowImpl<CMyEdit,...
280
Yuri Kirilenko
kiri@...
Sep 4, 2000 6:22 am
Hi Sylvain, Don't use GetWindowProc(). There is minimal code for CMyEdit : class CMyEdit : public CWindowImpl<CMyEdit, CEdit> { public: ...
281
sylvainm@...
Sep 4, 2000 11:05 pm
I try your're code, and i cannot trap the VK_RETURN; I have try to subclass and existing CEdit with CMyEdit, and i also try to create a new one from CMyEdit. ...
282
Nenad Stefanovic
nenads@...
Sep 5, 2000 1:19 am
Hi Sylvain, It is also important to consider where is the edit control. If it is in a dialog, then chances are that the dialog is getting VK_RETURN. You'll...
283
sylvainm@...
Sep 5, 2000 12:23 pm
My Edit box is in a rebar band, and yes, i receive all others key. I have try both, set the ES_WANTRETURN, and not set it. I try to have a look with Spy, i saw...
284
Nenad Stefanovic
nenads@...
Sep 6, 2000 8:53 am
Hi Sylvain, I don't understand why is that not working for you. Do you have any other dialog (or calls to IsDialogMessage) in your app? I created a simple App...
285
sylvainm@...
Sep 6, 2000 12:14 pm
You're right, i have omitted that my ActiveX control is hosted in a dialog box in an App. And in the PreTranslateMessage from the dialog i call...
286
iclassfactory2@...
Sep 6, 2000 3:16 pm
Dear Nenad, Thanks for the code for the progressbar control. I found similar kind like ExplorerBar type of component in WTL. This is ComboBoxEx. This one i was...
287
Lipp Christian
Christian.Lipp@...
Sep 7, 2000 1:12 pm
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...
288
Scott Leonard
sbl@...
Sep 7, 2000 4:41 pm
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...