Click here to Skip to main content
16,004,647 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: extracting objects from a scene Pin
projectip12-May-08 17:47
projectip12-May-08 17:47 
QuestionCan anybody help me Pin
Deepu Antony27-Apr-08 17:42
Deepu Antony27-Apr-08 17:42 
AnswerRe: Can anybody help me Pin
_AnsHUMAN_ 27-Apr-08 18:18
_AnsHUMAN_ 27-Apr-08 18:18 
AnswerRe: Can anybody help me Pin
Hamid_RT29-Apr-08 1:29
Hamid_RT29-Apr-08 1:29 
GeneralExcel Automation Pin
Sangeetha_J27-Apr-08 17:21
Sangeetha_J27-Apr-08 17:21 
GeneralRe: Excel Automation Pin
Sangeetha_J27-Apr-08 21:34
Sangeetha_J27-Apr-08 21:34 
GeneralRe: Excel Automation Pin
Hamid_RT29-Apr-08 1:28
Hamid_RT29-Apr-08 1:28 
QuestionCan you make an MCIWnd a child to the main window, but run in a seperate thread? Pin
x87Bliss27-Apr-08 17:19
x87Bliss27-Apr-08 17:19 
My MFC application consists of one main dialog, and it has an MCIWnd control created at the bottom for simple media playing functionality.

I currently use MCIWndCreate in the main window's OnInitDialog function, creating it as a child window. Most of the media it plays is streamed from the internet. This creates a problem when the user seeks in the MCIWnd, and it has to access the internet for more data. The MCIWnd freezes the whole app until it is able to resume playing (once it finished downloading more data). Usually it only takes a few seconds; however, it tends to be bothersome still.

I was wondering if there was a way to create the MCIWnd as a child of the main window, but have all of its functionality run in a seperate thread, so that the main thread can continue uninterupted while MCIWnd downloads its data.

Thanks for reading the lengthy post and providing any help. Smile | :)
AnswerRe: Can you make an MCIWnd a child to the main window, but run in a seperate thread? Pin
Hamid_RT29-Apr-08 1:26
Hamid_RT29-Apr-08 1:26 
QuestionSetWindowsHookEx question Pin
yonghengzhimi27-Apr-08 17:04
yonghengzhimi27-Apr-08 17:04 
GeneralRe: SetWindowsHookEx question Pin
Naveen27-Apr-08 17:36
Naveen27-Apr-08 17:36 
GeneralRe: SetWindowsHookEx question Pin
yonghengzhimi28-Apr-08 21:08
yonghengzhimi28-Apr-08 21:08 
GeneralRe: SetWindowsHookEx question Pin
Hamid_RT29-Apr-08 1:26
Hamid_RT29-Apr-08 1:26 
QuestionCan C++ code start a service Pin
Knowledgestudent27-Apr-08 11:10
Knowledgestudent27-Apr-08 11:10 
GeneralRe: Can C++ code start a service Pin
Charles Spirz27-Apr-08 12:02
Charles Spirz27-Apr-08 12:02 
QuestionRe: Can C++ code start a service Pin
Knowledgestudent27-Apr-08 13:48
Knowledgestudent27-Apr-08 13:48 
GeneralRe: Can C++ code start a service Pin
Charles Spirz27-Apr-08 14:35
Charles Spirz27-Apr-08 14:35 
AnswerRe: Can C++ code start a service Pin
ThatsAlok1-Jul-09 0:04
ThatsAlok1-Jul-09 0:04 
QuestionFunction pointers from DLL [modified] Pin
Michael Siroen27-Apr-08 10:08
Michael Siroen27-Apr-08 10:08 
GeneralRe: Function pointers from DLL Pin
Mark Salsbery27-Apr-08 10:56
Mark Salsbery27-Apr-08 10:56 
GeneralRe: Function pointers from DLL Pin
Michael Siroen27-Apr-08 10:58
Michael Siroen27-Apr-08 10:58 
GeneralRe: Function pointers from DLL Pin
Mark Salsbery27-Apr-08 11:28
Mark Salsbery27-Apr-08 11:28 
GeneralRe: Function pointers from DLL Pin
Michael Siroen27-Apr-08 11:40
Michael Siroen27-Apr-08 11:40 
GeneralRe: Function pointers from DLL Pin
Ozer Karaagac27-Apr-08 11:36
professionalOzer Karaagac27-Apr-08 11:36 
GeneralRe: Function pointers from DLL [modified] Pin
Michael Siroen27-Apr-08 11:51
Michael Siroen27-Apr-08 11:51 

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.