Re: Windows API calls in .NET application
- From: "CT" <carstent@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 10 Nov 2005 05:21:29 +0100
C++ is generally unmanaged code more or less like you're used to, but you
can use managed extensions to get the benefits of managed code, i.e. code
that is executed/managed by the CLR of the .NET Framework. Here's a brief
overview with a number of articles that might be of interest to you.
--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything. (Karl Lehenbauer)
---------
"Karlsson-on-the-roof" <pozhit@xxxxxxxxxxxxxxxx> wrote in message
news:dku83n$ed8$1@xxxxxxxxxxxxxxxxxxxxxxxxxx
> Dear All,
> I'm new to .NET and it seems that I'm terribly confused. I'm used to
> program windows applications using C++ and native API. I decided to try
> .NET windows Form application. Of course, Visual Studio did everything
> for me and some empty form showed up on the screen upon starting the
> application.
>
> Then I incorporated really hardcore API calls such as RegisterClass and
> CreateWindow and implemented wndProc, like in old days. What happened:
> another window showed up and behaved as I would expect. Now, how does it
> fit together with the idea of the intermediate language and runtime and
> all that stuff that is written about the .NET? I was thinking that either
> the project would not compile, or it would crash upon startup, but it
> seems like you can stick your API code just fine. Am I missing something
> here?
>
> Tons of thanks,
> Alex.
>
>
.
- Follow-Ups:
- References:
- Windows API calls in .NET application
- From: Karlsson-on-the-roof
- Windows API calls in .NET application
- Prev by Date: RE: Upgrading a web application to VS 2005
- Next by Date: Re: Windows API calls in .NET application
- Previous by thread: Windows API calls in .NET application
- Next by thread: Re: Windows API calls in .NET application
- Index(es):
Relevant Pages
|