For Blazor Server or Blazor WebAssembly
DEMO : https://tossnet.github.io/Blazor-WinOld/
Welcome to my new delirium
peek.mp4
Install-Package BlazorWinOld
or
dotnet add package BlazorWinOld
For client-side and server-side Blazor - add script section (head section)
<link href="_content/BlazorWinOld/css/blazorwinold.css" rel="stylesheet" />
In Program.cs add this line to use messagebox
builder.Services.AddSingleton<IDialogService, DialogService>();
and in the bottom of your MainLayout.razor add this line to use taskbar
<WinOldMessageBoxHost />
I used these repo for most of the css and icons: