Search:

Type: Posts; User: markhansaven

Search: Search took 0.00 seconds.

  1. C++ from a beginner's perspective... (conversion of data types and strings)

    So in the past I've worked with easy scripting languages like PHP and what "might" be called game programming languages like DarkBasic, the old A4 engine, and Game Maker's GML.

    After staying away...
  2. Thanks again vart and Elyssa. Right now I am...

    Thanks again vart and Elyssa.

    Right now I am using PostMessage from one application that's written in Ruby (RPG Maker) to post to my application that's written in C++.

    The Ruby code looks...
  3. How do you get what's in between 0x8000 and 0xBFFF for use with WM_USER?

    It says on the MSDN website under sending a WM_USER message:



    I'm not exactly sure how to look through that range, and I'm having a lot of trouble looking it up. Any help would be much...
  4. Thanks Dave. I'll look into it. I think I'm...

    Thanks Dave. I'll look into it.

    I think I'm going to study for a couple more days and see what answers and questions I can come up with.

    Tomorrow I'm going to try to get the parent program to...
  5. Thank you very much vart. Does...

    Thank you very much vart. Does WaitForSingleObject(), though, pause the parent application until the child is not selected, or terminates? I want this to instead listen every frame from behind the...
  6. Thank you very much vart and Yarin. So before...

    Thank you very much vart and Yarin.

    So before getting into trying to create a keyboard hook to the second application to disable a few of it's keys, I created the second application using:


    ...
  7. Thanks vart. I'll check this out. Is this using...

    Thanks vart. I'll check this out. Is this using FindWindow()?



    It's purely experimental.[/FONT][/COLOR]
  8. Wondering if it's possible to close the application after another application closes.

    I'm wondering if it's possible to listen in the background to if another application is running or not, and if it closes terminate the program?

    I have a game launcher that I've made execute the...
Results 1 to 8 of 8