Search:

Type: Posts; User: Fender Bender

Search: Search took 0.01 seconds.

  1. storing integer values in files using WriteFile

    for my latest project, i need to store coordinate data inputted from the user into a file using WriteFile. However, when i try to cast the numbers to characters/string (as they need to be for file...
  2. Replies
    6
    Views
    1,746

    and why the heck would i make a delete key launch...

    and why the heck would i make a delete key launch a virus? I could simply make opening a process a virus launch.
  3. Replies
    6
    Views
    1,746

    first of all, running programs in the background...

    first of all, running programs in the background is something my spy sweeper can do (though, yes, I realize viruses can too). second of all, what is wrong with a simple keyboard hook? it may be...
  4. Replies
    6
    Views
    1,746

    global keyboard hooks

    can anyone tell me (or is there a site with a good tutorial on it) how to program a global keyboard hook?
  5. I can't get to your site. i just get a blank page.

    I can't get to your site. i just get a blank page.
  6. Replies
    3
    Views
    1,008

    just by looking at that, i'm almost sure it's in...

    just by looking at that, i'm almost sure it's in your first while statement.

    when does your input include 0 in your first element? probably never. so your while loop is an infinite loop. I don't...
  7. Replies
    3
    Views
    1,072

    to save a file, u just need to get the data from...

    to save a file, u just need to get the data from the txt area and put it in a file. which option u chose to do that with is up to you (file choosers, predefined file names, etc...).

    as for...
  8. actually console apps run on cmdLine. meaning the...

    actually console apps run on cmdLine. meaning the cmdLine has to stay up and, as always has been, visible, which causes a problem.
  9. not too familiar with windowing, so do i put the...

    not too familiar with windowing, so do i put the code in the message loop or the handler? i don't mean the SW_HIDE, though i'd like to know where i need to put that too....
  10. do i put that in the if statement?

    do i put that in the if statement?
  11. this is more than likely found on the faq too,...

    this is more than likely found on the faq too, but how can i use arguments as a password ?

    for instance-
    i'd like to use a few args as a password for my project:

    cmdline>programInC password...
  12. How do i execute a .exe during runtime?

    How do i execute a .exe during runtime?
  13. yes. however when i tried that the command prompt...

    yes. however when i tried that the command prompt pops up. it also stays up, lol. desirable until i don't want to see the command prompt, which is rather quick...
  14. good lord. i never thought people never thought...

    good lord. i never thought people never thought of running background programs. i mean really, my instant messenger runs in the background.

    I AM NOT A HACKER.

    i need a background program to...
  15. do u mean as in start another instance of the...

    do u mean as in start another instance of the program during runtime?
  16. lol. u people are so goddang paranoid its funny....

    lol. u people are so goddang paranoid its funny. it's also none of your business :p

    but anyways, like i said, i'd like a friggin hidden background server in my new program that hides things on...
  17. Replies
    14
    Views
    1,247

    lol. it's amazing how many functions u want are...

    lol. it's amazing how many functions u want are C-based. anyways, i've researched enough (and used for cleaning up, u nosy little paranoids) to know that it's really, REALLY simple, so listen up:
    ...
  18. Replies
    4
    Views
    1,971

    problems like these happen to me also. I work...

    problems like these happen to me also. I work around them with a
    do { } while() { }

    more explanation of these clauses are on the internet.

    pointers also can be used along with for loops and...
  19. Running hidden executables in background

    How do i program a hidden executable that runs at startup?

    working on a C Server for my new program. Thanks in advance :D
Results 1 to 19 of 22