Advanced Forum Search Results
-
Hi JDeVelvis,
Can this code is possible in Silverlight 2
-
Hi
I am trying to pass string to WPF application from by WCF Service. but when i am trying to create object of Wpf class i am getting following error
The calling thread must be STA, because many UI components require this
-
Hi
Did any one tried Converting Content of XAML into Jpg or Png format in Silverlight 2,if so please guide me on same.
-
Hi Bill
Thanks for the answer,do you any idea about converting Xaml string into png format.i want to write this code in WCF.
-
Hi,
I am trying to Convert the Content of XAML into jpg format. i am using following code for thisMemoryStream mem = new MemoryStream();
object obj = System.Windows.Markup.XamlReader.Load(visitdata);
// object obj = (object)visitdata;Canvas c = (Canvas)obj;c.Arrange(new Rect(new System.Windows.Point(0, 0), new System.Windows.Point(200, ...
-
Hi ,
I had write this piece of code on button click:
private void btn_print_Click(object sender, RoutedEventArgs e)
{
StringBuilder sb = new StringBuilder();
sb.Append("");
sb.Append(" ");
sb.Append("");
FileStream outstream = ...
-
Hi All
Is there any way to use hashtable in XAML .cs file , as i am not able to get Hashtable object in Xaml System.Collections namspaces is induled.
-
Hi All,
Do any one the solution of this error message
Microsoft JScript runtime error: Sys.InvalidOperationException: ManagedRuntimeError error #4002 in control 'Xaml1': System.Exception: [AsyncCallbackException]
Arguments:
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information ...
-
Hi,
Does any one know how to make a SelectedText to Bold in textbox ?
-
Hi All,
Does any one knows how to draw Pie chart in silverlilght 2 ?i do have a requirement where i have to draw a custom pie chart during runtime.