Could someone gimme some direction on how to create a specialized menu for each view in a splitter window? I want the menu to be drawn inside each of the CViews inside the splitter wnd. -JT
JTAnderson
Posts
-
Menu per view in a splitter window -
GDI Drawing of ControlsI have written a custom control derived from CWnd. Basically I am not drawing the entire client rectangle. I do not want to obscure things behind the control. Now I have added the ability to click and drag a "thumb" piece on this control. Works great, except for the drawing. What I am seeing is the control is not erasing the rectangle and I start getting "smearing" Is there an easy way to grab an XOR map on this? I'm kinda new to MFC and am feeling my way through this. Little help? -JT
-
SMS/Pagers/etcCheck out http://www.radius9.com VB program to synch outlook with SMS I think.... -JT
-
Timeline ControlI'm looking to write some custom controls that have a "Timeline" type control with a tree-list view controlling content held within a timeline. ie http://www.adobe.com/products/premiere/keyfeature07.html http://moppi.inside.org/demopaja/screenshot\_02.gif Basically, I am having troubles with the tree-list view portion of the appliccation. It seems that there is a tree-list control controlling the timeline content which holds time markers and information. Am I off base here, or what? Any resources on the web or ideas? Thanks -JT