"Alex Ivanoff" <alex.ivanoff@...> wrote in message news:9BA519F645B80D489E9651376345130DB97C@.... ... ...
6681
Alex Ivanoff
Alex_Ivanoff
Aug 4, 2003 4:02 pm
What is the proper type to pass handles (HWND, HANDLE etc) to a COM method so it would work on both 32 and 64-bit platforms? Thank you, Alex...
6680
Christopher Pereda
cpereda
Aug 4, 2003 3:32 pm
... To use CHyperlink in a dialog create a static control in your dialog template then subclass it with the CHyperlink class: WTL::CHyperLink m_MyLink; ... ...
6679
robert_caldecott
robert_calde...
Aug 4, 2003 1:39 pm
I recently added a context-menu to a WTL frame window app of mine and I couldn't get SetMenuDefaultItem to work even though other dialog apps of mine work OK. ...
6678
rdheadrick2
Aug 3, 2003 11:34 pm
... It is curious the way the listview control seems to make its own internal calculation of its client area. It apparently never calls GetClientRect to do...
6677
Nikos Bozinis
gcww-wtl@...
Aug 3, 2003 7:28 pm
... in your WM_DESTROY you should at least do the following (assuming standard frame initialization): CMessageLoop* pLoop = _Module.GetMessageLoop(); ...
6676
Nikos Bozinis
gcww-wtl@...
Aug 3, 2003 7:28 pm
... Roger thanks for that; believe it or not I thought of that myself (one of the 00s of things i've been contemplating this weekend :) but i want a solution...
6675
tommy_loves_wtl
Aug 3, 2003 7:28 pm
Is this even possible? If so, how? Because the standard procedure (like in a dialog) doesn't seem to work for me... Thanks in advance, Tommy...
6674
Anatoly Ivasyuk
aivasyuk
Aug 3, 2003 1:44 pm
In my app I sometimes have to open a secondary frame window from the main thread. I wanted standard frame window behavior, so the window class is derived from...
6673
rdheadrick2
Aug 3, 2003 12:24 pm
... or ... part ... add ... leaving ... is, ... control ... shifted ... the ... WS_CAPTION, ... Hi Nikos, If you will always be in detail/report view, you can...
6672
Nikos Bozinis
umeca74
Aug 3, 2003 12:15 pm
Hi guys I've nearly lost a whole weekend on this and I'm prepared to admit defeat :( I am trying to add a title to a standard list control by adjusting its...
6671
rdheadrick2
Aug 1, 2003 7:45 pm
... hidden, ... what ... keyboard...
6670
rdheadrick2
Aug 1, 2003 6:53 pm
... The typo was in my head. I thought your original post said you were already using MSDE. I assume you've looked at: ...
6669
Rick Parrish
hotsolder
Aug 1, 2003 4:57 pm
Folks; I've also tried the BLOB_ENTRY_LENGTH_STATUS macro that was suggested elsewhere with the same dismal results. -rick...
6668
Rick Parrish
hotsolder
Aug 1, 2003 4:54 pm
... Hi Roger; *shrug* I thought SQLOLEDB was the SQL server OLEDB provider. Here's my code to open a connection ... hr =...
6667
rdheadrick2
Aug 1, 2003 4:40 pm
... problems ... STGM_WRITE ... by ... Hi Rick, Is this a typo or are you really using Jet Provider rather than SQLOLEDB? I thought Access used SQLOLEDB to do...
6666
robert_caldecott
robert_calde...
Aug 1, 2003 4:30 pm
If you are lucky enough to be using ATL7 (VS 2003) then the CString class includes a Tokenize method....
6665
Rick Parrish
hotsolder
Aug 1, 2003 4:24 pm
Howdy; I've got a WTL project (no, really, honest!) on Visual Studio 6 that currently uses XML files for data storage. The data is loaded vis MSXML and held...
6664
Igor Tandetnik
itandetnik
Aug 1, 2003 4:18 pm
"redonisc" <redonisc@...> wrote in message news:bge2pg+rb94@.... ... You can use CString::SpanIncluding and SpanExcluding -- With best...
6663
redonisc
Aug 1, 2003 4:00 pm
Any of you have a class implementing token's, using WTL??...
6662
rdheadrick2
Aug 1, 2003 1:45 pm
... Hi Again, Either 1. move your InsertColumn calls out of OnCreate and underneath the m_view.Create call or 2. In OnCreate, call DefWindowProc before...
6661
Cata R.
nick_r75
Aug 1, 2003 1:31 pm
... My problem is exactly with the fact that even if I specify LVS_NOSORTHEADER the header still looks and acts like push-buttons, (just like with a sorting...
6660
rdheadrick2
Aug 1, 2003 1:25 pm
... LVS_NOSORTHEADER means that header items do not act like push-buttons and are therefore drawn flat. They can still be dragged and dropped. Remove...
6659
Cata R.
nick_r75
Aug 1, 2003 1:02 pm
Start with a Wizard-generated SDI app using a ListView as a view. Add some column heads on create: LRESULT OnCreate(LPCREATESTRUCT /*aCreateStruct*/) { ...
6658
hakanerduman
Aug 1, 2003 12:30 pm
Hello, has anyone ever seen a localized version of the WTL App Wizard? Seems to me as a tedious task to translate the output of the wizard over and over...
6657
foxrayxu
Aug 1, 2003 12:29 pm
I looked at that http://www.codeproject.com/wtl/wtlgrid.asp#xx436872xx article. Very cool grid control, expecially the Collapsible tree like behavior. But to...
6656
murphyhill99
Aug 1, 2003 12:29 pm
Dang! I tried the patches mentioned in this thread and I couldn't make it work. The ATL/WTL Application Wizard appears among the templates, and when I click...
6655
murphyhill99
Aug 1, 2003 12:29 pm
I did a Google search on the error message, and found this fix; it didn't help. http://p2p.wrox.com/archive/vs_dotnet/2002-11/6.asp...
6654
murphyhill99
Aug 1, 2003 12:29 pm
I also tried repairing the installation. It took forever and didn't work. http://support.microsoft.com/default.aspx?scid=KB;en-us;q320427 I'm sorry for being...
6653
rdheadrick2
Aug 1, 2003 10:29 am
Hi All, The Bug: Using ATL7/WTL7 and MDI Command Bar, whenever a submenu is displayed, and then the mouse is moved over the top of another top- level menu item...