Info about Sendmessage API 
Author Message
 Info about Sendmessage API

Hello,

Where can I find information about the SendMessage API ?

Thanks in advance



Wed, 19 Nov 2003 03:46:21 GMT  
 Info about Sendmessage API
Try here: http://161.58.84.211/ref/s/sendmessage.html

Robert


Quote:
> Hello,

> Where can I find information about the SendMessage API ?

> Thanks in advance



Wed, 19 Nov 2003 08:40:57 GMT  
 Info about Sendmessage API
The SendMessage function is fairly straight forward. What makes it
complicated is the vast number of messages that you can send to all sorts of
different windows. If you have a full version of VB then you should also
have the MSDN CDs (on which the VB help files live). In them you will find
lots of information about the various messages that all sorts of windows
respond to, although it is not immediately obvious where to look. If you
have installed the MSDN CDs then just use the VB help menu and choose
"contents". Then have a good look through them. For example, the various
messages that relate to the VB Text Box control are cunningly hidden under
Platform SDK / User Interface Services / Controls / Edit Controls / Edit
Control Reference / Edit Control Messages. Also, as is usual with Microsoft,
most of the help is aimed at C++ programmers, but you should be able to
convert the stuff to VB fairly easily.

Mike

Actually, I have been looking (rather half heartedly, so far!) for a web
page that gives details of all (or at least most) of the various messages
that are appropriate to VB users, together with VB examples, but I haven't
yet found one. If anyone knows of suxh a thing then maybe you could let the
group know about it.

Mike


Quote:
> Hello,

> Where can I find information about the SendMessage API ?

> Thanks in advance



Wed, 19 Nov 2003 12:13:58 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. api SendMessage wm_copydata

2. SendMessage API Call in .NET

3. How to call the SendMessage API

4. How to send text with API function SendMessage() ?

5. SENDMESSAGE api not working on win2000 server

6. SendMessage API

7. Sendmessage API and Excel97-VBA Getselcount always returns 0

8. using sendmessage api to change combo box sorted property at run time

9. Help with SendMessage API call

10. SendMessage API question

11. SendMessage API

12. Combo/List box and SendMessage API Question

 

 
Powered by phpBB® Forum Software