Can someone kindly put me out of my misery with the following?
I need to know how to perform the conversion of an LPSTR to a
LPARAM:
In C/C++ I'd do the following:
SendMessage(hLbox, LB_ADDSTRING, 0, (LPARAM) "Test string")
However in PB it gets upset with the LPARAM parameter. How do
I go about performing an implicit cast?
Andrew
------------------
I need to know how to perform the conversion of an LPSTR to a
LPARAM:
In C/C++ I'd do the following:
SendMessage(hLbox, LB_ADDSTRING, 0, (LPARAM) "Test string")
However in PB it gets upset with the LPARAM parameter. How do
I go about performing an implicit cast?
Andrew
------------------
Comment