Menu

#1 Need a way to send feedback

open
2
2006-07-26
2006-07-22
Arun
No

Need to add a way for users to send feedback to
developers from the application. Right now there's no
good way for me to know whether a user who downloaded
the application found it useful and whether or not they
want to see any new features in there.

Discussion

  • Joseph Gama

    Joseph Gama - 2006-07-24

    Logged In: YES
    user_id=917965

    Idea:
    A typical drop down menu on the top with an "About" option
    could show info about the app and also a button to submit
    feedback. The button would try to email us throught he
    SourceForge addresses.

     
  • Joseph Gama

    Joseph Gama - 2006-07-25

    Logged In: YES
    user_id=917965

    Please, decide whether to have image buttons or a drop down
    menu, etc... and you will have to change the interface
    yourself, because if I do it with 2005, it won't work for you.

     
  • Joseph Gama

    Joseph Gama - 2006-07-25

    Logged In: YES
    user_id=917965

    Like opening the tracker page or sending an email?

    //open tracker page

    System.Diagnostics.Process.Start("http://sourceforge.net/tracker/?group_id=159575");
    //open default email client

    System.Diagnostics.Process.Start(string.Format("mailto:{0}?subject={1}&body={2}",
    StrTO, StrSubject, StrBody));

     
  • Joseph Gama

    Joseph Gama - 2006-07-26
    • assigned_to: nobody --> jgama
     
  • Joseph Gama

    Joseph Gama - 2006-07-26

    Logged In: YES
    user_id=917965

    will attach code

     

Log in to post a comment.