Click here to Skip to main content
15,913,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NetMessageBufferSend API calls Pin
Marat Bedretdinov21-Aug-01 11:57
Marat Bedretdinov21-Aug-01 11:57 
GeneralRe: NetMessageBufferSend API calls Pin
22-Aug-01 4:07
suss22-Aug-01 4:07 
GeneralRe: NetMessageBufferSend API calls Pin
Paolo Messina23-Aug-01 8:05
professionalPaolo Messina23-Aug-01 8:05 
GeneralCommand Language Dialect in ADO Stream Pin
Ryszard Krakowiak21-Aug-01 3:48
Ryszard Krakowiak21-Aug-01 3:48 
QuestionWho REALLY knows the workings of CSplitterWnd? Pin
Tommy H D Svensson21-Aug-01 2:02
Tommy H D Svensson21-Aug-01 2:02 
AnswerRe: Who REALLY knows the workings of CSplitterWnd? Pin
Michael Dunn21-Aug-01 7:52
sitebuilderMichael Dunn21-Aug-01 7:52 
GeneralCheck out this splitter bug!!! Pin
Tommy H D Svensson21-Aug-01 1:47
Tommy H D Svensson21-Aug-01 1:47 
GeneralAccelerator Pin
San21-Aug-01 1:20
San21-Aug-01 1:20 
GeneralRe: Accelerator Pin
Christian Graus21-Aug-01 2:08
protectorChristian Graus21-Aug-01 2:08 
GeneralRe: Accelerator Pin
KingsGambit21-Aug-01 2:10
KingsGambit21-Aug-01 2:10 
GeneralMS WebBrowser - Java applet TextArea problem ! :( Pin
im_srini21-Aug-01 0:12
im_srini21-Aug-01 0:12 
GeneralKeyboard and Game! Pin
21-Aug-01 0:09
suss21-Aug-01 0:09 
GeneralRe: Keyboard and Game! Pin
Christian Graus21-Aug-01 0:30
protectorChristian Graus21-Aug-01 0:30 
GeneralRe: Keyboard and Game! Pin
Ulf Öhlén21-Aug-01 0:50
Ulf Öhlén21-Aug-01 0:50 
GeneralRe: Keyboard and Game! Pin
Pavlos Touboulidis21-Aug-01 11:32
Pavlos Touboulidis21-Aug-01 11:32 
Questionwhy the release version component run error ? Pin
Sandos Ganzales21-Aug-01 0:08
Sandos Ganzales21-Aug-01 0:08 
AnswerRe: why the release version component run error ? Pin
Christian Graus21-Aug-01 0:33
protectorChristian Graus21-Aug-01 0:33 
GeneralVC Addin technical question Pin
Andreas Saurwein20-Aug-01 23:57
Andreas Saurwein20-Aug-01 23:57 
GeneralRe: VC Addin technical question Pin
Christian Graus21-Aug-01 0:34
protectorChristian Graus21-Aug-01 0:34 
GeneralRe: VC Addin technical question Pin
Andreas Saurwein22-Aug-01 13:38
Andreas Saurwein22-Aug-01 13:38 
GeneralRe: VC Addin technical question Pin
Christian Graus22-Aug-01 13:46
protectorChristian Graus22-Aug-01 13:46 
GeneralRe: VC Addin technical question Pin
Anna-Jayne Metcalfe21-Aug-01 0:44
Anna-Jayne Metcalfe21-Aug-01 0:44 
I was interested in doing this for my ResOrg add-in, but came to the conclusion it would be risky and time consuming, so I never got around to it. Frown | :(

What you want to do will almost certainly involve subclassing the main DevStudio window. You might be able to do it by hooking the WM_CREATE message of the mainframe and adding a child window to the control bar.

I suspect though that if the VC code isn't aware of the pane it won't work correctly - the only way to find out is to try it.

Adding a docking window of your own is non-trivial but possible - remember you'll need to provide a menu command or toolbar button to show/hide it, which means handling WM_COMMAND and WM_INITMENUPOPUP messages from the mainframe (and probably others too). You'll also need a suitable framework (such as BCGControlBar) to provide the docking window classes, unless you intend to write them yourself (which I wouldn't recommend).

Note that that there can be problems if several Add-Ins attempt to subclass the same window. This is a known issue with VC which has no resolution yet I'm afraid.

All in all, I think you'll find that you have to use the OpenVC "tricks" in order to get it too work. If I can assist in any way, please feel free to ask.

Good Luck!

Andy Metcalfe - Sonardyne International Ltd
(andy.metcalfe@lineone.net)
http://www.resorg.co.uk

"Lots of people want to ride with you in the limo, but what you want is someone who will take the bus with you when the limo breaks down."
GeneralRe: VC Addin technical question Pin
Andreas Saurwein21-Aug-01 1:03
Andreas Saurwein21-Aug-01 1:03 
GeneralCString to CLongBinary Pin
20-Aug-01 23:56
suss20-Aug-01 23:56 
GeneralRe: CString to CLongBinary Pin
Ryszard Krakowiak21-Aug-01 3:54
Ryszard Krakowiak21-Aug-01 3:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.