... 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...
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...
... vertical ... lot of ... Hi Bill, Consistent with the approach suggested by Nikos, here is a class method to change to splitter orientation at runtime....
... 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...
... 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...
... 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 ...
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...
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 ...
wtl@yahoogroups.com
Nov 2, 2004 7:46 pm
10355
Take a look at my modified implementaion of the wtl splitter... I've made it available at the WTL group files: ...
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,...
... the ... box. ... to ... Currently I ... put ... edit ... boxes, ... back ... view ... After SetSplitterPane, you will need to bring the list view to the ...
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. ...
Hi, I found the solution. I just needed to handle the DTN_USERSTRING notification message. This message gives you a LPNMDATETIMESTRING data structure which...
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...
... 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...
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,...
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...
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 ...