A simple photo viewer application implemented in C++ using .NET and WinForms.
- Basic photo viewer features (browse photos, zoom-in, zoom-out, reset, navigation)
- User-friendly graphical user interface with WinForms.
To build and run this application, you need:
- Visual Studio with C++ and .NET development tools.
-
Clone the repository:
https://github.com/ashish-shr/Pexel-Photo-Viewer.git
-
Open the project in Visual Studio:
- Open Visual Studio and choose "Open a project or solution." Navigate to the cloned repository and select the solution file (
.sln
). - Press
Ctrl
+Shift
+B
to build the solution, and then pressF5
to run the application.
- Open Visual Studio and choose "Open a project or solution." Navigate to the cloned repository and select the solution file (