Tagged Questions
0
votes
2answers
214 views
ASP.NET C# - get image from QueryString and save it to server as .ico
I'm newbie in asp.net so I need some help how to solve this.
Basically idea is:
get image from QueryString, for example: /Default.aspx?src=http://www.google.hr/images/logo.png
convert it and resize ...
0
votes
1answer
807 views
Windows CE Icon lost when using CAB installer
I have a C# Windows CE 5.0 application. I am using VS2005. My executable shows the correct icon (32x32 8 bit). If I move the .exe file to the CE device using ActiveSync then the icon is still ...