Search:

Type: Posts; User: dsab123

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,450

    For anyone else who has/had this problem, you...

    For anyone else who has/had this problem, you can't do it with system(), because in system(3): execute shell command - Linux man page, the program is run in the shell, which (I think) makes it...
  2. Replies
    2
    Views
    2,450

    get window handle of system()?

    I'm sorry if this is a stupid question; I am attempting to get the window handle of a program that's executed using the system() command, i.e. something like:




    int pid = fork();
    if (fork ==...
Results 1 to 2 of 2