I am making an app in which i am going to provide a feedback feature to my customers. To acheive this i have created a small dialogue box where user can input there feedback and send it to my mail ID.
How would I go about implementing a feedback function on a windows phone 7 app?I\'ve considered creating a form that开发者_如何学C sends an email with the data to an address I own, but I wonder if the
I am looking for an effective way to receive feedback from users from within my WinForm application.I have looke开发者_如何学运维d around and found only web-based solutions that require users to go to
I have implemented a VST 2.4 GUI (C++) with 2 vertical faders. In code I have linked the 2 so one is scaled to the other. So Basically I want to say that fader2 is always half the value of fader1:
Many of users complain about my products, however they do it without any details. For instance they only write, that crash occur on start, however I can reproduce it, because I don\'t know which devic
So, I am showing a user-project allocation matrix to the user.The user can \"Edit\" that, and when they do that, the table turns editable, and they can just change cells.
I\'m writing a chatty net enabled application and for an improved user experience I\'m using all kinds of concurrency constructs. The information coming in from the network contains textual items and
I am using MFMailComposeViewController for sending feedback in my app. It works fine. But the problem here is, the user can edit/delete the \"to\" address. I want to make it as a n开发者_如何学运维on-
Greetings everyone! I\'m currently implementing the Feedback service for Apples Push notifications. I\'ve got the pushing part all done and working both on sandbox and on distribution apps. However th
The normal use of a Checkbox is fairly straightforward. You click the box and a check appears in the box. You click again to remove the check.