Advanced Forum Search Results
-
Thanks
Yeah.. you are right. Given the publicity that Silverlight has had, makes people believe that anything can be done using this cool technology.
-
I'm looking for this solution for more than 3 weeks now and so far not able to find anything near to this. The C++ code is quite complicated and i do not know if we can port C++ into Silverlight.But looks like this is only solution as my customers do not want web service scenario.
-
Thanks for your reply. Is it because the silverlight runtime (4MB) does not support C++? What are the other reasons as to why this would not be possible in Silverlight? (security?)
-
I have an urgent requirement where I need to evaluate if I can somehow call a managed C++ dll from a Silverlight application. I do not want the c++ dll as a web service. I basically download the C++ dll from the server onto the client system and then the Silverlight app should be able to call this dll.
Is this possible of is XBAP the only ...
-
Do you have any idea as how to do that on the server?
Thanks,
Rajeev
-
Is there a control in Silverlight where we can load images and perform all the operations related to image like zoom, rotation, translate, play, load in frames, load sequentially etc etc. If not, I would be interested in developing such a control, by which the user can benefit by doing many operations on images with lesser code.
Any ideas / ...
-
But I need to get all the images in the folder. If all the images exist in images folder, I need to get all those & get them as stream
-
Do anybody has any idea as to what interpolation technique that silverlight adopts while zooming an image? Bilinear, bicubic, nearest nieghbor etc??
-
Hello,
I'm using isolated storage to store & retrieve a file stream. This file is in binary format & is about 150k.
First I'm checking if the file is already there in isolated storage & if not I'm adding it there.
The issue is when the reading from isolated storage, its taking a hell lot of time (almost 4 mins) to ...
-
Thanks for the reply.
I'm not sure why the text is getting truncated. Can you please provide your email contact where I can send code.
I'm using Threadingpool to process images & display the processed ones onto UI.
for (int filecounter=0;filecounter&lt&_fileColl.Count;++filecounter){
...