Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: incorporating radio buttons in property pages Pin
Rakesh517-Mar-09 2:19
Rakesh517-Mar-09 2:19 
GeneralRe: incorporating radio buttons in property pages Pin
«_Superman_»17-Mar-09 2:23
professional«_Superman_»17-Mar-09 2:23 
GeneralRe: incorporating radio buttons in property pages Pin
Rakesh517-Mar-09 2:28
Rakesh517-Mar-09 2:28 
QuestionRe: incorporating radio buttons in property pages Pin
David Crow17-Mar-09 3:25
David Crow17-Mar-09 3:25 
QuestionSidebar instance keep running Pin
VC Dev12317-Mar-09 1:06
VC Dev12317-Mar-09 1:06 
AnswerRe: Sidebar instance keep running Pin
«_Superman_»17-Mar-09 1:30
professional«_Superman_»17-Mar-09 1:30 
GeneralRe: Sidebar instance keep running Pin
VC Dev12317-Mar-09 1:54
VC Dev12317-Mar-09 1:54 
AnswerRe: Sidebar instance keep running Pin
Iain Clarke, Warrior Programmer17-Mar-09 4:44
Iain Clarke, Warrior Programmer17-Mar-09 4:44 
When you mean "close the sidebar", I assume you mean "clicking the X button to make it go away". If I was writing explorer, this does not actually close the sidebar, it just makes it invisible.

Imagine if it did it differently, and it took a noticable time to load / close up a BHO. You'd be complaining that "I shut down the FoozleBar, and it takes aaaaaages to go away". This way, the penalty is only paid when the FoozleBar is first opened, and once when explorer is closed.

Though I imagine this is a pain when you're developing it, it seems like a good idea for 99% of normal use. Does the ISideBar (making this up) interface have a ISideBar::BeingShown / ISideBar::BeingHidden member function you could use instead of Release() to do some tidying up?

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

GeneralRe: Sidebar instance keep running Pin
VC Dev12318-Mar-09 18:33
VC Dev12318-Mar-09 18:33 
GeneralRe: Sidebar instance keep running Pin
VC Dev12319-Mar-09 1:54
VC Dev12319-Mar-09 1:54 
QuestionRegarding TCP server. Pin
sunny_vc17-Mar-09 0:45
sunny_vc17-Mar-09 0:45 
AnswerRe: Regarding TCP server. Pin
CPallini17-Mar-09 1:18
mveCPallini17-Mar-09 1:18 
GeneralRe: Regarding TCP server. Pin
sunny_vc17-Mar-09 1:25
sunny_vc17-Mar-09 1:25 
GeneralRe: Regarding TCP server. Pin
«_Superman_»17-Mar-09 1:28
professional«_Superman_»17-Mar-09 1:28 
GeneralRe: Regarding TCP server. Pin
CPallini17-Mar-09 1:38
mveCPallini17-Mar-09 1:38 
GeneralRe: Regarding TCP server. Pin
Michael Schubert17-Mar-09 3:39
Michael Schubert17-Mar-09 3:39 
GeneralRe: Regarding TCP server. Pin
led mike17-Mar-09 4:12
led mike17-Mar-09 4:12 
AnswerRe: Regarding TCP server. Pin
Iain Clarke, Warrior Programmer17-Mar-09 5:00
Iain Clarke, Warrior Programmer17-Mar-09 5:00 
QuestionHow to built data structure Sparse Matrix using Hash Table?? Pin
nhatvhm17-Mar-09 0:17
nhatvhm17-Mar-09 0:17 
AnswerRe: How to built data structure Sparse Matrix using Hash Table?? Pin
led mike17-Mar-09 4:14
led mike17-Mar-09 4:14 
QuestionWebservice can't get the argument value Pin
GirijaSubramanian16-Mar-09 23:43
GirijaSubramanian16-Mar-09 23:43 
AnswerRe: Webservice can't get the argument value Pin
led mike17-Mar-09 4:18
led mike17-Mar-09 4:18 
QuestionTreeCtrl Pin
john563216-Mar-09 22:57
john563216-Mar-09 22:57 
AnswerRe: TreeCtrl Pin
«_Superman_»16-Mar-09 23:21
professional«_Superman_»16-Mar-09 23:21 
GeneralRe: TreeCtrl Pin
john563217-Mar-09 0:09
john563217-Mar-09 0:09 

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.