jarno9981
jarno9981
> some features i'm using are not available in .net 5. @RaoHammas .net 5 recent update made much more options possible webview2 now to and other things and when will...
@RaoHammas webview2 now support fixed runtime no need to install webview2 runtime sepertly newWeb.CreationProperties = new CoreWebView2CreationProperties { BrowserExecutableFolder = @" costumnamehere", UserDataFolder = @"costumnamehere" }; newWeb.Source = new Uri(FireBrowser.Properties.Settings.Default.EngineDefault);...
> Tbh, idk how but i lost project code for Weather widget, which was part of upcoming version and i stopped working on it. I'll remove that weather widget feature...
@SOVLOOKUP ???
A JavaScript error orcured in main process console Info: $ cross-env START=1 npm run watch > [email protected] watch > concurrently "npm run dev-renderer" "npm run dev-webpack" [0] [0] > [email protected]...
@Sigmanor yes you can add it as nuget package to project
(Programm.cs) class [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); AppContainer container = new AppContainer(); // Add the initial Tab container.Tabs.Add( // Our First Tab created by default in the Application...
https://github.com/jarno9981/FireBrowser This my app with easytabs you can look if you don't understand code above
@Sigmanor if somtimes if you build release it will cut down to 6 dll's for easytabs
> I finally found the issue in my code: it is actually a bug. Setting the Rectangle too early, when the UI is not yet fully constructed, will hard-code the...