Need a way to send feedback
Status: Pre-Alpha
Brought to you by:
arunjeetsingh1
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.
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.
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.
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));
Logged In: YES
user_id=917965
will attach code