[Message Deleted]
-
Hey dude .... thanks a lot..... you gave me a good start.... and I hope I can do much better if i know a little bit ..... you are better than the others ........ they thought i was kidding ..... every body replyed negative thoughts .... that is not expected from the so called "Programmers" ........ By the way I have 1 question for you.... from your answer
Computafreak wrote:
The classes serve to simplify development by providing common tasks, and allowing you to interop using PInvoke.
I didnt understand the word PInvoke Thanks a lot.
You told everyone you know C# very well. The problem is you can't possibly know c# that well at all if you didn't know what the .NET Framework was and what the .NET CLR is. It seems from the two questions you asked in this thread that you don't know C# beyond the basic contructs of the language itself.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Hey dude .... thanks a lot..... you gave me a good start.... and I hope I can do much better if i know a little bit ..... you are better than the others ........ they thought i was kidding ..... every body replyed negative thoughts .... that is not expected from the so called "Programmers" ........ By the way I have 1 question for you.... from your answer
Computafreak wrote:
The classes serve to simplify development by providing common tasks, and allowing you to interop using PInvoke.
I didnt understand the word PInvoke Thanks a lot.
PInvoke is short for platform invoke. It allows CIL, which is managed code which uses the .Net framework, to call native code, which is basically, C++, C or assembly code. It's commonly used to do pointer arithmetic (in VB.Net) or work directly with Windows. Most of the people who replied to you are usually helpful. It's just that most of the information I gave you, you could have found out by looking the .Net Framework up on Wikipedia. No offence :-D
Between the idea And the reality Between the motion And the act Falls the Shadow
-
You can not be serious!
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
Have you ever seen this famous scene? 43s. You can not be serious![^]
Kevin