Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
So hey guys. Im trying to make a sorta client for the website agar.io. I have set up visual studio 2015 and made a windows forum project. In this project i added a "webBrowser" Took to the forum and set the url to agar.io. it all seems fine but the game has very low FPS. Thinking this was a problem with internet explorer i ran agar.io on there and it wasnt laggy at all(I did this because the webBrowser tool seems to be based on internet explorer).Any help guys?
Posted

1 solution

I am not sure if this is the problem, but it is worth a try.
By default the WebBrowserControl is set to emulate Internet Explorer 7.
This might be why the game is lagging, but there are of course many other possible reasons too.

You can change this behaviour by adding your application name to a registry entry.
This article describes how Configuring the emulation mode of an Internet Explorer WebBrowser control[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900