Advanced Forum Search Results
-
I previously posted about a Multi-file uploader/downloader and got a good link from prujohn that addresses multi-file uploading.
My current interest is now creating a multi-file downloader using Silverlight.
What I'd like to create is a list of files with check boxes and a download button. When the download button is clicked the file dialog ...
-
That's a great link - thanks John.
-
I'm looking at writing a multi-file uploader/downloader in Silveright 2. I'm doing the design/investigation of this now. Do you have any pointers or links to resources that might help me? (Up/Down-loading files to server not to Isolated Storage.)
Thanks.
-
My requirements have changed slightly but I'm still none the wiser to manipulating this path. It only needs to curve in one direction but I still cannot see how to manipulate this curve from the middle on the line.
i.e. I have a line with a begin and end point as well as a middle point. I want to pull that middle point out to create a curve ...
-
Is there an easy way to sync the Silverlight 2 screencasts with a Zune or do I have to download each screencast and sync it manually?
-
Is there a Silverlight MCTS exam?
-
Hey Bryant - thanks for the reply. That's a great write-up and demo - thanks.
Taking your example, what I'm trying to do is have that Silverlight control expand out to the down over the text below it if you (say) mouse over it or click it. Do you think that this is possible?
-
I'm trying to create a Silverlight control/application that will reside in an HTML page and when activated will popup over the HTML text. A good example of what I'm trying to do is a strip menu in Silverlight. The Silverlight part will not be very tall, say 50 pixels and directly under it is HTML. When a top level menu is activated is ...
-
I have a Path object which is a PathGeometry (not sure if that's important). It's a vertical line which is curved to the right.
I want to programatically extend this curve futher to the right as well as bring it to the center and extend it to the left. I'm having real trouble finding the right methods to modify the Path.
Can anybody ...
-
That worked - thanks.