lstratman / EasyTabs

Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc.
https://lstratman.github.io/EasyTabs
155 stars 70 forks source link

How to get browser url a tabs text and icon #55

Closed jarno9981 closed 3 years ago

jarno9981 commented 3 years ago

!help

How to get browser url and icon in the tabs bar text and icon , example go to youtube.com = tabs youtube icon + youtube.com

jarno9981 commented 3 years ago

@lstratman ?? How to get url name and icon in the tabs

lstratman commented 3 years ago

The sample project for this project already does this, for the both the site’s favicon and its title, so look at the sample browser application code included in this repository if you want to see how to do that.


From: jarno9981 notifications@github.com Sent: Sunday, January 31, 2021 1:15:06 PM To: lstratman/EasyTabs EasyTabs@noreply.github.com Cc: Luke Stratman lstratman@gmail.com; Mention mention@noreply.github.com Subject: Re: [lstratman/EasyTabs] How to get browser url a tabs text and icon (#55)

@lstratmanhttps://github.com/lstratman ?? How to get url name and icon in the tabs

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/lstratman/EasyTabs/issues/55#issuecomment-770425149, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAAGADAYO5A6NULO6PZWACTS4WM2VANCNFSM4WVBM63A.

jarno9981 commented 3 years ago

Oke i will look into it