Check out the thread starting with message 3718 in the archives. Brandon...
4098
Phil
philbenson21
Oct 1, 2002 1:33 pm
While testing my application (a Win32 dll using WTL/ATL not a COM server, that exports functions to a mfc app) on Win98 I have had the following problem. Under...
4099
Andreas Köpf
andreaskoepf
Oct 1, 2002 3:27 pm
Hi Phil, this might not be the direct solution to your problem, but are you aware that IsWindow() is only said to return zero or a non-zero value (non-zero ...
4100
Angus Comber
anguscomber
Oct 1, 2002 6:34 pm
Hello Think I have seen some notes on this somewhere but can't find anymore. In Microsoft Word, there are some dropdown toolbar items. for example, the font...
4101
Menningen, Kevin
kmenningen
Oct 1, 2002 6:42 pm
You can add any control to a ReBar control, not just toolbars. Either create a custom composite control with your combo box and others on it, or just add a...
4102
Phil
philbenson21
Oct 2, 2002 8:18 am
... aware ... (non-zero ... the ... expected ... regrdless.... ... instead of using if(pPage->m_hWnd != NULL && ::IsWindow(pPage->m_hWnd)== TRUE) I´m using ...
4103
Nikos Bozinis
umeca74
Oct 2, 2002 12:18 pm
... Andreas said what the documentation specifies: BOOL IsWindow(... Return Value If the window handle identifies an existing window, the return value is...
4104
John Wilkinson
johndiiix
Oct 2, 2002 1:04 pm
According to the docs for IsWindow: Return Values If the window handle identifies an existing window, the return value is nonzero. If the window handle does...
4105
Pascal Binggeli
pbinggeli
Oct 2, 2002 9:44 pm
Hello I'm looking for a syntax coloring edit control with multiple language syntax support. Does anybody known about a free implementation using WTL? I known...
4106
Paul Selormey
pegroups
Oct 3, 2002 12:47 am
Hello Pascal, ... syntax support. I know many are too... ... job :-( There is really no such plan - speaking as the one in charge :-), at least I will not. ......
4107
Pascal Binggeli
pbinggeli
Oct 3, 2002 10:41 am
Thanks a lot! I don't mind trying to use Scintilla with WTL, just good exercise. Pascal PS: Can't wait to to have a look at EditCenter ;-)...
4108
Darren Schroeder
fdncred
Oct 3, 2002 11:47 am
Simon Steele has Scintilla in WTL right now. Check it out at http://sourceforge.net/projects/pnotepad/ it's called pnwtl. You'll have to get it via CVS. ...
4109
Paul Selormey
pegroups
Oct 3, 2002 11:48 am
Hello Pascal, ... So the EditCenter will make it a simple work for you. ... Not yet something at the level of EditCenter. The current is just a preparation ...
4110
devcheese
Oct 3, 2002 6:18 pm
... http://sourceforge.net/projects/pnotepad/ it's called pnwtl. You'll have to get it via CVS. Alternatively if you don't want to get the entirety of pnwtl...
4111
rdheadrick2
Oct 3, 2002 8:17 pm
I would like to use DAO in WTL app to access MSAccess databases. Has anyone seen a wrapper for DAO that can be used in WTL/ATL? Or has anyone been successful...
4112
Paul Grenyer
paulgrenyer
Oct 3, 2002 9:12 pm
... Why do you want to use DAO? Would ADO do? :-) Regards Paul Paul Grenyer Email: pjgrenyer@... Web: www.paulgrenyer.co.uk I've never been a follower of...
4113
Jim Barry
jim_barry.geo
Oct 3, 2002 11:41 pm
... Indeed. In C++, a variable of type 'bool' converts to an integer type as follows: 'false39; becomes 0 and 'true' becomes 1. However, 'BOOL' is just a typedef...
4114
David Shiel
daveshiel2001
Oct 4, 2002 7:03 am
Or even the OLEDB classes CDataSource, CSession, CCommand, etc. Check out the CatDB sample on MSDN. Later, Dave. ... From: rdheadrick2...
4115
Bernhard Döbler
bardnet
Oct 4, 2002 7:05 am
... From: "Paul Grenyer" <pjgrenyer@...> To: <wtl@yahoogroups.com> Sent: Thursday, October 03, 2002 11:01 PM Subject: Re: [wtl] Dao in WTL ... Since WTL...
4116
Paul Grenyer
paulgrenyer
Oct 4, 2002 7:09 am
Hi ... Depends on the project. :-) OLEDB doesn't scale very well. Regards Paul Paul Grenyer Email: pjgrenyer@... Web: www.paulgrenyer.co.uk I've never been...
4117
Bjarke Viksøe
bviksoe
Oct 4, 2002 7:44 am
Thanks a bunch! I've been putting off the use of scintilla in a project for some time now because of the lack of a much needed C++ wrapper. Seems you found a...
4118
Pascal Binggeli
pbinggeli
Oct 4, 2002 8:15 am
Thanks for sharing! I've looked at the C++ wrapper and look nice. I've started my own wrapper that look more like WTL. template <class TBase> class...
4119
Paul Selormey
pegroups
Oct 4, 2002 8:22 am
Hello Pascal, You do not have to. Just let us complete the TextCenter and the EditCenter project will come out to help. You get this WTL-style wrapper and more...
4120
Pascal Binggeli
pbinggeli
Oct 4, 2002 10:25 am
Thanks My idea was to implement only the things I need until the EditCenter thing is out. I've a view that highlight C++ syntax and load/save the document and ...
4121
Paul Selormey
pegroups
Oct 4, 2002 10:46 am
Hello Pascal, ... and ... I understand. Very soon, you will wish to have bookmarks, print too :-( ... It is really not a secret project. Just that I am trying...
4122
Pascal Binggeli
pbinggeli
Oct 4, 2002 11:32 am
... For sure ... See ya Pascal...
4123
Ted Szoczei
tedszoczei
Oct 4, 2002 12:57 pm
Hi Paul, That's the first complaint I've ever heard against OLDB , besides its being hard to use. Would you please expand on how it doesn't scale well? // ted ...
4124
Roger Headrick
rdheadrick2
Oct 4, 2002 1:56 pm
My tests with ADO against jet engine show it to be at least 7 times slower than DAO on queries. On some queries it was over 30 times slower. Microsoft admits...
4125
rdheadrick2
Oct 4, 2002 1:56 pm
I dont want to use ADO/oledb because my tests with this database showed ADO to be alot slower than DAO. Anywhere from 7 to 30 times slower than DAO in...
4126
Paul Grenyer
paulgrenyer
Oct 4, 2002 2:01 pm
Hi ... Yes, more than happy to do so! But not now. I'll knock something up on Sunday. Regards Paul Paul Grenyer Email: pjgrenyer@... Web:...