A
Afshin Eftekhar
when I was working with VB 6.0 I used to use API function "SendMessage" to
sending windows messages to forms and controls. Now In VB.net it seems that
VB doean't support API functions as usual and the function was replaced with
"Message" object. in message object there is "lparam" and "wparam" arguments
which are declared as "intptr" datatype. intptr is some kind of pointer. So,
I can not use API viewer constants like "HTCAPTION" in that case.
I don't understand how can I get the correct arguments and how can I use
"message" object instead of "SendMessage" function?
is there somebody who can help?
thanks
Afshin
sending windows messages to forms and controls. Now In VB.net it seems that
VB doean't support API functions as usual and the function was replaced with
"Message" object. in message object there is "lparam" and "wparam" arguments
which are declared as "intptr" datatype. intptr is some kind of pointer. So,
I can not use API viewer constants like "HTCAPTION" in that case.
I don't understand how can I get the correct arguments and how can I use
"message" object instead of "SendMessage" function?
is there somebody who can help?
thanks
Afshin