A lightweight C# web browser built with .NET Windows Forms and the Microsoft Edge WebView2 engine. This project features a multi-tab interface, essential navigation controls, and real-time UI synchronization.
- Multi-Tab Support: Open and manage multiple web pages simultaneously.
- Navigation Controls: Fully functional Back, Forward, and Refresh buttons.
- Smart URL Bar: Navigate directly to websites with automatic "https://" formatting.
- Dynamic UI: Tab titles and address bar update automatically based on the current page.
To run this application:
- Install Visual Studio with the .NET desktop development workload.
- Ensure you have the WebView2 Runtime installed.
- Clone the repository to your local machine.
- Open the
.slnfile in Visual Studio. - Restore the NuGet packages (specifically
Microsoft.Web.WebView2). - Press F5 or the Start button to run the browser.