c++ - How to ask to restart firefox? -


i have created c++ program install firefox extension. so, extension works, need restart firefox.

so, how can ask restart firefox while user using ?

this kind of looks duplicate question: winapi - how can process handle name in c++. essentially, you'd looking "find" process "firefox.exe" (in place of "target.exe") , if finding successful, put warning dialogue box close firefox , re-open. if not, continue install or whatever. hope helped!


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -