Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: passing function pointer to thread Pin
Bram van Kampen16-Nov-06 14:53
Bram van Kampen16-Nov-06 14:53 
AnswerRe: passing function pointer to thread Pin
ThatsAlok16-Nov-06 23:17
ThatsAlok16-Nov-06 23:17 
QuestionRe: passing function pointer to thread Pin
edvintas18-Nov-06 4:25
edvintas18-Nov-06 4:25 
AnswerRe: passing function pointer to thread Pin
CPallini20-Nov-06 4:54
mveCPallini20-Nov-06 4:54 
QuestionPost Processing Pin
BlitzPackage16-Nov-06 10:17
BlitzPackage16-Nov-06 10:17 
AnswerRe: Post Processing Pin
Chris Losinger16-Nov-06 10:48
professionalChris Losinger16-Nov-06 10:48 
GeneralRe: Post Processing Pin
BlitzPackage16-Nov-06 14:06
BlitzPackage16-Nov-06 14:06 
QuestionIE7 and Creating Windows Pin
Al_Pennyworth16-Nov-06 9:31
Al_Pennyworth16-Nov-06 9:31 
Hey all,
I have a strange question to ask. I have an app that performs some functions when a user is logged in or logged out. The functions are performed in separate threads and a dummy window is created so it can be used as the parent for windows that are popped up during this functionality.

Here is my problem: after I updated one of my machines to IE7, this functionality will only work if I am logged in and I run it manually. In debugging, the call to SetWindowPos never returned, even though the values were good. Other times, I try to circumvent the code and it fails elsewhere. I am using CreateWindow to create the dummy window and it contains a good window handle.

Any ideas what might be causing this problem? Any thoughts on what I can look at? I am completely stumped, my application doesn't even use anything from IE7 but after the install (and eventual uninstall) it still has a hangup.
AnswerRe: IE7 and Creating Windows Pin
Bram van Kampen16-Nov-06 14:57
Bram van Kampen16-Nov-06 14:57 
GeneralRe: IE7 and Creating Windows Pin
Mark Salsbery16-Nov-06 15:33
Mark Salsbery16-Nov-06 15:33 
GeneralRe: IE7 and Creating Windows Pin
Bram van Kampen16-Nov-06 15:52
Bram van Kampen16-Nov-06 15:52 
GeneralRe: IE7 and Creating Windows Pin
Mark Salsbery16-Nov-06 15:55
Mark Salsbery16-Nov-06 15:55 
GeneralRe: IE7 and Creating Windows Pin
Hamid_RT16-Nov-06 20:21
Hamid_RT16-Nov-06 20:21 
GeneralRe: IE7 and Creating Windows Pin
Mark Salsbery17-Nov-06 4:00
Mark Salsbery17-Nov-06 4:00 
GeneralRe: IE7 and Creating Windows Pin
Hamid_RT17-Nov-06 4:55
Hamid_RT17-Nov-06 4:55 
GeneralRe: IE7 and Creating Windows Pin
Mark Salsbery17-Nov-06 5:00
Mark Salsbery17-Nov-06 5:00 
Generalhelp me please ... [modified] Pin
omc7916-Nov-06 9:02
omc7916-Nov-06 9:02 
JokeRe: help me please ... Pin
Chris Meech16-Nov-06 9:07
Chris Meech16-Nov-06 9:07 
GeneralRe: help me please ... Pin
Christian Graus16-Nov-06 9:10
protectorChristian Graus16-Nov-06 9:10 
GeneralRe: help me please ... Pin
Chris Losinger16-Nov-06 9:50
professionalChris Losinger16-Nov-06 9:50 
GeneralRe: help me please ... Pin
George L. Jackson16-Nov-06 11:31
George L. Jackson16-Nov-06 11:31 
GeneralRe: help me please ... Pin
Bram van Kampen16-Nov-06 15:12
Bram van Kampen16-Nov-06 15:12 
GeneralRe: help me please ... Pin
Hamid_RT16-Nov-06 19:55
Hamid_RT16-Nov-06 19:55 
GeneralRe: help me please ... Pin
ThatsAlok17-Nov-06 1:19
ThatsAlok17-Nov-06 1:19 
QuestionStaying Put Pin
BlitzPackage16-Nov-06 6:49
BlitzPackage16-Nov-06 6:49 

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.