aristeo Posted November 20, 2018 Posted November 20, 2018 In the server running as hyperserver, many iexplore.exe processes are opened, and they remain suspended. Is that normal? What is the work of these processes? ScreenShot attached. Thanks Quote
Administrators Farshad Mohajeri Posted November 20, 2018 Administrators Posted November 20, 2018 Hi, Can it be because your application tries to launch a web site internally? Using ShellExecute? Quote
aristeo Posted November 20, 2018 Author Posted November 20, 2018 You're right, the problem is this line in the source of the project: ShellExecute(GetDesktopWindow,'open', PChar('http://127.0.0.1:8077'), '', '',SW_MAXIMIZE); to open the browser automatically when running debugging Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.