Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Windows MFC question

  • 08-03-2006 10:40PM
    #1
    Registered Users, Registered Users 2 Posts: 205 ✭✭


    I have written an application in Visual Studio that does the following:

    1) Allows the user to open a text file containing hex data and display it in a window.
    2) The user can open a dialog box to decode bit fields within the hex data and edit them.
    3) When the dialog box closes, the hex data is updated to reflect any edits made.
    4) The user can save the file using standard 'save' or 'save as' menu options.

    I need to add an 'Export' function to the file menu which should allow the user to select an existing file or open a new file. The application would then encode the data from the original file in the alternate format and write the data to the new file.

    All the file open/save/save as stuff came for free from the wizard up to now, so I haven't had any visibility into how it operates. Can anyone direct me where I should look or even better, give me some details on how I need to proceed to implement it.

    Thanks for your help!


Advertisement