Forum: Computer Science Oct 14th, 2009 |
| Replies: 9 Views: 412 In that case, here's the project, this is way past your level of coding :icon_lol: You can still give it a shot, but the code's there if you want it. |
Forum: Computer Science Oct 14th, 2009 |
| Replies: 9 Views: 412 I'd supply you with the source code, but that would take away the fun in it, wouldn't it? :icon_cheesygrin:
I used C++ to make this, there's 4 things I used most:
Threads
Vectors
Windows... |
Forum: Computer Science Oct 14th, 2009 |
| Replies: 9 Views: 412 An enjoyable one, make an activity recorder, so it records your mouse and keyboard activity and plays it back at different speeds. I did it once (attached), might be an idea for you.
Or were you... |
Forum: Computer Science Sep 12th, 2009 |
| Replies: 1 Views: 380 Keep to one forum, please. [link] (http://www.daniweb.com/forums/thread222584.html) |
Forum: Computer Science Jun 18th, 2009 |
| Replies: 4 Views: 342 Let me see your attempt first. |
Forum: Computer Science Jun 6th, 2009 |
| Replies: 1 Views: 393 Do what you like the most, though if it were me I would start off with something lower level like C/C++ as it will give you a better understanding of computers in general. If you then want to move... |
Forum: Computer Science Jun 6th, 2009 |
| Replies: 11 Views: 1,280 Control a PC from a cell phone? I highly doubt that's something you could manage even with the help here. The only way I can think of doing that is sending emails from your phone, having a program on... |
Forum: Computer Science May 30th, 2009 |
| Replies: 4 Views: 560 I'm not entirely sure, but you could try capturing the windows HDC (using GetDC) and reading pixels from it. |
Forum: Computer Science May 29th, 2009 |
| Replies: 4 Views: 560 I would do this in C++.
This is no easy task, you are talking about simlulating keystrokes to the window and making the program 'play the game' for you. In C++ you could either use SendMessage or... |
Forum: Computer Science Sep 25th, 2008 |
| Replies: 5 Views: 816 haha :D This made me laugh. |