SendMessage without API-Calls

N

nnb295

Hi,

is it with the .Net-Class-library possible to send a message with the
same effect like the API-Call "SendMessage" to another application
window or control without Windows-API-Calls.

Thanks

nnb295
 
J

John Timney \(Microsoft MVP\)

You can wrap the api's in .net and use sendmessage. Sendmessage is part of
the user32.dll functionality and I dont think theres an
equivalent.........its not rocket science thoug, take aread of
this..........

http://www.cshrp.net/content.aspx?showID=497

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top