Search:

Type: Posts; User: Selkie

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,895

    OnFileSave in MFC

    Hi all

    I have overwritten the OnFileSave event with my own OnFileSave event in my MFC application.

    What I would like to know is, how do I not display the Save As dialog box again once the user...
  2. Replies
    5
    Views
    939

    Ah, managed to solve the problems on my own. ...

    Ah, managed to solve the problems on my own.

    For those who are interested, here's now it can be done.

    In the OnTimer() event, replace DrawBall() with InvalidateRect(NULL,TRUE);

    In the...
  3. Replies
    5
    Views
    939

    Oh. So sorry about being unclear. Didn't know...

    Oh. So sorry about being unclear. Didn't know about it :) Yes, I'm using MFC (Visual Studio 6).

    Any solutions/suggestions?
  4. Replies
    5
    Views
    939

    You mean I need to do a InvalidateRect(NULL);...

    You mean I need to do a InvalidateRect(NULL); under WM_PAINT message?

    For point 3, yes, I think I placed the message correctly... just that I removed it because it wasn't working... you have to...
  5. Replies
    5
    Views
    939

    Some minor issues with this program

    Hi all

    I am currently working on this program (as attached) and would appreciate if anyone could advice me on some of the issues.

    This program actually allows you to control the movement of the...
  6. Replies
    5
    Views
    2,131

    Thanks Dante :) I get your idea quzah... but I...

    Thanks Dante :)

    I get your idea quzah... but I guess i need to read more on how I/O file system works ;)

    BTW, I've got a question. Let's say I have 2 base class, 2 derived class. Each base...
  7. Replies
    5
    Views
    2,131

    Hmm, i'm not really sure how to go about it. Mind...

    Hmm, i'm not really sure how to go about it. Mind showing it to me? I only know how to use ios::out, ios::in etc.
  8. Replies
    5
    Views
    2,131

    Search I/O file data

    Hi all,

    I have created a section in my program such that it will prompt user to enter the filename. From this, it will create the file with the filename the user have entered.

    However, I would...
Results 1 to 8 of 8