07-05-2005 08:07 AM
07-05-2005 09:06 AM
07-05-2005 11:11 AM
07-05-2005 11:50 AM
07-06-2005 01:09 AM
Hi DaveC,
Thanks for your reply, but for that I have to load the panel in same thread, Thats what I do not want to...In my application both panels are in saperate thread.
Gajanan
07-06-2005 03:10 AM
Hi,
There should be no reason why you can't display the panel from the main thread. Although the main thread displays the panel, the instruction to do it comes from your secondary thread. Let me know if you think there is a reason this won't work in your application.
Jamie
07-06-2005 04:32 AM
Thanks for your suggestion,Now I am planning to do the same thing.
Actully I am using following function to schedulr new thread.
CmtScheduleThreadPoolFunctionAdv (poolHandle, OpenPopup,
NULL,
THREAD_PRIORITY_NORMAL,
NULL,
EVENT_TP_THREAD_FUNCTION_BEGIN,
0, CmtGetCurrentThreadID(), &fnID)
07-06-2005 04:41 AM
07-06-2005 11:39 AM