A program that displays any specified webpage using CefSharp, with some URL restrictions (HTTP, HTTPS, and DATA only).
Supports multiple instances because each instance runs separately, although, there is no TOP-MOST
feature, so you will have to keep the/each window in an easily accessible area to continually use it.
Usage to Auto-Embed: <path_to>\Webbedder.exe "<your_link>" /y
Usage to Just Open: <path_to>\Webbedder.exe "<your_link>"
- Whenever you load a webpage, any special icon characters will not render until you've loaded it a second time. I've tried making a timer loop that loads the webpage a second time after about half a second, or up to two seconds, but it never seems to do anything.
- The Windows Aero border will for some reason either be disabled in normal mode and be enabled in embed mode, or vice versa, and I can't figure out why it does that, though the size/location change seems to be affecting it.