Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrd/csharp-browser-example
https://github.com/emrd/csharp-browser-example
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/csharp-browser-example
- Owner: EmrD
- Created: 2024-11-14T11:06:53.000Z (3 days ago)
- Default Branch: master
- Last Pushed: 2024-11-14T13:37:43.000Z (3 days ago)
- Last Synced: 2024-11-14T14:35:31.369Z (3 days ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Browser App With C# And .NET Windows Forms
This is an example code to show making an browser on .NET Windows Forms template.
## Getting Started
To run or edit locally, run;
- Clone this repository
- Open project via Visual Studio or any code editor (Visual Studio recomended).
- To edit the design, open ``Form1.Designer.cs`` file.
- To edit the codes, open ``Form1.cs`` file.