Search:

Type: Posts; User: asbo60

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    53
    Views
    8,515

    wow I never expected so many replies, and thanks...

    wow I never expected so many replies, and thanks for all the suggestions ill definitely be making some modifications.
  2. Replies
    53
    Views
    8,515

    How's my new Website

    I have finally managed to get my own website online and have started putting some of my content on it. If you all could take a quick look at it and tell me what you think and give me some suggestions...
  3. Replies
    4
    Views
    2,429

    Custom Console Library

    I just love fooling around with C++ console applications, even though i am also attempting to learn more advance aspects of C++( openGl currently ) I still love taking a brake and making a console...
  4. Thread: Parsing strings

    by asbo60
    Replies
    19
    Views
    2,958

    I'm not a very experienced programmer but...

    I'm not a very experienced programmer but couldn't you just use scanf?
  5. Replies
    10
    Views
    7,589

    Just press Alt+tab or run a program to do that...

    Just press Alt+tab or run a program to do that for you automatically

    Heres the Program




    void AltEnter()
    {
    keybd_event(VK_MENU,
  6. Thread: Starcraft bot

    by asbo60
    Replies
    4
    Views
    2,335

    k i found a example greet bot and it is very...

    k i found a example greet bot and it is very complicated but i was wondering would it be better to start with somthing more simple like trying to make a bot for a chat room so i went on my old...
  7. Thread: Starcraft bot

    by asbo60
    Replies
    4
    Views
    2,335

    i have also heard that mot bots use a binary...

    i have also heard that mot bots use a binary system...sorry have no clue howd they do this any way just thought you ought to know
  8. Thread: Starcraft bot

    by asbo60
    Replies
    4
    Views
    2,335

    Starcraft bot

    Before you close this thread wat i want to do is not restricted by starcraft, starcraft still letts bots on certain channels. i was wondering how hard it would be to make a bot, just to greet people...
  9. Replies
    5
    Views
    6,157

    that worked perfectly with a little Sleep...

    that worked perfectly with a little Sleep Function in each if statements

    thanks for the help
  10. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    o ok, and my question was is there any way to...

    o ok, and my question was is there any way to improve it
  11. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    ive made some updates to that code i tryed befor...

    ive made some updates to that code i tryed befor so now at least it will say found it when i move the cruser over the colour heres the code



    #include "stdafx.h"

    int main()
    {
    int w;
  12. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    Where did that come from...i mean that was a big...

    Where did that come from...i mean that was a big jump, i have no clue wat your talking about sorry
  13. Replies
    5
    Views
    6,157

    lol i didnt think of highlighting, i guess that...

    lol i didnt think of highlighting, i guess that would look better. but how would i go in doing that?
  14. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    i tryed making a giant block of code that would...

    i tryed making a giant block of code that would row by row check the screen but in the end all it did was freeze my comp and i would like any sugestions on how to do this?
  15. Replies
    5
    Views
    6,157

    OpenGL tic tac toe

    i am making a OpenGL tic tac toe game and i would like to make a menu screen where you could us the arrow keys to move a start(*) beside the option.

    eg.

    * Play a Single Player Game

    --Play a...
  16. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    I tried some more stuff and it still didnt do...

    I tried some more stuff and it still didnt do anything.... heres the code i came up with.


    for (int x=0;x<1152;x++)
    {
    for(int y=0;y<864;y++)
    {
    Find = GetPixel( hdc, x, y ); // sets...
  17. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    opps lol didnt see that thanks ill try that

    opps lol didnt see that thanks ill try that
  18. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    k i have done a little experiment and come up...

    k i have done a little experiment and come up with this but it dosnt work. please take a look at it.


    #include "stdafx.h"

    int main()
    {

    HDC hdcScrn; // Handle on accessing screen...
  19. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    k i will experiment for a little thanks

    k i will experiment for a little thanks
  20. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    Those tutorials are good but i have decided to...

    Those tutorials are good but i have decided to make my program a console again...But i am having another problem, is there a way to make my program search the screen for a certain colour?
  21. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    k Ill Mave it to Windows

    k Ill Mave it to Windows
  22. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    I having a problem with putting that into a...

    I having a problem with putting that into a windows program it comes up with an error when i try to put it into a static box.

    Error:

    error C2664: 'SetDlgItemTextA' : cannot convert parameter 3...
  23. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    Thanks that worked perfectly.

    Thanks that worked perfectly.
  24. Thread: Just wondering

    by asbo60
    Replies
    25
    Views
    3,164

    Just wondering

    Hi is there any way that you could detect colours? i mean like say you had the mouse pointer over a red bit on screen, how you make it tell you wat colour it was? I was thinking the only way you...
  25. Thread: Mouse Program

    by asbo60
    Replies
    23
    Views
    3,026

    k i would like to see the code i might be able...

    k i would like to see the code i might be able to build of it
Results 1 to 25 of 39
Page 1 of 2 1 2