Search:

Type: Posts; User: voodoomagic

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,794

    ShellExecute(), search for it on...

    ShellExecute(), search for it on msdn.microsoft.com
  2. Replies
    64
    Views
    16,201

    does incestrial breeding make sense? maybe thats...

    does incestrial breeding make sense? maybe thats why we only currently use a small percentage of our brain. maybe adam and eve used 100% of there brain. same with there children, but when the...
  3. Replies
    2
    Views
    2,460

    question about lParam

    lParam
    [in] Specifies the repeat count, scan code, extended-key flag, context code, previous key-state flag, and transition-state flag. For more information about the lParam parameter, see Keystroke...
  4. Replies
    2
    Views
    1,641

    awesome thanks i got it working now

    awesome thanks i got it working now
  5. Replies
    2
    Views
    1,641

    getting an hinstance

    hi,

    how can i get an hinstance in a dll. i tried AfxGetInstanceHandle but i cant really get it to work. im using devcpp on winxp.
    anytips would be great.

    thanks.
  6. Replies
    7
    Views
    8,439

    o, ok lol i didnt see that

    o, ok lol i didnt see that <requires windows server 2003>, is there anyway to get the id of a thread?
  7. Replies
    7
    Views
    8,439

    um, i dont think my operating system is effecting...

    um, i dont think my operating system is effecting that.

    im using windows xp. and the problem is that when i try to compile a program that has GetThreadId(HANDLE) in it, i get an undefined...
  8. Replies
    7
    Views
    8,439

    GetThreadId(HANDLE).

    hello,

    just a quick question (i hope :P) about the GetThreadId() function in devcpp. well for me, its not there. i looked it up in msdn as way to get the id of a thread for which i have a handle...
  9. Replies
    1
    Views
    1,100

    interacting between programs

    Ok, here is my question:

    I have one program, A which contains a Button, 1.

    now i want to beable to use program B to be alerted (or more to detect when) Button 1 is pressed, so that it may copy...
  10. 1. thanks, i thought it would be something like...

    1. thanks, i thought it would be something like substr, but i couldnt find it.

    2. well i ask because i dont know, although now that u point out that i can use malloc.. hehe makes my life alot...
  11. question about strings, and one about arrays.

    hey

    is there a substring function? i looked in the faq and found a string token function but it wasnt really what i was looking for

    and about arrays, if i declare

    char array[5];

    can i...
  12. Replies
    1
    Views
    1,623

    read it in a line at a time, and every six lines...

    read it in a line at a time, and every six lines switch structs..

    so have a loop inside a loop, where the first loop just keeps going until there is no more data, and the inside loop reads in six...
  13. Thread: system();

    by voodoomagic
    Replies
    7
    Views
    1,295

    hmm, popen is a unix function.. is there a...

    hmm, popen is a unix function.. is there a windows equivalent?
  14. Thread: system();

    by voodoomagic
    Replies
    7
    Views
    1,295

    okay, thanks itsme ok ill look and see...

    okay, thanks itsme



    ok ill look and see what i can find.
  15. Thread: system();

    by voodoomagic
    Replies
    7
    Views
    1,295

    thats a good idea.. what would u advise instead...

    thats a good idea.. what would u advise instead of using system?
  16. Thread: system();

    by voodoomagic
    Replies
    7
    Views
    1,295

    system();

    hey everyone

    i am making a test program, and i was wondering, if i was to call system("dir"); (on windows), how would i capture the output, and put it in a string, or something to display in my c...
Results 1 to 16 of 16