| Thread | Last Post | Replies |
|
| IsDayLightSavingTime method | 13 Dec 2007 20:43 GMT | 1 |
H all, I just joined a project and am thinking to use TimeZone.IsDayLightSavingTime inside the application. This year(2007) the day light saving rule is changed. My machine has
|
| EBCDIC conversion | 13 Dec 2007 17:08 GMT | 3 |
Is there a codepage in .net that converts from EBCDIC to ASCII and vice versa. A have a home grown conversion in .net and it does not work for the ^ character.
|
| Turn bmp-file at 90 degrees | 13 Dec 2007 15:50 GMT | 1 |
How turn bmp-file at 90 degrees? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Prevent Ctrl+Tab in MDI App | 13 Dec 2007 12:52 GMT | 1 |
I have an MDI based application in which I would like to totally control the switching between child windows (which will all be maximised). I would therefore like to disable the switching between child windows through the use of Ctrl+Tab and Ctrl+Shift+Tab.
|
| wpf - dragdrop - no realy complete example | 13 Dec 2007 09:01 GMT | 3 |
because there are no managed news group for window presentation foundation and one has told me I can use this, here my problem: I have searched in the msdn and there are samples for dragdrop, yes, BUT:
|
| Inheriting from a SortedList | 12 Dec 2007 18:42 GMT | 2 |
So, basically, I want to create a class inherited from a SortedList<T1, T2> with the types T1, T2 fixed. But the C# compiler gives me an error when I do this: class C : SortedList<T1, T2>
|
| Hiding a base function so it is not accessible | 12 Dec 2007 16:38 GMT | 12 |
According to the MSDN (see reference below), it is possible to change a base class function from public to private. How is this done? I've tried using "new", but the function is still accessible. From MSDN:
|
| Communication between Visual C++ and Visual C# by means of WEB services | 12 Dec 2007 16:18 GMT | 2 |
I have a problem. I have some DLLs developped with borland C++ and I want to use them in a project that I want to develop in Visual Studio C ++. This project is only a "conosle" that offer some methods of these DLLs. I want also to create antoher project with Visual Studio C# that
|
| Flash video DLL? a .NET dll to convert various video to FLV. | 12 Dec 2007 12:34 GMT | 1 |
Does anyone know of a .NET dll that will convert different video formats to FLV for flash video site? I want to write a wrapper program to do this programmatically on a server after upload. Thanks,
|
| ApplicationSettingsBase problems | 12 Dec 2007 11:53 GMT | 1 |
i have a class library, with domain objects (linq based objects, in .net 3.5). i want to have this library use connection strings fro its own app.config. there are some problems:
|
| Parsing a MailMessage | 12 Dec 2007 03:51 GMT | 2 |
I have to parse mail messages from an email server for an application that I'm working on. I'm somewhat familiar with the MailMessage class that is available in the .NET Framework. I've noticed that the MailMessage class has a host of convenient properties that have all of the ...
|
| httpwebrequest with https behind proxy with authentication | 12 Dec 2007 03:20 GMT | 4 |
Hi to all, I have a problem to download a file with httpwebrequest when _ https protocol is used _ the client is behind a proxy that requires authentication
|
| Help running a .NET 2005 executable on a network share? Trying to use ClickOnce | 12 Dec 2007 01:31 GMT | 1 |
Hi I recently installed VS 2005 and have been awoken to the world of it's security. Previously of course my users, all part of are organizations network, could run executables from a Network Share. When I tried running my new VS 2005 .Net version from the share I got
|
| Run app from network share | 12 Dec 2007 01:24 GMT | 2 |
Can somedoby tell me the steps, or perhaps examples, which I have to complete to access .net application on client computer from network shared folder on server computer?? I made a release of my appplication and it is on my D disk (D:\Test) and I
|
| delegate not removed from invoicationlist | 11 Dec 2007 18:37 GMT | 3 |
Hi, what is wrong with following code: try { subm.EndInvoke(ar);
|