10 Replies
Depends on what framework you are using.
if you are making a console application you can try Console.ReadKey and check if the button you pressed is the key you want and then print to console
what if i wanna make a print button inside the datagridview?
like this
the button isnt functional yet
Which framework?
.NET
What GUI framework are you using? Blazor, Maui, Winforms, Xamarin... etc
winform
sorry sorry
there are a few steps to take
1. make a button in the view
2. style the button so it shows a print icon
3. when clicked, do the actual printing
is there any of these steps you already know how to do?
i got it already my big bro helped me, thank u guysss
how do i close this?