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 12272 - 12301 of 16191   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12272
I'd like to try to embed an Excel worksheet in my WTL app. I'd like to write a control wrapper around Excel so that I can add my own functionality. Has anyone...
mattdmurdock
Offline Send Email
Aug 1, 2005
1:11 pm
12273
... I tried to control Excel from an ATL DLL once. After using #import, I could not create a new document (opposed to opening an existing document). Many of...
Pablo
pablo_alch
Offline Send Email
Aug 1, 2005
2:01 pm
12274
Hi Mateusz, I don't really understand what you call poor WinCE. WinCE is a set of software modules implementing a (slowly growing) subset of the Win32 API and...
Alain Rist
arnavpoch
Offline Send Email
Aug 1, 2005
6:38 pm
12275
Hi, ... Standard Windows CE, without any customized shell and UI like Smartphone or Pocket PC. ... That's right. ... OK, let me call non-Pocket PC or...
Mateusz Loskot
gekonioo
Offline Send Email
Aug 1, 2005
7:34 pm
12276
We used MSChartControl (which is, I think, the display side of Excel) for a while in a WTL data acquisition application. We finally abandoned it as it had too...
John Robbins
jcr_alr
Offline Send Email
Aug 2, 2005
1:46 pm
12277
Hi, ... I have evc4 and sp4 too, plus I use STLport instead of Microsoft (not complete) STL, and I've just tried to compile some example from the "C++ Template...
Mateusz Loskot
gekonioo
Offline Send Email
Aug 2, 2005
11:36 pm
12278
... If I remember correctly, EVC4 is pretty much VC6 with a different back-end, so it's unlikely to support ketchup without significant work (if at all)....
Stuart Dootson
studoot
Offline Send Email
Aug 3, 2005
7:04 am
12279
I wish I could punt this one, but I really need to find a way to integrate Excel. Looks like a lot of late night sessions for me. :( Thanks for your input! ...
mattdmurdock
Offline Send Email
Aug 3, 2005
1:27 pm
12280
I've run into this as well. It looks like no one else has successfully done this, so I'll have to just keep plugging away. If I end up with something useful,...
mattdmurdock
Offline Send Email
Aug 3, 2005
1:28 pm
12281
I do not envy you. Another approach might be to use DDE to talk to Excel. Some time ago we wrote a bunch of Excel macros and then called them from our...
John Robbins
jcr_alr
Offline Send Email
Aug 3, 2005
4:06 pm
12282
I already support DDE, incluind using the XLDATA format, but the app I'm working on needs to support a greater degree of integration. Thanks for the...
mattdmurdock
Offline Send Email
Aug 3, 2005
5:47 pm
12283
Hi, ... Certainly, you are right. I'm moving to VS 2005 but till stable version is not released I have to work with evc4 :-( Cheers -- Mateusz Loskot...
Mateusz Loskot
gekonioo
Offline Send Email
Aug 3, 2005
10:21 pm
12284
Hi, I found the workaround. "If you can't pass it, don't pass it." Snippet: // message handlers LRESULT on_msg_wm_create(LPCREATESTRUCT) { // ... return 0; } ...
MB
mb2sync
Offline Send Email
Aug 4, 2005
3:44 am
12285
Matt, are you trying to in-place activate Excel within your WTL app or just automate an external instance from your app? Michael ... From: wtl@yahoogroups.com...
Michael
mddg2002
Offline Send Email
Aug 4, 2005
8:34 am
12286
I need to in-place activate it. ... or just ... ago we ... application ... etc). Not ... chart ... I'd like ... 03/08/2005...
mattdmurdock
Offline Send Email
Aug 4, 2005
12:20 pm
12287
I'll see if I can dig something out and send it to you off list or post in the files section. Michael ... From: wtl@yahoogroups.com...
Michael
mddg2002
Offline Send Email
Aug 4, 2005
1:35 pm
12288
Is it necessary to Init the CAppModule when used in a DLL? Unfortunately, i have to use this in order to set up PreTranslateMsg, but i have to be in an...
qwertyqaa
Offline Send Email
Aug 5, 2005
2:53 am
12289
Hello! Is there a way to change an application main window's class name? Best regards, Istvan...
Istvan Nagy
nistvan_ro
Offline Send Email
Aug 5, 2005
8:41 am
12290
Yes. At runtime? If so, why do you want to do this? If not, register it with a different class name to begin with. See the DECLARE_FRAME_WND_CLASS macro's...
Philip Taron
skalagrim
Offline Send Email
Aug 5, 2005
9:16 am
12291
... There should be only one message loop running on a thread, unless you have a good reason (modal dialog) for it not to be. Only if the message loop is to...
Philip Taron
skalagrim
Offline Send Email
Aug 5, 2005
9:28 am
12292
Thank you very much!! ... post in ... abandoned it ... parsed ... two Y ... scale. ... needed ... pointers... ... 03/08/2005...
mattdmurdock
Offline Send Email
Aug 5, 2005
12:37 pm
12293
It looked around and it turns out you have to have the creating exe pass its _Module.GetMessageLoop() to you as an api call exposed by the dll, and then you...
qwertyqaa
Offline Send Email
Aug 5, 2005
7:05 pm
12294
The IE Browser sends the following sequence of messages when loading a page: BeforeNavigate, Navigate Complete, DocumentComplete. Or for a page with frames it...
Peter Carlson
carlson_home
Offline Send Email
Aug 6, 2005
4:09 am
12295
Hello! CSortListViewCtrl work alright, but i want to process all notifications in control. I tried to inherit some new control from CSortListViewCtrlImpl with ...
Dmitry Beshenov
BeshenowD@...
Send Email
Aug 6, 2005
12:52 pm
12296
... If you want to process messages sent to the ListView, or override some of CSortListViewCtrlImpl methods, then a class similar to the following should work:...
Roger Headrick
lilsroro
Offline Send Email
Aug 6, 2005
1:51 pm
12297
... with ... If you also want to handle notifications sent to the ListView's parent in the ListView, then put REFLECT_NOTIFICATIONS() in the parent's message...
Roger Headrick
lilsroro
Offline Send Email
Aug 6, 2005
2:15 pm
12298
Hello, Roger. You wrote: RH> If you also want to handle notifications sent to the ListView's RH> parent in the ListView, then put REFLECT_NOTIFICATIONS() in...
Dmitry Beshenov
BeshenowD@...
Send Email
Aug 6, 2005
3:25 pm
12299
Hello, Just for fun I'm tinkering with a small WTL project for my pocketpc. I've made a plain "hello world" demo, which works nicely. I compiled the Code...
Andrew E
ellers88
Offline Send Email
Aug 7, 2005
8:40 am
12300
Hi Andrew, For 'legal reasons' there is no AppWizard for EVC 4 in WTL 7.5. But you may use the WTL 7.1 EVC 4 AppWizard with WTL 7.5. Download WTL 7.1 at: ...
Alain Rist
arnavpoch
Offline Send Email
Aug 7, 2005
8:53 am
12301
Hi, I'm creating a floating tool window based on a modeless dialog, i.e. CDialogImpl<CToolWindow>. The problem is that only one focused window is allowed....
He Shiming
billholtsh
Offline Send Email
Aug 7, 2005
3:40 pm
Messages 12272 - 12301 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