Advanced Forum Search Results
-
can you please provide me some sample code for resizing teh object by dragging its border.
-
As silverlight application runs in the client location you have to put the common style.xaml in the centralize location and then you can able to load it as {DynamicResource stylename} in silverlight application. you have to put the style.xaml in the application scope.
-
recomplie the silverlight project and then try to access controls by name,sometime a newly added contol in xaml does not show name in the codebehind.
-
xml loading is slow because each time webclient first download the xml file from server and then load it to xml document,
-
thanks for your quick reply, but as we can use the vista api in WPF, like below link
http://www.codeproject.com/KB/vista/AeroGlassForms.aspx?fid=387452&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=1901060
is there any way to do same in silverlight ?
-
and what about if i want to save it on users folder with the savedialogbox , is this possible in SL3, i want to save or drag-drop option so that it can point some RSS feed about the selected image for further use(user).
-
stefan,
i am using silverlight 3 beta right now so can you please elaborate more on this how can i achieve this with writableBitmap ?
regards
Neeraj trivedi
-
you can download your images through webclient and store it on local image list list<image>
this.Dispatcher.BeginInvoke(delegate()
{
string URLNameString = ...
-
Hi,
I want to give vista areo glass effect in my silverlight application, is there any way to do this
Regards
Neeraj trivedi
-
Hi,
My application contains a lot of images and in a canvas control and I want to drag selected images from my application to desktop as link of my application, any suggestion would be highly appreciated.
Regards
Neeraj trivedi