Search:

Type: Posts; User: andrewjf9

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,271

    need help with case CM_FILE_NEW:

    how do I get the file new to work I lost the code and can't find instructions any where!!!







    case CM_FILE_NEW:
  2. Replies
    2
    Views
    1,820

    print TextOut

    how do i get this to print what's been copied to the clipboard?





    TextOut (pd.hDC, 0, 0, "", 15);
  3. Replies
    5
    Views
    1,160

    actually i wan't it to open one certain file...

    actually i wan't it to open one certain file every time that it is clicked
  4. Replies
    0
    Views
    910

    how do you get a new menu to work?

    case CM_FILE_NEW:
    DoFileOpenSave(hwnd, FALSE);
    break;


    what's wrong with this code for the open command
  5. Replies
    5
    Views
    1,160

    when clicked load file

    how do you get the file to load when you click on the menu item
  6. Replies
    2
    Views
    1,045

    need help with prit & new

    ase CM_FILE_NEW:

    break;

    case CM_FILE_PRINT:

    break;

    need to know how to get these to work!!!
  7. Replies
    3
    Views
    1,414

    can anyone helppppp me???

    I need help as fast as possible!
  8. Replies
    3
    Views
    1,414

    problem is!

    The problem is that I can't get the new file to work
    I also caN'T GET THE print file to work
    I also can't get edit undo, redo, copy, cut, or paste to work eather!
  9. Replies
    3
    Views
    1,414

    Need help with menus!!!

    can you please tell me how to get these menues to all work?


    <code>

    /*main.c*/

    #include <windows.h>

    #pragma hdrstop
  10. Replies
    3
    Views
    2,059

    Help winth menu commands!

    How do i make the file new command work?
    How do I make the edit commands work?
    How can I add a print function?

    Here's the source code



    /* main.c */
Results 1 to 10 of 17