Board index » delphi » Show links in BackButton ForwardButton and Go Button like in IE

Show links in BackButton ForwardButton and Go Button like in IE

  Hello All;

  I am trying to attempt something here.
In Internet Explorer, when you run your cursor over the BackButton,
ForwardButton
and the GoToPage Button, you are displayed a little hint that says something
like this:

go to http://www.borland.com/delphi/

  I have done this already. And it seems to work pretty good, but it only
works for the page that you are on.
I need someone to help me to where it will read ahead,

//this one is right, Nothing wrong with it.
GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;

//This is the BackButton. It will only read the page that you are on?
BackBtn.Hint := 'Back to "'+HistoryList[HistoryIndex -0]+'"';
//Had to change the "1" to a "0" due to an ListIndex out of Bounds with the
"1" in place.

   I also want to do the same thing for the ForwardBtn, but I have not
messed with it yet.

Anyone ever tried this one before. That can give me a hand.
Or am I the 1st :~)  (I wish I was the 1st, I would have something over
everyone :~) )

Wayne

--
Carrz-Fox-Fire Promotions
Delphi 6 Pro SP2 | Win2k SP2|
http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/Main.asp
//Delphi Components and Source Code page, For members only, Sign up today
[Free for now]
http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/EmailList/C....
asp
//Delphi TWebBrowser & TEmbeddeedWB Mailing List, Join Today

 

Re:Show links in BackButton ForwardButton and Go Button like in IE


  > //this one is right, Nothing wrong with it.
Quote
> GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;

  This one will do the same thing as the BackBtn.
Will only read the Correct URL if pressed. Well as you can type in anything
into IE's
and it will read it right then.??

  Any clue's ?

Wayne
"Wayne & Carr" <delphi-NOS...@carrz-fox-fire.com> wrote in message
news:3cc84c97_1@dnews...

Quote
>   Hello All;

>   I am trying to attempt something here.
> In Internet Explorer, when you run your cursor over the BackButton,
> ForwardButton
> and the GoToPage Button, you are displayed a little hint that says
something
> like this:

> go to http://www.borland.com/delphi/

>   I have done this already. And it seems to work pretty good, but it only
> works for the page that you are on.
> I need someone to help me to where it will read ahead,

> //this one is right, Nothing wrong with it.
> GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;

> //This is the BackButton. It will only read the page that you are on?
> BackBtn.Hint := 'Back to "'+HistoryList[HistoryIndex -0]+'"';
> //Had to change the "1" to a "0" due to an ListIndex out of Bounds with
the
> "1" in place.

>    I also want to do the same thing for the ForwardBtn, but I have not
> messed with it yet.

> Anyone ever tried this one before. That can give me a hand.
> Or am I the 1st :~)  (I wish I was the 1st, I would have something over
> everyone :~) )

> Wayne

> --
> Carrz-Fox-Fire Promotions
> Delphi 6 Pro SP2 | Win2k SP2|
> http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/Main.asp
> //Delphi Components and Source Code page, For members only, Sign up today
> [Free for now]

http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/EmailList/C....

- Show quoted text -

Quote
> asp
> //Delphi TWebBrowser & TEmbeddeedWB Mailing List, Join Today

Re:Show links in BackButton ForwardButton and Go Button like in IE


  I just added the
Quote
> > GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;

to the FormCreate. and it shows only the
         go to " " but will not show the url address.
Any idea's ?????
"Wayne & Carr" <delphi-NOS...@carrz-fox-fire.com> wrote in message
news:3cc84f1c_1@dnews...
Quote
>   > //this one is right, Nothing wrong with it.
> > GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;
>   This one will do the same thing as the BackBtn.
> Will only read the Correct URL if pressed. Well as you can type in
anything
> into IE's
> and it will read it right then.??

>   Any clue's ?

> Wayne
> "Wayne & Carr" <delphi-NOS...@carrz-fox-fire.com> wrote in message
> news:3cc84c97_1@dnews...
> >   Hello All;

> >   I am trying to attempt something here.
> > In Internet Explorer, when you run your cursor over the BackButton,
> > ForwardButton
> > and the GoToPage Button, you are displayed a little hint that says
> something
> > like this:

> > go to http://www.borland.com/delphi/

> >   I have done this already. And it seems to work pretty good, but it
only
> > works for the page that you are on.
> > I need someone to help me to where it will read ahead,

> > //this one is right, Nothing wrong with it.
> > GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;

> > //This is the BackButton. It will only read the page that you are on?
> > BackBtn.Hint := 'Back to "'+HistoryList[HistoryIndex -0]+'"';
> > //Had to change the "1" to a "0" due to an ListIndex out of Bounds with
> the
> > "1" in place.

> >    I also want to do the same thing for the ForwardBtn, but I have not
> > messed with it yet.

> > Anyone ever tried this one before. That can give me a hand.
> > Or am I the 1st :~)  (I wish I was the 1st, I would have something over
> > everyone :~) )

> > Wayne

> > --
> > Carrz-Fox-Fire Promotions
> > Delphi 6 Pro SP2 | Win2k SP2|
> > http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/Main.asp
> > //Delphi Components and Source Code page, For members only, Sign up
today
> > [Free for now]

http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/EmailList/C....

- Show quoted text -

Quote
> > asp
> > //Delphi TWebBrowser & TEmbeddeedWB Mailing List, Join Today

Re:Show links in BackButton ForwardButton and Go Button like in IE


  This has been resolved;

Take Care All;
Wayne
"Wayne & Carr" <delphi-NOS...@carrz-fox-fire.com> wrote in message
news:3cc86977_2@dnews...

Quote
>   I just added the
> > > GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;
> to the FormCreate. and it shows only the
>          go to " " but will not show the url address.
> Any idea's ?????
> "Wayne & Carr" <delphi-NOS...@carrz-fox-fire.com> wrote in message
> news:3cc84f1c_1@dnews...
> >   > //this one is right, Nothing wrong with it.
> > > GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;
> >   This one will do the same thing as the BackBtn.
> > Will only read the Correct URL if pressed. Well as you can type in
> anything
> > into IE's
> > and it will read it right then.??

> >   Any clue's ?

> > Wayne
> > "Wayne & Carr" <delphi-NOS...@carrz-fox-fire.com> wrote in message
> > news:3cc84c97_1@dnews...
> > >   Hello All;

> > >   I am trying to attempt something here.
> > > In Internet Explorer, when you run your cursor over the BackButton,
> > > ForwardButton
> > > and the GoToPage Button, you are displayed a little hint that says
> > something
> > > like this:

> > > go to http://www.borland.com/delphi/

> > >   I have done this already. And it seems to work pretty good, but it
> only
> > > works for the page that you are on.
> > > I need someone to help me to where it will read ahead,

> > > //this one is right, Nothing wrong with it.
> > > GoToPagebtn1.Hint :=  'go to "'+ =URLCombo.Text +'"' ;

> > > //This is the BackButton. It will only read the page that you are on?
> > > BackBtn.Hint := 'Back to "'+HistoryList[HistoryIndex -0]+'"';
> > > //Had to change the "1" to a "0" due to an ListIndex out of Bounds
with
> > the
> > > "1" in place.

> > >    I also want to do the same thing for the ForwardBtn, but I have not
> > > messed with it yet.

> > > Anyone ever tried this one before. That can give me a hand.
> > > Or am I the 1st :~)  (I wish I was the 1st, I would have something
over
> > > everyone :~) )

> > > Wayne

> > > --
> > > Carrz-Fox-Fire Promotions
> > > Delphi 6 Pro SP2 | Win2k SP2|
> > > http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/Main.asp
> > > //Delphi Components and Source Code page, For members only, Sign up
> today
> > > [Free for now]

http://www.carrz-fox-fire.com/Delphi/Delphi_Fire_Security/EmailList/C....

- Show quoted text -

Quote
> > > asp
> > > //Delphi TWebBrowser & TEmbeddeedWB Mailing List, Join Today

Re:Show links in BackButton ForwardButton and Go Button like in IE


How?
---
Ben

"Wayne & Carr" <delphi-NOS...@carrz-fox-fire.com> wrote in message
news:3cc8e020_1@dnews...

Quote
>   This has been resolved;

Other Threads