Page 1 of 1

Change Window Title to Browser's Website Title

Posted: Fri Feb 27, 2015 8:35 am
by mikethedj4
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

Re: Change Window Title to Browser's Website Title

Posted: Fri Feb 27, 2015 8:45 am
by mikethedj4
Nevermind I figured it out :D
Code: Select all
Me.Text = GeckoWebBrowser1.DocumentTitle