I\'m stumped (again) with an misunderstanding of XDocument/Linq. For the XML below, I have nameEn and provinceCode as variables in my code. I\'m trying to identify the code (e.g., s0000002) and nameFr
I have a CheckedListBox in a WinForms app (3.5 runtime), and I am adding a bunch of FileInfo objects to the Items ObjectCollection.The problem is that I don\'t like what is displayed in the CheckedLis
I\'m trying to take XML and display two comboboxes. The first combobox will contain a distinct list (i.e., no duplicates) from the provinceCode elements. The second combobox will show only nameEN elem
I am trying to use the Mono.TextEditor assembly with .NET Framework 3.5 in GTK#. But I keep getting System.BadImageFormatException
We have an EPOS system that is built in VB6. A client is using Microsoft Dynamics AX as a CRM system. A 3rd party has created the AX implementation for our client and they\'ve exposed a set of WCF web
I have a WinForms app deployed to multiple machines in the same office. Up until this Monday, all users in the office used the app without issue and used the OpenFileDialog to select files to import.
What I\'m trying to do is to secure my service. To do this I\'m using UserNameAuthentication. I did the binding and everything but some reason when I start the service I don\'t get the Validation prom
So the obvious way to do this is.. var handler = GetType().GetMethod(methodName, BindingFlags.NonPublic |
I\'ve created a custom control which, when bound to a custom collection of objects, displays the content of those objects.
I have a Windows Forms ListBox data-bound to a BindingList of business objects. The ListBox\'s displayed property is a string representing the name of the business object. I have a TextBox that is not