| Thread | Last Post | Replies |
|
| Differences/changes between .NET 2.0 and 3.0 | 09 Nov 2006 18:10 GMT | 13 |
I'll try this here. Has anyone been successful in finding a full list of what's changed (apparently nothing) and what's new (apparently a lot) between .NET 2.0 and 3.0? I know some of the new stuff like WPF, etc., but need a list of all the differences if one exists.
|
| JPEG Compression | 09 Nov 2006 17:26 GMT | 1 |
Is there anyway I can retrieve the information on the quailty setting of a jpeg. In my project I can optimize the image by setting the width and height and the quality setting.
|
| Mirror for Windows SDK? | 09 Nov 2006 16:32 GMT | 4 |
Microsoft's download link for the SDK for Windows Vista RTM & .NET 3.0 isn't responding. Does anyone know of a mirror? Jon
|
| Add contents to <DbProviderFactories> section of <system.data> to Machine.config | 09 Nov 2006 16:22 GMT | 2 |
I would like add my ADO.Provider information to <DbProviderFactories> section of <system.data> to "Machine.config". I used the following code to get section: Configuration config ConfigurationManager.OpenMachineConfiguration();
|
| Bug .NET System.Collections Sort with example in C# | 09 Nov 2006 15:21 GMT | 1 |
There is a longer article about this subject here: http://www.codeproject.com/useritems/SortedList_Bug.asp See the main article and the reply thread started by Robert Rohde. Alternatively look at this code:
|
| Reading mail - pop3 | 09 Nov 2006 14:40 GMT | 2 |
i want to read mail using pop3 but i don't know where i have to search... I've heard about cslmail but is there another way to read those mails ? Thanks
|
| Satellite/Resource DLL not recognized (Basic 2005) | 09 Nov 2006 09:52 GMT | 2 |
Hi group, For some strange reason my custom resource-dll's is not recognized. I have created a new DLL based on a translated RESX-file but my testapplication will only return values from the embedded project-resx. Read on for the
|
| How to Get the ITextDocument Interface of a .Net RichTextBox? | 09 Nov 2006 08:41 GMT | 1 |
Is there Any way I can get the ITextDocument Interface of a .Net RichTextBox? Please post some Sample Code that extracts this interface from RichTextBox?
|
| WinFx: WPF Dynamically build UI | 09 Nov 2006 07:43 GMT | 8 |
I'm currently playing a little bit with the new wpf in Visual Studio 2005. I was pretty excited about the posssibilities you have with XAML. I was wondering if it would be possible to dynamically build up a client's UI? Meaning like providing just a dumb application who load the ...
|
| Circular object reference... | 09 Nov 2006 07:07 GMT | 1 |
I'm writing a server service which will process large amount of data. The internal data structure contains complex circular object references. I notice out-of-memory after the service runs for some time. When I use memory profiler tool to view the whole memory map, I find those
|
| What is the error message when .NET 2.0 is not installed? | 08 Nov 2006 23:07 GMT | 2 |
I was wondering what the exact error message is when a user attempts to run a .NET 2.0 application on a machine that does not have the framework installed. I remember in 1.1 it was a nasty cryptic message that was not at all helpful, has it improved any?
|
| Pointer to interface? | 08 Nov 2006 22:39 GMT | 7 |
I've added a library to the project I'm currently working on which contains the following function: ConfigureFilterUsingProfile(ByVal pProfile As System.IntPtr) As Integer pProfile is a pointer to the Windows Media Encoder interface IWMEncProfile.
|
| IE won't open more than 1 window | 08 Nov 2006 20:09 GMT | 14 |
When I open one browser window, it will appear as normal. Once a second or third is opened, the original closes. It will also close the original window if i right-click on a link and click on 'Open in new window' or if I open an email attatchment (through a provider not in ...
|
| combining hash codes | 08 Nov 2006 19:39 GMT | 2 |
I want to use a custom object as a key in a Dictionary or SortedList, and uniqueness is determined by more than just a specific field. I know the "suggested" method is to xor all the hash codes together, but this doesn't seem safe? For example, say
|
| GetLogicalDrives function does not return mapped drives | 08 Nov 2006 16:38 GMT | 2 |
FW 1.1 VB.Net When I make a call to either system.environment.getlogicaldrives or System.io.Directory.GetLogicalDrives from a Windows service, my mapped drives are not returned.
|