Quote from fkapnist on February 3, 2019, 3:15 amHere is a small Windows application (a self-driving browser) using Google Chrome in VisualNEO Win
http://myth-os.com/awareware/NEOWINPLUGINS/SelfDrive.zip
try it out...
(you must have Chrome already installed)
You can change the links in "selfdriving.lst" with your own links and redistribute it to promote your web pages. If you include an image named "selfdriving.jpg" in the same folder it will be used as its cover page. If you rename the .exe file then that name will be displayed the top title bar next to the timer....
.
Here is a small Windows application (a self-driving browser) using Google Chrome in VisualNEO Win
http://myth-os.com/awareware/NEOWINPLUGINS/SelfDrive.zip
try it out...
(you must have Chrome already installed)
You can change the links in "selfdriving.lst" with your own links and redistribute it to promote your web pages. If you include an image named "selfdriving.jpg" in the same folder it will be used as its cover page. If you rename the .exe file then that name will be displayed the top title bar next to the timer....
.
Quote from fkapnist on April 3, 2019, 9:02 pmI forgot to say if you rename selfdriving.exe to ChromeNEO.exe it will unlock many more features. You can then open a control panel by clicking on [*.*] There is a help file built in.
It also lets you use the Chrome "blob" download method in your VisualNEO Win projects.
Here is the complete directory with all related files and a few extras:
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
I forgot to say if you rename selfdriving.exe to ChromeNEO.exe it will unlock many more features. You can then open a control panel by clicking on [*.*] There is a help file built in.
It also lets you use the Chrome "blob" download method in your VisualNEO Win projects.
Here is the complete directory with all related files and a few extras:
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
Quote from joferar333 on January 12, 2025, 12:57 am@fkapnist
Hello! I've been looking for this for a long time but I can't find it anywhere. I came across your post. Please, if you have this material, could you share it with me? Thank you so much!
Regards
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
Hello! I've been looking for this for a long time but I can't find it anywhere. I came across your post. Please, if you have this material, could you share it with me? Thank you so much!
Regards
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
Quote from fkapnist on January 13, 2025, 4:16 pmQuote from joferar333 on January 12, 2025, 12:57 am@fkapnist
Hello! I've been looking for this for a long time but I can't find it anywhere. I came across your post. Please, if you have this material, could you share it with me? Thank you so much!
Regards
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
What Chrome browser feature do you want?
Quote from joferar333 on January 12, 2025, 12:57 amHello! I've been looking for this for a long time but I can't find it anywhere. I came across your post. Please, if you have this material, could you share it with me? Thank you so much!
Regards
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
What Chrome browser feature do you want?
Quote from joferar333 on January 14, 2025, 2:02 am@fkapnist What I'm looking for is to be able to use the browser to implement it in Neowin since the native explorer doesn't work....
@fkapnist What I'm looking for is to be able to use the browser to implement it in Neowin since the native explorer doesn't work....
Quote from luishp on January 14, 2025, 2:30 pm@joferar333 hay al menos tres plugins diferentes para eso:
https://tropicdesigns.net/ezedge-plugin.html
Saludos.
@joferar333 hay al menos tres plugins diferentes para eso:
https://tropicdesigns.net/ezedge-plugin.html
Saludos.
Quote from naglieri on January 14, 2025, 4:19 pmIs impossible to download.Quote from joferar333 on January 12, 2025, 12:57 am@fkapnist
Hello! I've been looking for this for a long time but I can't find it anywhere. I came across your post. Please, if you have this material, could you share it with me? Thank you so much!
Regards
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
Is impossible to download.Quote from joferar333 on January 12, 2025, 12:57 amHello! I've been looking for this for a long time but I can't find it anywhere. I came across your post. Please, if you have this material, could you share it with me? Thank you so much!
Regards
http://myth-os.com/awareware/NEOWINPLUGINS/ChromeNEOfull.zip
Quote from fkapnist on January 14, 2025, 5:29 pmQuote from joferar333 on January 14, 2025, 2:02 am@fkapnist What I'm looking for is to be able to use the browser to implement it in Neowin since the native explorer doesn't work....
In VisualNEO Win, create a rectangle for the Chrome application and run this action:
RunInRectangle "Rectangle1" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--kiosk --disable-features=TranslateUI --disable-notifications --app=C:\yourFiles\index.html" "" "" ""enter the address you want to load here...
app=C:\yourFiles\index.htmlI used the "--kiosk" command line switch but there are others you can try here
https://peter.sh/experiments/chromium-command-line-switches/
........................
I now use the TropicDesigns ezEdge plugin. It lets you communicate between VisualNEO Win and the Edge browser. Using the Chrome browser in a rectangle isn't so easy to communicate: You have to invent your own SendKeys process, or dump various text messages into your Dowloads folder and scrape them back and forth.....
Quote from joferar333 on January 14, 2025, 2:02 am@fkapnist What I'm looking for is to be able to use the browser to implement it in Neowin since the native explorer doesn't work....
In VisualNEO Win, create a rectangle for the Chrome application and run this action:
RunInRectangle "Rectangle1" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--kiosk --disable-features=TranslateUI --disable-notifications --app=C:\yourFiles\index.html" "" "" ""
enter the address you want to load here...
app=C:\yourFiles\index.html
I used the "--kiosk" command line switch but there are others you can try here
https://peter.sh/experiments/chromium-command-line-switches/
........................
I now use the TropicDesigns ezEdge plugin. It lets you communicate between VisualNEO Win and the Edge browser. Using the Chrome browser in a rectangle isn't so easy to communicate: You have to invent your own SendKeys process, or dump various text messages into your Dowloads folder and scrape them back and forth.....