C
C#2y ago
MattK

✅ 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
Becquerel
Becquerel2y ago
What GUI framework are you using? Winforms?
MattK
MattK2y ago
.netframework
TheBoxyBear
TheBoxyBear2y ago
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
blinkbat
blinkbat2y ago
using blazor or what? if blazor pretty sure the first example they scaffold you is a counter
Accord
Accord2y ago
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.