Page 1 of 1

Pass arguments to CreateProcess

PostPosted: Fri Jul 03, 2015 2:28 pm
by navisrob
Hi! I work on windows in multi-processes mode. When creating new browser, new process being created and mouse cursor in global system becomes "LOADING" for 1-2 seconds. It is very terribly when on each user action which issues creating some new browser, user see this cursor, and the most terrible thing that it works with cursor globally, so if in moment of browser creation user works in other program, it will looks like fat bug.
So I need to disable it by passing STARTF_FORCEOFFFEEDBACK flag in STARTUPINFO to CreateProcess function. Is there some option or I need compile .dll? Can it be some workaround?

Re: Pass arguments to CreateProcess

PostPosted: Tue Jul 28, 2015 3:18 pm
by navisrob
Answer: the CreateProcess call is in CEF dll, and it arguments are hard coded, so you need to build CEF from source