Jump to content

https with shell.explorer?


Recommended Posts

why doesn't work?

with ie https://e-market.e-licitatie.ro/ works!

but

don't work with

#include<GuiConstants.au3>

$main = GUICreate("", 800, 600, -1, -1)

$obj = ObjCreate ("Shell.Explorer.2")

GuiCtrlCreateobj ($obj, 1, 1, 798, 598)

GUISetState()

$obj.Navigate ("https://e-market.e-licitatie.ro/")

While 1

$msg = GUIGetMsg()

If $msg = $gui_event_close Then Exit 0

WEnd

i don't how make this!

anybody knows?

Link to comment
Share on other sites

why not just use DaleHohm's IE udf library?

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

Becaue COM/OBJ are cool!

got me there :lmao:
AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

well if i were u i'd use

#include <ie.au3>
$ie = _IECreate(1)
_IENavigate($ie,'Https://e-market.e-licitatie.ro/")

maybe?

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

i search in ie.au3 "shell.explorer"

i don't find anything.....

i need navigate with

.....................

$obj = ObjCreate ("Shell.Explorer.2")

GuiCtrlCreateobj ($obj, 1, 1, 798, 598)

GUISetState()

$obj.Navigate ("https://e-market.e-licitatie.ro/")

.....................

you didn't find anything, because he is using the InternetExplorer.Application automation object. You can see the methods etc in the OLE/COM viewer by selecting internet explorer in the 'automation objects' section then clicking the plus and choosing to view type info of the idispatch
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...