Advanced Forum Search Results
-
Have a look at this post.
Seems there is no simple way , but you can always do it by hand, wrap your data and build controls to show
and for the exel , jsut wait a bit ;-) link
-
a tooltip can take every Usercontrol as content.
So just build a usercontrol and bind it
here is a tut
-
No way to do this directly , you have to send your data through a web service to the Server, and let him handle the mailmangement
ie use smtpmail.send
-
A colopicker solution is here and a List of the Fonts is best done by yourself , by constructing a List with the fonts in it and bin it to a dropdown
-
You have no access to the copy/paste funktion from silverlight itself.
There micht be a way implementing a js button with a script targeting Sl which "pulls" the Data to browser level
Edit : this might be what you looking ...
-
have a look here
Maybe lose-less wma is the way to go
-
I may be wrong but this is hard to do from Blend itself .
I would recommend to use Visual studio express , starting by wathing a view videos at the get started section . Once you got an overview have closer look to databinding and Linq2XML.
There might be a more easy way , but I´m no Blend expert
-
This is confusing!
This video explains that you can pack images in your application(namely XAP) .This is a process you do at develop you app. It has nothing to do with Isolated storage !! which is a kind of folder you Sl App can access at the client and can store things into.
So if you want to bake your images in the app, the video is the ...
-
The only localy available store is the isolated storage.
Have a look here
-
Too make it short , you can´t force him to wait.
My first Idea would be to make a custom event , and let if fire if the Service returns , or the IS is written, and do what ever has to be done when it´s fired.
Hope this helps