Change Window Title to Browser's Website Title

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts Page 1 of 1
Contributors
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

One thing I'm working on with my app kodeWeave is the ability to export your web layout/app you coded to make it a native Windows, Linux, or Android application.

I want the title of the windows app to be the browser's title (<title>site name</title>).
Does anyone know how to do this?

Any help is greatly appreciated.
problem.png
You do not have the required permissions to view the files attached to this post.
User avatar
mikethedj4
VIP - Site Partner
VIP - Site Partner
Posts: 2592
Joined: Thu Mar 25, 2010 4:36 am

Nevermind I figured it out :D
Code: Select all
Me.Text = GeckoWebBrowser1.DocumentTitle
2 posts Page 1 of 1
Return to “Coding Help & Support”