A C# application designed for full-screen web monitoring using the WebBrowser control.
This project provides a simple and efficient solution for displaying web content in full-screen mode, ideal for kiosks, digital signage, or monitoring dashboards.
- Full-Screen Display: Launches the application in full-screen mode without window borders or controls.
- Customizable URL: Easily set the desired URL to be displayed.
- Auto-Refresh: Optionally refresh the page at set intervals.
- Minimal UI: Clean interface focused solely on displaying web content.
- Windows OS
- .NET Framework (version compatible with the project)
-
Clone the repository:
git clone https://github.com/karam-ajaj/fullScreenWebBrowser.git
-
Open the solution:
Open
test_full.slnin Visual Studio. -
Build and run:
Build the solution and run the application.
To set the URL or adjust settings:
- Open the main form file (e.g.,
MainForm.cs). - Locate the section where the WebBrowser control is initialized.
- Modify the URL or settings as needed.
fullScreenWebBrowser/
├── test_full.sln # Visual Studio solution file
├── test_full/ # Main project directory
│ ├── MainForm.cs # Main form with WebBrowser control
│ ├── Program.cs # Application entry point
│ └── ... # Other project files
├── README.md # Project documentation
└── ... # Additional files and directories
Feel free to modify the application to suit your specific needs:
- Change the default URL: Set your preferred default web page.
- Adjust refresh intervals: Implement timers to refresh the page periodically.
- Add navigation controls: Include buttons or menus for navigation if required.
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.
This project is licensed under the MIT License.
For questions or support, please open an issue on the GitHub repository.