Jump to content

Recommended Posts

Posted (edited)

hello this is my broswer troyzilla. please read the readme file after unziping.

oh and i cant figure out how to make the proggress bar work so a little help might be nice. enjoy! :)

leave feedback plz

Troyzilla.zip

Edited by trickytroy

[quote]Randy:This is for what?! Arresting me for what?! I'm not allowed to stand up for myself?! I thought this was America! Huh? Isn't this America?! I'm sorry! I thought this was America![/quote]

  • Replies 41
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

Very nice work. I was able to type in a URL and press the GO button which loaded a new site. It seems it does not detect the Enter Key when in the address field. I did noticed that the window sizing does not work.

Cheers...:)

  • 2 weeks later...
Posted

Just set the Go button with $BS_DEFPUSHBUTTON, this wil do the thing  :(

<{POST_SNAPBACK}>

where? can you edit the script and post it here?
Posted

This is really awesome! But I think it would be better if when you type in the url (in the edit line) you could press enter instead of pressing Go. How did you make the cwebpage.dll I wasn't sure how you made it because I didn't know if you made it with AutoItX or something else. I think it's really cool otherwise!

Posted

Well if youe search the net for cwebpage.dll you can download it. So thats what i did.

Note:expect a new version soon, with a favorites list!!!

[quote]Randy:This is for what?! Arresting me for what?! I'm not allowed to stand up for myself?! I thought this was America! Huh? Isn't this America?! I'm sorry! I thought this was America![/quote]

Posted

I've come across a problem. when i set the $BS_DEFPUSHBUTTON on the go button, it wroks and everything but if im typing in.. say.. google search or any search engine when i press enter to search for the webpage it just presses the go button on the main gui! and doesnt hit search in the webpage. does any body know how to fix this??

[quote]Randy:This is for what?! Arresting me for what?! I'm not allowed to stand up for myself?! I thought this was America! Huh? Isn't this America?! I'm sorry! I thought this was America![/quote]

Posted

Maybe you can get the state of the input box, whenever the mouse is inside it you set the HotKeySet the enter key?

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Posted

This is really awesome!  But I think it would be better if when you type in the url (in the edit line) you could press enter instead of pressing Go.  How did you make the cwebpage.dll  I wasn't sure how you made it because I didn't know if you made it with AutoItX or something else.  I think it's really cool otherwise!

<{POST_SNAPBACK}>

Check out this site for cwebpage.dll

http://www.codeguru.com/Cpp/I-N/ieprogram/article.php/c4379

Cheers... :(

  • 4 months later...
Posted

i hope my question is not too dumb ... :

is there any way to intitiate a data exchange between the autoit application and the embedded browser ?

for example i would like to close the whole autoit application by clicking a button located in the webpage ... is it possible ?

thanks in advance ...

Posted

I do have to say good job, but when you change pages using a link, the address bar does not change. THIS WILL be good when you wanna search a possible virus site ;) I don't think popups are possible using this web browser :P

Posted

Hi!

This is a really cool script! Do you mind if I add a few things and send you the results?

- Matt ;)

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Posted

Tricky troy..... where are you

** Last active

trickytroy 15th September 2005 - 12:46 PM

** Last Post

trickytroy Posted on: Jul 5 2005, 03:16 PM

** last post for Troyzilla

trickytroy May 9 2005, 10:21 PM

*** I thinki this is a cool script....Stay on it????

8)

NEWHeader1.png

  • 1 month later...
Posted

Adding ctrl+enter to insert http://www. and .com at end (this really needs improving so that it only works when the cursor is in the URL box)

Add to the start of it

;HotKeySet ("{enter}" ,"ongo" )

HotKeySet ("^{enter}" ,"ongo2" )

func ongo2()

GUICtrlSetData ($combo_5, "http://www."& GUICtrlRead($Combo_5) &".com" )

call ("ongo")

endfunc

func ongo()

DllCall($dll, "long", "DisplayHTMLPage", "hwnd", $internetgui, "str", GUICtrlRead($Combo_5)) ; tells the dll to go to the web page thats in the combobox

endfunc

Also adding some settings would be good

Posted

Adding ctrl+enter to insert http://www. and .com at end (this really needs improving so that it only works when the cursor is in the URL box)

Add to the start of it

;HotKeySet ("{enter}" ,"ongo" )

HotKeySet ("^{enter}" ,"ongo2" )

func ongo2()

GUICtrlSetData ($combo_5, "http://www."& GUICtrlRead($Combo_5) &".com" )

call ("ongo")

endfunc

func ongo()

DllCall($dll, "long", "DisplayHTMLPage", "hwnd", $internetgui, "str", GUICtrlRead($Combo_5)) ; tells the dll to go to the web page thats in the combobox

endfunc

Also adding some settings would be good

@Adam1213, Nice add!

Cheers.. B)

Posted (edited)

@Adam1213, Nice add!

Cheers.. B)

Thanks... but what I added is not all that good I will improve it

By the way how can I contact the person that is in control of autoit wiki?

I am going to add

1. use GUIGetMsg to see if it should send it (only if http://www. and .com are not already there insert missing)

2. have enter work for it... I was thinking that I could make the url a box and if there are 2 lines get rid of the last line and load the page.

Javascript works but when I tried it I could not use the keyboard to control a game.

Edited by Adam1213

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
  • Recently Browsing   0 members

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