... child ... to a ... the way i've done it was modifying atlsplit.h turning t_bVertical from a template to a real variable. THere are a few places in the code...
10343
Bill Holt
billholtsh
Nov 1, 2004 10:38 am
Thanks for your reply Nikos. Actually I didn't understand why the vertical boolean is designed as a template parameter. People would have a lot of needs to...
10344
Roger Headrick
lilsroro
Nov 1, 2004 1:30 pm
... vertical ... lot of ... Hi Bill, Consistent with the approach suggested by Nikos, here is a class method to change to splitter orientation at runtime....
10345
Roger Headrick
lilsroro
Nov 1, 2004 1:52 pm
... way ... many ... of ... As I understand the scenario, the toolbar buttons command id's will be equal to their index. The number of buttons is unknown at...
10346
Bill Holt
billholtsh
Nov 1, 2004 1:57 pm
Thank you Roger. It's now working pretty good. Except for one thing, do I need to destroy the cursor before loading a new one? Bill ... ...
10347
Roger Headrick
lilsroro
Nov 1, 2004 3:08 pm
... thing, do I ... I assumed the cursor is a "shared" cursor and shouldn't be destroyed according to MSDN docs on the DestroyCursor function. Also, I noticed...
10348
Nikos Bozinis
umeca74
Nov 1, 2004 3:48 pm
note the cursor will have to be re-loaded every time there's a change of orientation ... destroyed ... cursor ... the...
10349
Roger Headrick
lilsroro
Nov 1, 2004 4:01 pm
... change ... Hi Nikos, The SetOrientation method I previously posted for Bill includes a LoadCursor call. I'm 99% sure that the previous cursor does not ...
10350
Nikos Bozinis
umeca74
Nov 1, 2004 7:50 pm
... sorry roger, i missed that your code is immaculate as usual :)...
10351
succeeded918
Nov 2, 2004 1:23 am
now i just need to disable / enable all buttons. if there's a way can easily disable /enable one button at a time that would be cool, hehe. i can figure out...
10352
nfr
gistek2000
Nov 2, 2004 8:16 am
... Just let me know where I can upload the code Noël...
10353
succeeded918
Nov 2, 2004 11:00 am
u can email me( microsoft_borland@...). thanks in advance...
10354
wtl@yahoogroups.com
Nov 2, 2004 7:46 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the wtl group. File : /atlsplit2.zip ...
10355
Miguel Hasse de Olive...
miguelhasse
Nov 2, 2004 7:53 pm
Take a look at my modified implementaion of the wtl splitter... I've made it available at the WTL group files: ...
10356
yasha333
Nov 2, 2004 8:03 pm
Hi all, I currently have an SDI application that consists of a horizontal splitter. The buttom pane of the horizontal splitter contains a vertical splitter,...
10357
tweety
tweety_04_01
Nov 2, 2004 9:23 pm
How about making them invisible? ... Peace and love, Tweety mitea@... - tweety_04_01@... YahooID: tweety_04_01...
10358
Roger Headrick
lilsroro
Nov 2, 2004 9:34 pm
... the ... box. ... to ... Currently I ... put ... edit ... boxes, ... back ... view ... After SetSplitterPane, you will need to bring the list view to the ...
10359
Bill Holt
billholtsh
Nov 3, 2004 12:08 am
Thanks, it looks great. And it features a snapping function, that's another practical one! Best regards, Bill ... ...
10360
zakariski
Nov 3, 2004 2:07 am
Is anybody aware of any WTL IRC channels? Anybody consider starting one?...
10361
Paul Selormey
pegroups
Nov 3, 2004 2:14 am
Hello Miguel, I am interested in your splitter implementations. Can you provide some samples to demonstrate the uses? Best regards, Paul ... From:...
10362
John D. Wilkinson, III
johndiiix
Nov 3, 2004 5:04 am
Someone brought this up a while ago, I think with the intent of starting one, but I do not know what happened. John ... From: zakariski...
10363
Bill Nalen
nalenb
Nov 3, 2004 1:47 pm
... There's a WTL channel on irc.freenode.net. It's not that well populated though. Bill...
10364
Mike Siers
mjsiers
Nov 3, 2004 5:03 pm
Hi All, I have a dialog that has a standard Date/Time picker control. The control is setup to use the short date format and allows the user to edit the value. ...
10365
Mike Siers
mjsiers
Nov 3, 2004 7:06 pm
Hi, I found the solution. I just needed to handle the DTN_USERSTRING notification message. This message gives you a LPNMDATETIMESTRING data structure which...
10366
cmstenhoff
Nov 4, 2004 3:20 am
Is there a good way to achieve background bitmaps regardless of what type of control we are dealing with? I sort of would like to have class CBackground<UINT...
10367
Roger Headrick
lilsroro
Nov 4, 2004 12:22 pm
... what ... that ... here? ... to ... You will have to deal with the WM_CTLCOLORxxx type messages sent to the control's parent. If I remember correctly, the...
10368
Bill Holt
billholtsh
Nov 4, 2004 2:01 pm
Hi Folks Again, I'm doing an explorer-style program and it'll require a drag-&-drop from listview to treeview function. The actual drag-&-drop code is done,...
10369
lioneljlobo
Nov 4, 2004 4:16 pm
VS.NET, WTL 7.1 Hi, I have a nested splitter application with several dialog panes; all elements in the UI are skinned. The app looks fine on 96 DPI but...
10370
Angus Comber
anguscomber
Nov 4, 2004 6:06 pm
Hello In previous versions you had to copy a particular file to a vc directory. I can't seem to find similar instructions in the WTL7.5 distribution. Does ...
10371
Igor Tandetnik
itandetnik
Nov 4, 2004 6:16 pm
"Angus Comber" <angus@...> wrote in message news:004501c4c298$da7e62f0$0700a8c0@angusw2k ... According to ReadMe, you can download WTL 7.1 from...