 |
|
 |
Thanks Peter. Surprisingly there aren't many good resources for this type of solution.
|
|
|
|
 |
|
 |
Interesting that these 3 users: fretecter, chrisnicolatos4566 and kadamjadhav signed up at the same day, just do downvote my article
All three are "Member since Sunday, July 18, 2010"
&
And all three members left 2 comments on my article... conspiracy??
|
|
|
|
 |
|
 |
http://www.codeproject.com/KB/silverlight/SilverlightScreenCapture.aspx?msg=3537832#xx3537832xx
|
|
|
|
 |
|
 |
2 liner article. I hope code project does not publish these kind of articles. They should go as a blog.
|
|
|
|
 |
|
 |
Thanks for the feedback.
I am not sure when something should be a blog post and when an article...
This article should bring simple things together (collecting system info, creating screen shots, sending images back to server) and help you implement a very valuable feature in your application.
I think this is VERY useful for your customers/clients.
|
|
|
|
 |
|
 |
There are lot of ready made software which does these kind of things. In practice nobody builds from scratch. There are 1000's of opensource and free products which can help you to log support tickets.
i appreciate your work , but such a small writing should go as a blog and not as article. It just two lines of code with a small images fits for blog.
Articles should atleast be 5 pages long.
You can update this as a blog in your codeproject profile.
|
|
|
|
 |
|
 |
Yes, I agree Chris.
Looks like he has copied from his current project. The TFS was also pointing to his project. The quality of codeproject articles are coming down with simple two line code turning in to articles.
|
|
|
|
 |
|
 |
>>Looks like he has copied from his current project.
No. I created a separate project for this.
>>The TFS was also pointing to his project.
Yes. Because in TFS it is hard to remove the source control...
>>The quality of codeproject articles are coming down with simple two line code turning in to articles.
Its more about bringing different pieces (2 liners) together...
|
|
|
|
 |
|
 |
>>There are lot of ready made software which does these kind of things.
I was looking for something like this in Silverlight and couldn't find it.
I was even willing to pay for it. In the end I build it for my projects..
>>There are 1000's of opensource and free products which can help you to log support tickets.
Did you actually read my article? And what the code pieces do?
Its not about logging a support ticket!
>>Articles should atleast be 5 pages long.
I didn't know about this limitation. I was thinking its more about the content.
|
|
|
|
 |
|
 |
sorry to say there are better ways of doing it. This does not even qualify as a article its just putting some code snippets. I mean its just printscreen and system information.
Write something more creative and informative.
|
|
|
|
 |
|
 |
You are right.
The single tasks are simple code snippets, but it is about bringing all those together (#1)
And giving your application a VERY useful feature (#2 and most important)
What are better ways of doing this?
|
|
|
|
 |
|
 |
It's a very usefull article, but...
... please remove any link to your Team foundation server before posting your code for download (or give us access to your repository. No ? )
|
|
|
|
 |
|
 |
Hahaha
Sorry... It is quite hard to remove that link actually...
Maybe I should give you my user/pass then can you guys fix some bugs for me
|
|
|
|
 |
|
 |
Hi Peter,
I wrote something similar back in VB 6 days, I have been meaning to rewrite it in SL, but you have saved me the work
On that VB 6 app, I had a feedback button available (to select users only) on all forms to send in change requests / bug reports.
All the best
Greg Harris
|
|
|
|
 |
|
 |
Thanks Greg
How did you send the sysinfo and screenshot back to the server (dev company)
What about privacy?
cu
.peter.gfader.
http://blog.gfader.com/
http://twitter.com/peitor
|
|
|
|
 |
|
 |
Hi Peter,
That was a very old client server app running on a trusted network, so the data record was just left in a table on the server and the screen shot was saved to a shared directory, real simple really. Whenever I was on site, I would grab a copy of the database for support use along with the screen shots. Privacy was just don’t release it to anyone else. The world was a different place then.
If they had a real problem, they would phone me.
|
|
|
|
 |
|
|
 |
|
 |
Nice idea actually, have 5
Sacha Barber
- Microsoft Visual C# MVP 2008-2010
- Codeproject MVP 2008-2010
Your best friend is you.
I'm my best friend too. We share the same views, and hardly ever argue
My Blog : sachabarber.net
|
|
|
|
 |