ActiveX Web Page Doesn't Look Like Original Web Page

Ask gaming related questions (AHK v1.1 and older)
PzyCh
Posts: 9
Joined: 23 May 2017, 14:45

ActiveX Web Page Doesn't Look Like Original Web Page

Post by PzyCh » 26 Feb 2021, 10:43

I have this code:

Code: Select all

Numpad2::
Gui, WEB:Add, ActiveX, xm w980 h640 vWB, Shell.Explorer
WB.Navigate("https www.lawlessrp.com /ucp/login") 
WB.Silent:=True
Gui, WEB:Show
Return
It's supposed to look like this:
Image

It looks like this:
Image

Looks distorted and the login button does not work when clicked on. This is weird because the site itself (not the UCP) works perfectly including all Java scripts within it, as well as all the other websites that I have tested. Any idea?

Thanks in advance.
Last edited by gregster on 26 Feb 2021, 11:09, edited 1 time in total.
Reason: Images fixed.
PzyCh
Posts: 9
Joined: 23 May 2017, 14:45

Re: ActiveX Web Page Doesn't Look Like Original Web Page

Post by PzyCh » 26 Feb 2021, 13:35

Works, thanks!

Is it possible to automate logging into that page without having it open then retrieve values/code from it?
PzyCh
Posts: 9
Joined: 23 May 2017, 14:45

Re: ActiveX Web Page Doesn't Look Like Original Web Page

Post by PzyCh » 27 Feb 2021, 13:54

Any ideas?
malcev
Posts: 1769
Joined: 12 Aug 2014, 12:37

Re: ActiveX Web Page Doesn't Look Like Original Web Page

Post by malcev » 28 Feb 2021, 12:37

Read forum about winhttprequest.
Post Reply

Return to “Gaming Help (v1)”