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

C#

 
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 
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 
Greg S. wrote:
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
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?


Only when they've all been declared (sort of like win32api.txt). I tried to get people interested in doing this once as an open-source project sot of a thing, but nobody was interested. Confused | :confused: Meanwhile, I've been declaring every single API I use, knowing that others are doing the same, and wishing that we could all collaborate and write up about 3000 or so of the most common ones and put them in a library. Smile | :)


"Blessed are the peacemakers, for they shall be called sons of God." - Jesus

"You must be the change you wish to see in the world." - Mahatma Gandhi







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 
GeneralRe: New to C# - API Usage Pin
J. Dunlap30-Jun-03 11:16
J. Dunlap30-Jun-03 11:16 
GeneralRe: New to C# - API Usage Pin
firat kocak30-Jun-03 11:36
firat kocak30-Jun-03 11:36 

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.