| Thread | Last Post | Replies |
|
| Type Library conversion problem | 12 May 2004 08:58 GMT | 3 |
(Type your message here) I tried using the tlbimp.exe utility of .NET sdk to import a type library(a C API) to a compatible assembly code. I was succesful at doing that and was able to Add a Reference to the namespace i assigned. However when I tried to get the function of the ...
|
| .NET Framework sourcecode ? | 11 May 2004 13:02 GMT | 2 |
Is all or part of the .net framework sourcecode available Sad to say the documentation is rather frustrating, I'd say the sourcode would be a better source of documentation at times Rgds OJ
|
| converting image size | 11 May 2004 09:38 GMT | 5 |
Hi, I'm using asp-dot net to upload an image, and saving the image. i get the image object this way: System.Drawing.Image img = System.Drawing.Image.FromStream(file.PostedFile.InputStream);
|
| Creating a new project | 08 May 2004 00:45 GMT | 1 |
I am trying to create a project in C#. I receive the following error: "Automatic server can't create object" Why? I found in the internet that I have to Enable the ActiveX in my Internet.
|
| XSD schema file for application and machine config etc. | 06 May 2004 06:48 GMT | 2 |
Why isn't there an appropriate schema definition file available in the SDK for the application.config and machine.config files? At least, I haven't found one... Did I miss something perhaps? Greetz,
|
| Visual Studio .Net and Visual Studio 6.0 | 05 May 2004 04:31 GMT | 1 |
In continuation with my previous thread regarding possibilities of compiling in Visual Studio .NET environment and linking using Visual Studio 6.0, I had one more question. I got some replies stating this would not work. I was wondering if I am building plain Win32 application ...
|
| Quick Start: cannot install the ConfigSamples.exe | 02 May 2004 19:46 GMT | 1 |
When I try to install this program I get a message saying that says "An error occured during configuration. This typically happens if you are logged on with insufficient privilages I am logged in with Administrator privilages. I am new to ASP.NET so hopefully this is an easy fix. ...
|
| How to find an algorythm | 01 May 2004 07:19 GMT | 2 |
Any could help my find how to create the code for the following algorythm: In1: 10000000 In2: 00000000000 the algorythm runs and this is the output:
|