| Thread | Last Post | Replies |
|
| LINQ - Removing elements in source list prevents enumeration of "c | 07 Mar 2008 07:51 GMT | 11 |
Hello, I have a list of elements and I want to perform an operation on a subset of them and then remove them from the list. If I build a sequence of elements via LINQ to drive the enumeration, as soon as I remove the first element the enumeration operation is broken.
|
| Localization of custom DLLs. | 07 Mar 2008 04:09 GMT | 3 |
I am developing a DLL that will be used by localizable applications. The code of this DLL has some text that is send to the client applications. I am creating some resource files for this DLL and when I compile it, VS.NET creates a bunch of resource.dll files for the
|
| Fast way to determine if a string contains a member of a list of strings | 06 Mar 2008 22:07 GMT | 15 |
I need to find the fastest way in terms of storage and searching to determine if a given string contains one of a member of a list of strings. So, think of it in terms of this: I have a string such as the following: "Smith said the dog belongs (or did belong) to the secretary, an ...
|
| Vs.net 2003 on Vista...any issues? | 06 Mar 2008 20:28 GMT | 5 |
Looks like we're getting Vista soon. Alas, we're still maintaining a few apps in 1.1 using VS.2003. Are there any issues? Does it run on Vista? I found this which appers that MS doesn't SUPPORT it, but that's not really
|
| PC slow in development environment | 06 Mar 2008 18:18 GMT | 3 |
I have been developing on my Laptop (1.9Ghz 512MbRam) in VB.NET2005 for two years now and all of a sudden my performance has reduced dramatically. I have defragged the hard drive, but no performance increase.
|
| WPF - Binding IsEnabled property doesnt evaluate until DataContext | 06 Mar 2008 15:52 GMT | 1 |
I have a "Save Changes" button on the form. I'm binding its IsEnabled property to a property of the object that I'm dealing with. When I connect the panel the buttons are in with an object (set the DataContext when the user selects an object from a list), the buttons correctly ...
|
| WPF: Autogenerate a Private Dependency Property ? | 06 Mar 2008 15:43 GMT | 4 |
I frequently need to create private dependency properties to facilitate data binding. For example, I recently bound the "IsEnabled" property of the OK button to a private Boolean property indicating whether or not a login is currently in process. So, time after time, I'm writing ...
|
| WPF: Detect Screen Resolution Change (without constantly polling SystemParameters)? | 06 Mar 2008 15:24 GMT | 2 |
Hello Friend, I need to take a particular non-UI-related action when the user changes the screen resolution. How can I detect when the screen resolution is changed by the user?
|
| Old Hp printer deskjet 722C pls help me install a printer driver | 06 Mar 2008 13:42 GMT | 1 |
Hello I need help I have a 1998 hp and have installed windows xp I can't seem to install a printer driver to make my computer communicate with my old hp 722c printer..I've installed the ones from the internet and nothing seems to
|
| Specified cast is not valid | 06 Mar 2008 12:58 GMT | 5 |
I have declared a Public Class MDIMenu that Inherits from System.Windows.Forms.Form. In the InitializeComponent Sub I declare it as a MdiContainer with this statement: Me.IsMdiContainer = True
|
| Configuration file issue | 06 Mar 2008 12:29 GMT | 2 |
How can I make my application to expect config file under “C:\Documents and Settings\All Users\Application Data\MyApplication” folder rather install folder. My app performs read/write operation on application configuration file that
|
| how to halt on some errors | 06 Mar 2008 05:30 GMT | 1 |
how could I set up mz vs 2005 to halt on some errors even if there is an exception handler? (in debug mode)
|
| Does Silverlight support East Asian languages? | 06 Mar 2008 02:06 GMT | 1 |
|
| Static Events Used By Static Classes | 05 Mar 2008 19:42 GMT | 7 |
I am using a static event from the .NET framework and MSDN says: "Because this is a static event, you must detach your event handlers when your application is disposed, or memory leaks will result." But I am using the event in a static class in a DLL so I can not
|
| What is the installer for Net? | 05 Mar 2008 15:41 GMT | 2 |
I have a Toshiba Satellite purchased in 2004 with Windows XP Professional. It came with an Atheros 802.11 super G installed. It has been working fine out of the box until around August of 2007. At that time it began to show the following behavior. On boot, it would display ...
|