Knew that one would be the case.
And what's so hard about naming your object properly.
Label1
Label2
Label3
Are not proper names.
Also like I said. Don't use a ******* WebBrowser which is slow, bloated and outdated. Use a WebRequest, which is fast, light and doesn't consume any data for css/js/image files which don't have to be loaded in that case.
Remove methods you don't use.
Write methods instead of repeating your code a million times.
@
Knew that one would be the case.
And what's so hard about naming your object properly.
Label1
Label2
Label3
Are not proper names.
Also like I said. Don't use a ******* WebBrowser which is slow, bloated and outdated. Use a WebRequest, which is fast, light and doesn't consume any data for css/js/image files which don't have to be loaded in that case.
Remove methods you don't use.
Write methods instead of repeating your code a million times.