Tagged Questions
The tabbed-document-interface tag has no wiki summary.
3
votes
3answers
2k views
tabbed document interface in WPF using only on-board means?
I've seen two threads here about TDI & C#. Both of them didn't really answer the questions I have ...
Since TDIs are pretty much like a standard nowadays, I can hardly imagine, that I have to buy ...
2
votes
1answer
1k views
MFC Tabbed Documents - how to enable middle-mouse button to close document?
If you create a new MFC application (with MFC Feature Pack), and using all the defaults, click Finish. It creates an MDI application with the new "Tabbed Documents" style.
I think these are great ...
2
votes
6answers
2k views
1
vote
5answers
781 views
Tabbed document interface in Delphi
I'm considering different user interface layouts for my next project and I was wondering if there are either integrated or 3rd party frameworks which allow me to create tabbed document interface?
To ...
0
votes
2answers
818 views
SDI vs MDI vs TDI vs?
I'm making a small business application and I'm wondering what the best interface would be. The application itself is your run-of-the-mill service ticket tracker. There will be forms for searching ...
0
votes
1answer
489 views
CDockablePane as a tabbed document does not send WM_SETFOCUS or WM_MDIACTIVATE
I have a class derived from CDockablePane. I need to do something when the view is focused, so I handle WM_SETFOCUS and it all works nicely most of the time.
But when the pane is docked in Tabbed ...