Skip to content

accessmind/sample-winforms-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Winforms dialog

A quick sample of a Windows Forms dialog

Requirements

  • .NET 8 runtime
  • Microsoft Visual Studio 2022 if you wish to build or hack on it
  • Basic command-line knowledge if you wish to use Dotnet CLI for publishing

Publish as Single File

  • Open Windows Terminal.
  • Clone the repo: git clone https://github.com/accessmind/sample-winforms-dialog
  • change directory to the src subfolder: cd sample-winforms-dialog/src
  • Then just do: dotnet publish

You'll find the executable here: sample-winforms-dialog/src/Bin/Release/win-x64/publish/SampleWinFormsDialog.exe.

License

Copyright © 2024 Nathalie Polykanine & André Polykanine, AccessMind LLC.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0].
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.

About

A quick sample of a Windows Forms dialog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages