CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2004
    Posts
    236

    Talking Anyone care to see if they can screw up my program?

    Hello everyone.

    I just finsihed my address book and I was up for any input how how I can improve things in it. Or if you found a way to mess it up I will try to fix it. I posted the release .exe at my website:
    here:
    http://www.personal.psu.edu/css204/addressbook.zip

    Thanks!
    Computer Science/Engineering
    @ PSU
    Co-oping with IBM's zSeries team! wee
    VS 2005.net
    http://www.personal.psu.edu/css204/

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Anyone care to see if they can screw up my program?

    I just spend hours entering in contact information... then quit...

    Oopps, I forgot to save....

    Let's see at an hourly rate of $125 USD. You now owe me $375...

    Payment can be sent to....

    [That didn't take long!]
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    Join Date
    Sep 2004
    Posts
    236

    Re: Anyone care to see if they can screw up my program?

    So should I not even give them an option to save, rather just auto save on quit?

    Or should I keep the save and if they exit, should I prompt them again if they want to save?
    Computer Science/Engineering
    @ PSU
    Co-oping with IBM's zSeries team! wee
    VS 2005.net
    http://www.personal.psu.edu/css204/

  4. #4
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Anyone care to see if they can screw up my program?

    I vote for the option to prompt for save if they have made changes.

    You could even keep a count of the number of records changed, and prompt them every 10 or so.....

    If the program was a bit "fancier" all of these choicces could be configuration options....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  5. #5
    Join Date
    May 2007
    Posts
    811

    Re: Anyone care to see if they can screw up my program?

    Not the bugs, but some usability suggestions:
    To be able to go back in menu selection screens.
    Remembering last option selected in menus.
    Be able to search using partial names, If I have "Smith", I would like to type "sm" and get all records matching that string.

  6. #6
    Join Date
    Sep 2004
    Posts
    236

    Re: Anyone care to see if they can screw up my program?

    Thanks for the suggestion guys!
    Computer Science/Engineering
    @ PSU
    Co-oping with IBM's zSeries team! wee
    VS 2005.net
    http://www.personal.psu.edu/css204/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured