Click here to Skip to main content
15,914,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSendInput to Inactive Windows Possible? Pin
Coxen5-Apr-06 11:34
Coxen5-Apr-06 11:34 
AnswerRe: SendInput to Inactive Windows Possible? Pin
Ryan Binns5-Apr-06 18:37
Ryan Binns5-Apr-06 18:37 
QuestionMaintaining program control while in a loop... Pin
aquawicket5-Apr-06 11:25
aquawicket5-Apr-06 11:25 
AnswerRe: Maintaining program control while in a loop... Pin
Blake Miller5-Apr-06 13:04
Blake Miller5-Apr-06 13:04 
GeneralRe: Maintaining program control while in a loop... Pin
aquawicket6-Apr-06 9:50
aquawicket6-Apr-06 9:50 
GeneralRe: Maintaining program control while in a loop... Pin
Blake Miller6-Apr-06 10:49
Blake Miller6-Apr-06 10:49 
GeneralThanks :) Pin
aquawicket6-Apr-06 11:42
aquawicket6-Apr-06 11:42 
QuestionError R6034: XP Manifest w/ CreateProcess() Pin
fire fly5-Apr-06 10:22
fire fly5-Apr-06 10:22 
This is driving me nuts. I'm trying to call CreateProcess() to start Internet Explorer from within a Manifest-enabled (specifically Common Controls 6) application and I get about 7 dialog boxes that say the exact same thing:

------------------------------
Runtime Error!

Program: C:\Program Files\Internet Explorer\iexplore.exe

R6034
An application has made an attempt to load the C runtime library incorrectly.

Please contact the application's support team for more information.

['OK' button]
------------------------------

After I click through all 7 'OK' dialogs, everything seems to work normally.

The only thing that I've discovered searching Google is that XP Manifests for Common Controls 6 is what seems to be affecting Internet Explorer's startup sequence. CreateProcess() is acting like "if the process starting the new process is XP Manifest enabled, then the new process MUST ALSO be XP Manifest enabled." Now, I know there has to be a workaround because Explorer.exe is XP Manifest enabled and runs new processes all the time (including IE).

QuestionRe: Error R6034: XP Manifest w/ CreateProcess() Pin
David Crow5-Apr-06 10:38
David Crow5-Apr-06 10:38 
AnswerRe: Error R6034: XP Manifest w/ CreateProcess() Pin
fire fly5-Apr-06 15:23
fire fly5-Apr-06 15:23 
QuestionDirectory Control Pin
jonesap55-Apr-06 8:21
jonesap55-Apr-06 8:21 
AnswerRe: Directory Control Pin
Waldermort5-Apr-06 8:27
Waldermort5-Apr-06 8:27 
GeneralRe: Directory Control Pin
David Crow5-Apr-06 8:37
David Crow5-Apr-06 8:37 
GeneralRe: Directory Control Pin
Waldermort5-Apr-06 8:40
Waldermort5-Apr-06 8:40 
AnswerRe: Directory Control Pin
David Crow5-Apr-06 8:37
David Crow5-Apr-06 8:37 
AnswerRe: Directory Control Pin
gamitech5-Apr-06 13:03
gamitech5-Apr-06 13:03 
QuestionPopulating web based default email client fields Pin
tnguyen4445-Apr-06 8:13
tnguyen4445-Apr-06 8:13 
AnswerRe: Populating web based default email client fields Pin
David Crow5-Apr-06 8:34
David Crow5-Apr-06 8:34 
GeneralRe: Populating web based default email client fields Pin
tnguyen4445-Apr-06 8:55
tnguyen4445-Apr-06 8:55 
GeneralRe: Populating web based default email client fields Pin
David Crow5-Apr-06 9:07
David Crow5-Apr-06 9:07 
GeneralRe: Populating web based default email client fields Pin
tnguyen4445-Apr-06 10:23
tnguyen4445-Apr-06 10:23 
GeneralRe: Populating web based default email client fields Pin
David Crow5-Apr-06 10:35
David Crow5-Apr-06 10:35 
GeneralRe: Populating web based default email client fields Pin
tnguyen4445-Apr-06 11:28
tnguyen4445-Apr-06 11:28 
GeneralRe: Populating web based default email client fields Pin
David Crow6-Apr-06 2:39
David Crow6-Apr-06 2:39 
QuestionDLL - Write to file error Pin
borono5-Apr-06 7:38
borono5-Apr-06 7:38 

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.