Click here to Skip to main content
15,887,383 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to view property of a file in terms of coding Pin
nfactorial17-Jun-03 23:11
nfactorial17-Jun-03 23:11 
QuestionHow can one call a script function from a C# WebBrowser Application? Pin
Alberto Colon17-Jun-03 17:12
Alberto Colon17-Jun-03 17:12 
Generalchange icon at runtime Pin
albean17-Jun-03 15:54
albean17-Jun-03 15:54 
QuestionA .Net way to do PostMessage()? Pin
mcgahanfl17-Jun-03 15:41
mcgahanfl17-Jun-03 15:41 
AnswerRe: A .Net way to do PostMessage()? Pin
Oleksandr Kucherenko17-Jun-03 21:20
Oleksandr Kucherenko17-Jun-03 21:20 
GeneralRe: A .Net way to do PostMessage()? Pin
dynamic17-Jun-03 22:07
dynamic17-Jun-03 22:07 
GeneralRe: A .Net way to do PostMessage()? Pin
mcgahanfl18-Jun-03 3:04
mcgahanfl18-Jun-03 3:04 
GeneralNew to C# - API Usage Pin
User 665817-Jun-03 14:09
User 665817-Jun-03 14:09 
Hi
I just downloaded the .NET Framework SDK 1.1 and SharpDevelop to take my first steps with C#. For now, I,ve been programming only with C++ so far. I like C# due to its consequent OOP-design, and many other things (such like the garbage collection). But after a few minutes I got the first shock:
I wanted to use some native Win32 API calls like FindWindow, SendMessage and so on. But....I had to declare all these functions by myself and convert them to C#-syntax Eek! | :eek:
That's the thing I hate most e.g. in VB, where you have to do the crap as well.
So my question is: Why is that the case? How are the chances that one time it will be possible to call the Win32 APIs without the need to declare them first?

thanks in advance,
Greg

modified 12-Sep-18 21:01pm.

GeneralRe: New to C# - API Usage Pin
Jim Stewart17-Jun-03 15:25
Jim Stewart17-Jun-03 15:25 
GeneralRe: New to C# - API Usage Pin
J. Dunlap17-Jun-03 15:31
J. Dunlap17-Jun-03 15:31 
GeneralRe: New to C# - API Usage Pin
firat kocak17-Jun-03 20:12
firat kocak17-Jun-03 20:12 
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 0:21
User 665818-Jun-03 0:21 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 1:07
firat kocak18-Jun-03 1:07 
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 2:09
User 665818-Jun-03 2:09 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 2:50
firat kocak18-Jun-03 2:50 
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 3:21
User 665818-Jun-03 3:21 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 3:52
firat kocak18-Jun-03 3:52 
GeneralRe: New to C# - API Usage Pin
User 665818-Jun-03 5:23
User 665818-Jun-03 5:23 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 20:26
firat kocak18-Jun-03 20:26 
GeneralRe: New to C# - API Usage Pin
J. Dunlap18-Jun-03 8:17
J. Dunlap18-Jun-03 8:17 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 20:09
firat kocak18-Jun-03 20:09 
GeneralRe: New to C# - API Usage Pin
J. Dunlap18-Jun-03 22:09
J. Dunlap18-Jun-03 22:09 
GeneralRe: New to C# - API Usage Pin
firat kocak18-Jun-03 22:31
firat kocak18-Jun-03 22:31 
GeneralRe: New to C# - API Usage Pin
firat kocak30-Jun-03 10:29
firat kocak30-Jun-03 10:29 
GeneralRe: New to C# - API Usage Pin
J. Dunlap30-Jun-03 11:14
J. Dunlap30-Jun-03 11:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.