BroBanKata
New member
- Joined
- Dec 20, 2019
- Messages
- 3
- Programming Experience
- Beginner
Hello,
I have literally no experience in C# but knowing how: if, while, for, etc. statements work. I've been trying to create a console based app that would press enter every time enter is pressed... This might be confusing so let me break it down a little so you can understand. The application would run in the background and every time enter is pressed the app would press it again so essentially one enter click = 2 enter clicks. And now I have 2 questions: Is it something I would be able to create with no experience and research alone? Can anyone give me some basic ideas how to even approach trying to make this code?
I have literally no experience in C# but knowing how: if, while, for, etc. statements work. I've been trying to create a console based app that would press enter every time enter is pressed... This might be confusing so let me break it down a little so you can understand. The application would run in the background and every time enter is pressed the app would press it again so essentially one enter click = 2 enter clicks. And now I have 2 questions: Is it something I would be able to create with no experience and research alone? Can anyone give me some basic ideas how to even approach trying to make this code?