.net-3.5
How to get an element from a node in XDocument where two other elements are known
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[详细]
2023-04-10 04:14 分类:问答CheckedListBox - Collection of FileInfo objects - Display Custom ToString
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[详细]
2023-04-10 02:52 分类:问答How to put XDocument elements into Comboboxes (second box dependent on first) (C# .net 3.5)
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[详细]
2023-04-09 18:59 分类:问答Mono.TextEditor not working. What am I doing Wrong?
I am trying to use the Mono.TextEditor assembly with .NET Framework 3.5 in GTK#. But I keep getting System.BadImageFormatException[详细]
2023-04-09 12:18 分类:问答VB6 software consuming WCF web services. Endpoints in App.config. Err VB6 has no App.config
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[详细]
2023-04-09 07:17 分类:问答Why does OpenFileDialog freeze WinForms app on a specific machine?
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.[详细]
2023-04-09 04:32 分类:问答WCF 3.5 UserNameAuthentication is not working?
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[详细]
2023-04-08 17:49 分类:问答What is the fastest way in .Net 3.5 to call a method by string name?
So the obvious way to do this is.. var handler = GetType().GetMethod(methodName, BindingFlags.NonPublic |[详细]
2023-04-08 12:13 分类:问答Create a collection in XAML and bind individual collection items
I\'ve created a custom control which, when bound to a custom collection of objects, displays the content of those objects.[详细]
2023-04-07 18:57 分类:问答WinForms: ListBox item updates case insensitive?
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[详细]
2023-04-07 08:59 分类:问答