| Thread | Last Post | Replies |
|
| Generic BindingList.SumItems.MyProperty: howto? | 15 Feb 2007 14:58 GMT | 1 |
I use a customized Generic List (VB.NET 2.0) inherited from BindingList(Of T). I made some methods in this BindingList, to allow me to do some standard functions on the BindingList-Items.
|
| Page numbers won't print | 15 Feb 2007 14:25 GMT | 1 |
I've been working on a multi-section document. I recently changed the header/footer settings to Same As Previous for all but the Front Matter of the book. The consecutively numbered pages appear in the Layout View but aren't printing. Top and Bottom margins are set at 1"; ...
|
| updating document.xml example? | 15 Feb 2007 10:10 GMT | 1 |
I am able to build a package in code as there are plenty of examples but I haven't seen one about updating. Can someone point me in the right direction? I have a docx that will be used as a template and I simply need to
|
| custom attributes | 15 Feb 2007 08:30 GMT | 5 |
I have a class with methods that I am applying custom attributes to. Right now, I'm using reflection within each method to check for the attribute and do something if it exists and depending on it's settings. I'd like to automate that so the class will call a helper method by ...
|
| SMTP Failure with Large Attachments | 15 Feb 2007 07:14 GMT | 4 |
I have created a website using C# ASP.NET 2.0. Users of the website are able to generate reports and email them from the website using SMTP mail configured under IIS 6.0. Although this works most of the time, messages greater than 2MB are bouncing
|
| ListBox not updating when datasource changes | 15 Feb 2007 06:35 GMT | 3 |
I bind a list to a ListBox. Binding works but when I change the list the data is not updated in the listbox. Someone knows how to signal the listbox to update when the datasource changes?
|
| How to find out the OS is Real or VPS? | 15 Feb 2007 05:16 GMT | 4 |
Can anyone tell me that How can I figure out that the OS system running on some system is Real OS or it is running on VPS? -- Regards,
|
| Uninstalling older versions of .net framework. | 14 Feb 2007 21:54 GMT | 1 |
I've got VS2005 and .NET framework 3.0 installed. Can I uninstall older .Net frameworks 2.0, 1.1 (and 1.0). Does .NET framework 3.0 cover all previous .net framework versions nowadays?
|
| Enterprise Library Deployment | 14 Feb 2007 19:03 GMT | 1 |
I am looking into the Microsoft Enterprise Library 2005 for my organization. My question is: What machines would the Enterprise Library need to be installed on to take advantage of it?
|
| Cardspace is something to do with Framework 3.0 but what? | 14 Feb 2007 15:34 GMT | 2 |
I have had an icon for Windows Cardspace (supposedly something to do with Framework 3.0) in my XP Control Panel (SP2 and fully updated including the February Cardspace update) since installing Framework 3.0. Whenever I click on the icon, Windows Cardspace tries to open and then ...
|
| BitmapDecoder not releasing file lock | 14 Feb 2007 14:25 GMT | 3 |
I am using System.Windows.Media.Imaging.BitmapDecoder as part of some code that extracts metadata, but my problem can be reduced to the following simple example: using System;
|
| AppDomains and shared Threadpool? | 14 Feb 2007 14:06 GMT | 3 |
I have an application that must load various modules. Each module must be able to execute concurrently, so I'm spawning a thread and each thread hosts its own AppDomain. I for various reasons, I must create a custom threadpool. I would like to share that threadpool with each of ...
|
| Wanting to read XML blob from configuration | 14 Feb 2007 13:19 GMT | 7 |
I'm probably missing something because the .NET configuration model seems pretty screwed up. Since the configuration file is an XML file it would seem to make sense, at least to me, to have the reading/writing of configuration information rely on the XmlSerializer. Instead they ...
|
| WPF ListBox Selecteditem colors | 14 Feb 2007 13:13 GMT | 3 |
I'm struggling with knowing how to change the colors used when selecting an item in a databound ListBox. If I have a listbox which uses a datatemplate for items, I don't know how to use triggers to change the foreground and background color in the template (if it was a ...
|
| Is there a patch for congress new 2007 daylight savings time change? | 14 Feb 2007 00:52 GMT | 3 |
Is there a patch for congress new 2007 daylight savings time change? http://geography.about.com/cs/daylightsavings/a/dst.htm This could have economic impact like y2k did. Is there a patch for windows 95/98/me/xp/2000/2003/etc. to handle new daylight savings time rules? are
|