Please excuse the backwards architecture on this one and assume there\'s not a better way... I have a Windows Service running on localhost, it listens on TCP port 5432 and broadcasts events to any co
Maybe it is a simple question, but I can’t find the answer. I have three User controls that are different only with colour. There is code one of them:
I have a textbox bound to a string in my ViewModel via TwoWay binding that often contains hundreds of lines if not more. When the textbox contains a lot of text, input lag can become apparent when ent
I am sure this will turn out to be something simple. I have the following Silverlight 4 C# code: Rectangle r = new Rectangle();
I have a couple of DataGrids inside a page and each DataGrid is positioned via the following layout/markup:
Below you can see a part of my class definitions: public class Package { public int PackageId { get; set; }
I want to get the list of network printers through s开发者_StackOverflow中文版ilverlight. I have seen a few examples of using WMI, but they are not available in Silverlight, so, I was wondering if the
I was reading the MSDN documentation about Conversation Window Extensions and all of the examples that I found require working with IIS. Is there some way to create a CWE without using IIS?
I have a datagrid with messages, which has declared itemsource in codebehind. TO every row I need to add contextmenu from which user can select user to whom he wants forward a message.
I have a combobox in datagrid.I use Silverlight 4.0 and MVVM. My code works fine,unless when I removed a record from datagrid and add another one, the SelectedValue binding for combobox in added row d