Search:

Type: Posts; User: jkw2068

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,074

    I appreciate the feedback. Let me see what I...

    I appreciate the feedback.

    Let me see what I can do with it.:) Thanks
  2. Replies
    3
    Views
    1,074

    Unable to lock Dialog

    What would the best way to be to lock the dialog and or move it back to its original location after it has been relocated with the mouse? Thanks
  3. Thread: MFC Question

    by jkw2068
    Replies
    2
    Views
    1,059

    Oddly enough, VC++ adds afxres.h to resource...

    Oddly enough, VC++ adds afxres.h to resource files even when you aren't using an MFC project, and yet the file may only be installed if you install MFC. This perticular file isn't actually required,...
  4. Replies
    10
    Views
    1,487

    Solved. I will try to post the outcome shortly....

    Solved. I will try to post the outcome shortly. Thanks for the help. FINE.

    James
  5. Replies
    10
    Views
    1,487

    To answer the majority of your questions ...

    To answer the majority of your questions




    What I would like to see is a working model example of this function. It doesn't need to be based of off my code.


    Appreciate the direction...
  6. Replies
    10
    Views
    1,487

    >>Why are you using fopen() and fprintf() in a...

    >>Why are you using fopen() and fprintf() in a MFC (or C++) >>program?

    I began to learn the functions of the MFC CFile classes after I applied this. I plan on revamping it all once I get the...
  7. Replies
    10
    Views
    1,487

    No solution yet.

    No solution yet.
  8. Replies
    10
    Views
    1,487

    My last few recent post have been aound this...

    My last few recent post have been aound this subject specifically, I am unable to located good MFC tutorials. Thanks for the patience.
  9. Replies
    10
    Views
    1,487

    stream = fopen( "fprintf.txt", "a+"); Is this...

    stream = fopen( "fprintf.txt", "a+");

    Is this not correct maybe?
  10. Replies
    10
    Views
    1,487

    Save As Dialog not saving correctly

    The code below opens the dialog fine and saves fine with the GetFileName function. However, the already existing file (fprint.txt) that I want the Save As dialog to focus on is not being used. A new...
  11. Replies
    3
    Views
    2,652

    Thanks _Elixia_, so, would the GetSaveFileName...

    Thanks _Elixia_, so, would the GetSaveFileName function be an WinAPI function?
  12. Replies
    2
    Views
    2,683

    Thanks for the reply. I look into that.

    Thanks for the reply. I look into that.
  13. Replies
    3
    Views
    2,652

    CFileDialog or GetSaveFileName()

    Please direct me as to which one would be "better". Example? Thanks

    James
  14. Replies
    2
    Views
    2,683

    Save As Dialog MFC Application howto needed

    If I create an MFC dialog application and don't use serialization, how would I interpret a Save As command via button press? Any suggestions? Thanks


    James
  15. Replies
    2
    Views
    1,251

    KurtSurge, Thankyou much!

    KurtSurge, Thankyou much!
  16. Replies
    2
    Views
    1,251

    Determine MessageBox

    MessageBox("Delete all?", "Warning",
    MB_ICONWARNING | MB_DEFBUTTON2 | MB_OKCANCEL);



    I would like to know the best way to determine what button was pushed. Then execute code based on the...
  17. Replies
    4
    Views
    1,000

    Hammer, Appreciate the help.

    Hammer, Appreciate the help.
  18. Replies
    4
    Views
    1,000

    A better way: >>fprintf (stream, "%s\n",...

    A better way:
    >>fprintf (stream, "%s\n", m_strUSER);


    Agreed, might I ask what the %s function does?
  19. Replies
    4
    Views
    1,000

    fprint variable "\n" issue

    After mutiple attempts, I have not been able to successfully run the fprints command with a variable. Please review the example below and post any comments. Thanks




    char c = '\n';

    ...
  20. Replies
    5
    Views
    1,614

    Thanks for the recommendations!

    Thanks for the recommendations!
  21. Replies
    5
    Views
    1,614

    Thanks, Do you have a preference?

    Thanks, Do you have a preference?
  22. Replies
    5
    Views
    1,614

    Console DOS/ Dos

    How can I write a true DOS APP. The only options I have are for Consol Apps in .Net 7.0. Thanks
  23. Thread: Save data

    by jkw2068
    Replies
    3
    Views
    1,203

    Thanks Zach L. Something I'll look at.

    Thanks Zach L.

    Something I'll look at.
  24. Thread: Save data

    by jkw2068
    Replies
    3
    Views
    1,203

    Save data

    All,
    I am planning to write a MFC program that is dialog based which will be used to gather user input. From that, I want to run some benchmarking tests which could lead to the rebooting and even...
  25. Replies
    2
    Views
    1,049

    Everybody Please Read

    !! <> Everybody Please Read <> !!
    /* NOTE FROM MOD: This thread was origanally titled: !! <> Everybody Please Read <> !! *\

    This is more addressed to the newer people of this forum, but I think...
Results 1 to 25 of 27
Page 1 of 2 1 2