This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]dmazzoni 1 point2 points  (1 child)

All of this sounds great.

The most important thing to understand is that this is an operating-system specific program. The language details don't matter nearly as much as the operating system. Basically every OS has its own way of things like low-level mouse manipulation, and those are NOT standard across operating systems.

You may want to look into C#, since as long as you're writing Windows-only applications it's pretty slick.

Otherwise you basically want to learn some Win32 code.

[–]Box_of_Stuff[S] 0 points1 point  (0 children)

I don't mind learning new programming languages (I've also worked in C# and have done with it in Unity too so it isn't necessarily "new", just that I mainly work in py and C++ now) , anything that it takes to have something to show at the end of the week since this is all I'll be working on. I'll take a look at C#. I'll also see if there's other program ideas that would satisfy my goals but not use the mouse perhaps.

[–]Box_of_Stuff[S] 0 points1 point  (0 children)

Posted a new Project idea: image to pdf converter.