✅ C# Trying to track button clicks.
Hey! Trying to find out a method to track how many times a button has been clicked.
5 Replies
What GUI framework are you using? Winforms?
.netframework
That's not a GUI framework. .NET only offers universal tools and has no GUI capabilities.
You can have various project types using .NET, console apps, libraries, desktop, web, etc
For apps, there's WinForms, WPF, UWP among others
using blazor or what?
if blazor pretty sure the first example they scaffold you is a counter
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.