made a program but need help adding a button

steveosh

New member
Joined
May 19, 2021
Messages
3
Programming Experience
Beginner
Hi there
I have a small program, that depending on what options you choose / enter, it would send the proper commands.

I would like to add a button, that when pushed would send the commands to a text file, so a person could see what commands would be sent.

is that possible?

Thank you
 
Yes it is possible.

Do you know which UI framework you are thinking of using with this? WinForms, WPF, UWP, WinUI so that we can move this thread to a more appropriate subforum?
 
i am so mucha beginner... its a windows console app.
 

Attachments

  • cisco.JPG
    cisco.JPG
    35.9 KB · Views: 17
That is not a Windows console app. That is a Windows app. A console app is what you would see if all you had were just text ASCII characters and box characters only available to you.
 
Go through the steps of creating a new project as far as is required to actually see the name of the project template you used. It will definitely not be a Console application of any kind.
 
Back
Top Bottom