all groups > dotnet sdk > august 2005
Read custom property from an office document
Posted by Jeremy Chapman at 8/30/2005 4:25:08 PM
How can I programatically read a custom property from an office document
such as excel or word?
... more >>
Split and Join DateTime?
Posted by xenophon at 8/29/2005 4:49:58 PM
I am implementing an Interface in a class, and the method signature
accepts a single DateTime value.
I have 3rd-party code that sends two DateTime values in an object[]
array.
I need to (using an intermediary class?) combine the two DateTime
values into a single one, and in the Interface-... more >>
How to accept drop url from IE address bar?
Posted by TheB at 8/25/2005 12:00:00 AM
How do I accept a URL in Drag and drop from IE address bar. My drag and
drop works fine for files but I have been unable to get a URL from IE.... more >>
.NET SDK
Posted by £ukasz at 8/20/2005 6:08:23 PM
Hello,
Am I allowed to create comercial applications using .NET Framework SDK?
(or Visual Studio .NET 2003 from MSDN AA?)
Best Regards,
£ukasz... more >>
Corrupt emails when using multipart content types
Posted by Tim Mavers at 8/18/2005 1:28:48 PM
I am running Exchange 2003 with latest SPs and am running into a very
strange problem. When we receive certain emails, the contents of the
messages have been corrupted. Exclamation points (!) seem to appear
randomly in the text (usually an exclamation point followed by a space).
The messa... more >>
Help - N Tier Architecture ?
Posted by Silent Ocean at 8/10/2005 8:22:20 PM
Hi
1. I am in process of designing N-Tier Application using ASP.NET. Can
anyone guide me the right material or microsoft guidelines document
which I can used in designing the N-Tier application.
2. I would also like to know whether to use Web Services or .Net
Remoting in designing N-Tier... more >>
Microsoft cl compiler won't find standard header files
Posted by jayharris NO[at]SPAM gmail.com at 8/9/2005 11:07:42 AM
Can anybody help me figure out why my cl compiler (or pre-processor)
can't find the standard header files. For instance, I have a simple C
program:
#include <stdio.h>
void main() {
printf("Hello world\n");
return;
}
I compile it from the directory that it's in with the command: c... more >>
Installing SDK 2 beta 2 when beta 1 already on system
Posted by MS at 8/7/2005 10:07:54 PM
Hi,
I currently have the .NET redistributable and SDK, both ver. 2.0 beta 1,
installed on my system. I am going to install the latest version 2.0 beta
2 of both the redistributable and the SDK. Do I need to uninstall the 2.0
beta 1 versions first or can I just install the new ones without b... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET 2003 Winform Setup Project
Posted by Michael Jackson at 8/4/2005 7:25:51 PM
I'm stumped.
I have a .NET 2003 Framework 1.1 WinForm application that uses an ActiveX
control, 'MyControl.ocx' from a third party. This MyControl.ocx and
dependent .dll's are installed during the setup of the vendors full
application.
In my setup project (msi) for this application, My... more >>
|