Hi everybody,
I'm trying to send an email using the default emailer. When I execute this instruction ...
lng = ShellExecute(hwnd, "open", stext, vbNullString, vbNullString, SW_SHOW)
I get a 2 as return value. I read in the forum that this is a file not found error. What should I do ?
Where is this library ?
Thanks,
V.
I'm trying to send an email using the default emailer. When I execute this instruction ...
lng = ShellExecute(hwnd, "open", stext, vbNullString, vbNullString, SW_SHOW)
I get a 2 as return value. I read in the forum that this is a file not found error. What should I do ?
Where is this library ?
Thanks,
V.