.net-3.5
Application wait for Windows profile to be created
I have a WPF VB.NET 3.5 application which we have set to run at login via GPO (Windows 7, AD 2003/2008), when this application runs on user login I finding that it is failing when the user has n开发者[详细]
2023-04-06 12:12 分类:问答How to tell Pex not to stub an abstract class that has concrete implementations
I\'m trying to use Pex to test some code. I have an abstract class with four concrete implementations.I have created factory methods for each of the four concrete types. I had also created one for the[详细]
2023-04-06 07:23 分类:问答WPF Binding ListBox Master/Detail
I can get this working with an XmlDataSource but not with my own classes. All I want to do is bind the listbox to my collection instance and then link the textbox to the listbox so I can edit the pers[详细]
2023-04-06 04:18 分类:问答Open a new console application while running the existing console app) [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Is there a way to create a second console to output to in .NET when writing a console application?[详细]
2023-04-06 02:59 分类:问答Binding to runtime object instance
I\'m going round in circles here. I\'ve kind of got the hang of XmlDataProvider bindings but the file I\'m using seems too large to bind dynamically (50Mb doesn\'t work; 2Mb works). So instead I have[详细]
2023-04-06 00:15 分类:问答Facebook Registration: Decoding the signed_request
Can anyone point me in the direction of any tutorials that might be available to this. Thus far I have only found one for framework 4 and MVC, which I am not even sure would work with framework 3.5.[详细]
2023-04-05 22:07 分类:问答By default make TextBox to accept numeric values only
I referred to StackOverflow post here: How do I make a textbox that only accepts numbers? 开发者_开发知识库The problem with this style is that I need to add code or a method call to this code in ever[详细]
2023-04-05 20:31 分类:问答vb.net RegistryKey.CreateSubKey error help
I was hoping to get some help with an error I can\'t seem to get around. A little background - we have a large windows application that uses the registry (originally written back in .NET v1.1 and ha[详细]
2023-04-05 13:25 分类:问答WPF Date Picker Control for .Net 3.5
Im developing an application in C#.Net 3.5 Sp1 under WP开发者_如何学编程F.I need to implement the date picker in it.How can i get that control in WPF.How can i implement in XAML.If you are using .NET[详细]
2023-04-05 01:25 分类:问答Closures and BackgroundWorker Event Handlers
I have a simple BackgroundWorker defined that uses closures for its DoWork and RunWorkerCompleted event handlers, which set and check a boolean value, respectively.In simplified form, the code (C# in[详细]
2023-04-05 00:31 分类:问答