Search:

Type: Posts; User: killdragon

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,399

    ya microsoft suks at explaining things, i do a...

    ya microsoft suks at explaining things, i do a lot better with examples, they basically give me the syntaxt and some stuff you can put in there, and i cant understand how to do it right, ive searched...
  2. Replies
    6
    Views
    1,399

    ya microsoft suks at explaining things, i do a...

    ya microsoft suks at explaining things, i do a lot better with examples, they basically give me the syntaxt and some stuff you can put in there, and i cant understand how to do it right, ive searched...
  3. Replies
    6
    Views
    1,399

    simluate mouse press

    ive lloked through the forums and a code site but i cant find anything that helps me, how do i make a dos program that simulates the left mouse button being pressed, i know its possible with the...
  4. Replies
    13
    Views
    2,679

    can anyone help me???

    can anyone help me???
  5. Replies
    13
    Views
    2,679

    i dont really get wut you mean, could you just...

    i dont really get wut you mean, could you just answer my question cause i still dont know the syntax of it or wut some of the other stuff in the net send program was
  6. Replies
    13
    Views
    2,679

    im not very good at c++ yet and how am i supposed...

    im not very good at c++ yet and how am i supposed to know that answer thats y i asked (sean), i didn't ask for a whole program either (even though it was small)


    stream << "net send " <<...
  7. Replies
    13
    Views
    2,679

    so which command is the system one cause you jst...

    so which command is the system one cause you jst gave me a program and i cant exactly tell
  8. making a stealthy win32 console application?

    is there a way to make a win32 console application (the one with the dos wondow) run "silently", so you cant tell that it is running? or do i have to use a win32 application or something else?...
  9. Replies
    21
    Views
    2,575

    unless you wanted it to be syncronized while the...

    unless you wanted it to be syncronized while the computers shut down or the same as the computer clock you can do this


    #include <iostream.h>
    #include <windows.h>
    int main()
    {
    int loop; // in...
  10. Replies
    4
    Views
    1,684

    opening url in c++

    is there a way i can open a url in c++???
    Thx a lot for any help
  11. Replies
    5
    Views
    1,284

    thx a LOT prog i got it working perfect now :D

    thx a LOT prog i got it working perfect now :D
  12. Replies
    5
    Views
    1,284

    ok i looked at that and i kindaa undeerstand the...

    ok i looked at that and i kindaa undeerstand the key event function thing but i cant find anything on there that shows a list of key codes, jst stuff like capslock, numlock, scroll lock and some...
  13. Replies
    13
    Views
    2,679

    running system commands??

    is there a way i can do a system command (if thats wut u call it) in c++ something lke
    cout << "net send * messsage";
    and if so how would i do it without having to display it in the dos windows...
  14. Replies
    8
    Views
    5,345

    oo ya, stupid me i totally forgot about that. ...

    oo ya, stupid me i totally forgot about that. and the tutorial send that microsoft was very "quirky" when making your own rc file
  15. Replies
    8
    Views
    5,345

    i mostly get wut the header and .rc files are...

    i mostly get wut the header and .rc files are for, i jst want to know how to make one/edit one in the mvc++ program instead of editing one from something else outside of it
  16. Replies
    8
    Views
    5,345

    .rc and resource.h file editing

    i was looking at this tutorial on creating a window, did that, then went on to dding some of the stuff, one of the things was adding menus. i read that and it talked about making? or editing? a .h...
  17. Replies
    4
    Views
    3,382

    checking multiple inputs

    is there a way i can have a series of inputs that are storing numbers into an array, but make it so if they type something other than a number like finish or done it will end and goto a function, im...
  18. Replies
    2
    Views
    779

    question about arrays...

    is there a way to store numbers in arrays, then jst multiply them all somehow instead of typing
    cout << array[1]*array[2]*array[3] and so on...
    or are arrays not the right thing to do this if so...
  19. Replies
    5
    Views
    1,284

    changing code to something else

    i have this code that simulates alt+enter so dos screen goes to fullscreen and i was wondering how to change it so that it simulates the user presing alt+F4. heres tge code


    void fullscreen() ...
  20. Replies
    17
    Views
    2,067

    ok now that i have ran the program it does...

    ok now that i have ran the program it does this-->you type something, and even if wut you type is "bob" then you type something else again, then after that it says hi bob????????

    EDIT: i used my...
  21. Replies
    17
    Views
    2,067

    omg i found out that the problem was that i had...

    omg i found out that the problem was that i had two
    return 0;
    } and the second one was far down cause i erased other code tthat was there but forgot that one...hhaha,
    can ne1 help me with this...
  22. Replies
    17
    Views
    2,067

    hey i used the code from jlou cause that looked...

    hey i used the code from jlou cause that looked easier and when i compile it i get 8 erros


    C:\Program Files\DevStudio\MyProjects\test\main.cpp(3) : error C2871: 'std' : does not exist or is not...
  23. Replies
    17
    Views
    2,067

    thx prog but wut is the 30 after te char for???

    thx prog but wut is the 30 after te char for???
  24. Replies
    17
    Views
    2,067

    im a beginner so wut do you mean by that

    im a beginner so wut do you mean by that
  25. Replies
    17
    Views
    2,067

    checking cin for words

    wut do i use to check if cin equals a word and not a number like


    #include <iostream.h>
    int main()
    {
    int name;
    cin >> name;
    if (name == "bob")
    {
Results 1 to 25 of 25