about to exit but process remain

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

about to exit but process remain

Postby lims » Thu Jul 13, 2017 4:49 am

i write a key event when keydown esc button on OnKeyEvent function,and write the code below

if(event.windows_key_code==VK_ESCAPE)
{
SetErrorMode(SEM_NOGPFAULTERRORBOX);
CefShutdown();
exit(0);
return true;
}
return true;

but when i keydown esc to exit,some progress still exits in the progress list.
so how i can deal with it,need help,about a thread i posted last time was solved by myself,i 'm new and less vc++ programing experience.hope you can help me.
the thread posted last time:
viewtopic.php?f=6&t=15275
lims
Newbie
 
Posts: 4
Joined: Mon Jul 10, 2017 8:30 pm

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 37 guests