Search:

Type: Posts; User: beem

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,035

    Run program from within program

    I'm developing an application installer, and I'm just about done, but when the installer finishes up I want it to run the application it just installed. Is there a function I can use to do this.
    ...
  2. Replies
    4
    Views
    3,544

    Microsoft Visual C++ 6.00

    Microsoft Visual C++ 6.00
  3. Replies
    4
    Views
    3,544

    DirectDraw Backbuffer clipping windowed-mode

    I'm trying to clip surfaces blitted to a backbuffer for a windowed-mode directdraw application. The problem is that when I attach a clipper to the backbuffer, it clips the surfaces, just not in the...
  4. Thread: New to the World

    by beem
    Replies
    12
    Views
    2,608

    The BAS file is the source code. It's written...

    The BAS file is the source code. It's written for QuickBasic so it really won't help with C/C++.

    I've attached the source as a text file to this post.

    If you want to run the source you need...
  5. Thread: New to the World

    by beem
    Replies
    12
    Views
    2,608

    Here are the steps I took to learn game...

    Here are the steps I took to learn game programming:

    1) Read Teach Yourself C in 24 Hours by Tony Zhang.
    2) Read This Tutorial to learn Win32 programming.
    3) Read Introduction to Computer Game...
  6. Replies
    3
    Views
    1,611

    Glad I could help.:)

    Glad I could help.:)
  7. Replies
    3
    Views
    1,611

    After the window is passed the WM_PAINT message...

    After the window is passed the WM_PAINT message have the window do something similar to the following:

    PAINTSTRUCT ps;
    HDC hDc;
    HPEN hpen;

    hDc=BeginPaint([handle of window to draw to], &ps);...
  8. Thread: Child Window Help

    by beem
    Replies
    1
    Views
    1,013

    Child Window Help

    When I create a child window it successfully appears but is inactive. The caption is grayed out and clicking on it will allow the window to move around, but won't activate it. The window will...
Results 1 to 8 of 8