> Unless you are using the win32ui module, its unlikely you qualify as an "MFC > COM client".
I'm not using the win32ui. And this makes me wonder I would get this box. > | Another way to suppress the server busy dialog box is to use > | OleInitialize and OleUninitialize instead of AfxOleInit in your > | application. > > which are easy to call. The program was using CoInitialize() only. Now it uses OleInitialize(). The "busy message" doesn't appear always, and with OleInitialize it stopped appering in my computer. But while running in another computer it still appears. BTW, there's no OleUninitialize. Should I use the Co one? Thanks for the help, Diogo _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32