Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AbelMorelos

    Move window to the front

    Well, I get too excited the last time... I had to do more tests... It seems to work sometimes, but not all the time. What is missing?
  2. AbelMorelos

    Move window to the front

    Well, your answer wasn't exactly what I needed... but it helped me to figure the final solution! Thanks a lot! This is the code: if(!CreateProcess( NULL, //executable chRequest, //command line NULL, //default process security attributes...
  3. AbelMorelos

    Create a NamedPipe just for the local machine

    Hello C++ guys! If you had read the previous question, you already now what I'm working or trying to do. Well, I'm using a Named Pipe for inter process communication, and now this Named Pipe is working with no problems. But I have a concern, [u]I need this pipe to be accessed only...
  4. AbelMorelos

    Move window to the front

    Hello guys! I'm a Java programmer switching to C++(I'm starting to like this language but I´m very far of being good enought with C++)... and for now I need the assistance of some experts. I have a Java application running under the "System" account, and I have to launch a GUI(display a chm...
  5. AbelMorelos

    Run a named pipe "only" locally

    Hello C++ guys! If you had read the previous question, you already now what I'm working or trying to do. Well, I'm using a Named Pipe for inter process communication, and now this Named Pipe is working with no problems. But I have a concern, [u]I need this pipe to be accessed only...
  6. AbelMorelos

    Bring a window to the front.

    Hello guys! I'm a Java programmer switching to C++(I'm starting to like this language but I´m very far of being good enought with C++)... and for now I need the assistance of some experts. I have a Java application running under the "System" account, and I have to launch a GUI(display a chm...

Part and Inventory Search

Back
Top