Jump to content

Can't Remeber Which Language


BattZ

Recommended Posts

Years ago, I wrote a program that could scan the screen for certain colors, it worked perfectly, and I was happy. Now, after countless HD reformats, new computers and all that, I've lost it. Now I can't even remember what language I wrote it in. I really thought it was java, but I haven't been able to find anything that could do that. So I'm wondering what languages could I do this in, so I can start to remake the original program.

Thanks

Link to comment
Share on other sites

What languages are you proficient at?

Link to comment
Share on other sites

I'm proficient at most of the popular languages, C++, java, vb etc..., but I like to do most of my programming in C++ or java when possible.

AutoHotKey looks interesting, I'll have to check it out, thanks

You could use C++ to write an app that will scan the screen for certain colors.

Edited by Infiltrator
Link to comment
Share on other sites

You could use C++ to write an app that will scan the screen for certain colors.

I'm semi-proficient in C++ but am curious of what you mean by this? What library would that function be from?

Link to comment
Share on other sites

I'm semi-proficient in C++ but am curious of what you mean by this? What library would that function be from?

I am not sure myself to be honest, but if there isn't a library I guess you could write one.

Edited by Infiltrator
Link to comment
Share on other sites

I'm semi-proficient in C++ but am curious of what you mean by this? What library would that function be from?

Instinctive method would be to use one of the many methods to take a screen shot and then process that screen shot looking for the colours you are interested in. It probably isn't the best method and could put a lot of strain on your machine depending on how often it is taking a screen shot and processing it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...