Click here to Skip to main content
15,906,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl problem Pin
David Crow7-Jul-05 13:23
David Crow7-Jul-05 13:23 
Generalticker tape with images Pin
picazo7-Jul-05 11:26
picazo7-Jul-05 11:26 
GeneralRe: ticker tape with images Pin
Jose Lamas Rios7-Jul-05 16:15
Jose Lamas Rios7-Jul-05 16:15 
GeneralRe: ticker tape with images Pin
picazo8-Jul-05 3:32
picazo8-Jul-05 3:32 
GeneralDialog as child of dialog Pin
ldaoust7-Jul-05 11:23
ldaoust7-Jul-05 11:23 
GeneralRe: Dialog as child of dialog Pin
ldaoust7-Jul-05 15:02
ldaoust7-Jul-05 15:02 
GeneralAutomation question Pin
Tom Wright7-Jul-05 11:19
Tom Wright7-Jul-05 11:19 
GeneralRe: Automation question Pin
Jose Lamas Rios7-Jul-05 17:48
Jose Lamas Rios7-Jul-05 17:48 
I think it means "busy in that it's processing something". It may appear with slow loading servers (MSWord for instance). It may also appear if the server has activated a modal dialog, and of course if the server is executing a long operation.

With MFC, it seems like there are some ways to control how / when / if these dialogs appear, although I've never used them so I'm not entirely sure. Take a look at AfxGetOleMessageFilter[^] and the COleMessageFilter Class[^].

If you aren't using MFC, take a look at CoRegisterMessageFilter[^] and IMessageFilter[^]. You would need to create a class that implements IMessageFilter, but that's exactly what MFC's COleMessageFilter does and its source may serve as a guide on how to do it.



--
jlr
http://jlamas.blogspot.com/[^]
GeneralLoading dlls from an ActiveX control Pin
mrothermund7-Jul-05 10:40
mrothermund7-Jul-05 10:40 
GeneralRe: Loading dlls from an ActiveX control Pin
Jose Lamas Rios7-Jul-05 16:39
Jose Lamas Rios7-Jul-05 16:39 
GeneralProblem changing proxy with custom IE toolbar Pin
Matthew Devine7-Jul-05 10:35
Matthew Devine7-Jul-05 10:35 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Jose Lamas Rios7-Jul-05 19:56
Jose Lamas Rios7-Jul-05 19:56 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Matthew Devine8-Jul-05 3:01
Matthew Devine8-Jul-05 3:01 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Jose Lamas Rios8-Jul-05 7:17
Jose Lamas Rios8-Jul-05 7:17 
GeneralRe: Problem changing proxy with custom IE toolbar Pin
Matthew Devine12-Jul-05 2:23
Matthew Devine12-Jul-05 2:23 
GeneralClosing a dialog app window Pin
jerry1211a7-Jul-05 10:02
jerry1211a7-Jul-05 10:02 
GeneralRe: Closing a dialog app window Pin
Ravi Bhavnani7-Jul-05 10:26
professionalRavi Bhavnani7-Jul-05 10:26 
GeneralRe: Closing a dialog app window Pin
PJ Arends7-Jul-05 10:49
professionalPJ Arends7-Jul-05 10:49 
GeneralTranslation Tool Pin
transoft7-Jul-05 8:28
transoft7-Jul-05 8:28 
GeneralRe: Translation Tool Pin
Ravi Bhavnani7-Jul-05 10:28
professionalRavi Bhavnani7-Jul-05 10:28 
Generala poker game....need help......plz help Pin
koalacui7-Jul-05 7:55
koalacui7-Jul-05 7:55 
GeneralRe: a poker game....need help......plz help Pin
David Crow7-Jul-05 8:06
David Crow7-Jul-05 8:06 
GeneralRe: a poker game....need help......plz help Pin
koalacui7-Jul-05 8:11
koalacui7-Jul-05 8:11 
GeneralI have done so far..............help me update Pin
koalacui7-Jul-05 8:13
koalacui7-Jul-05 8:13 
QuestionHow to check folder last access time? Pin
MirkoMax7-Jul-05 7:39
sussMirkoMax7-Jul-05 7:39 

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.