Hi,
I have a copy of origin pro and Visual C++. The aim is to try to create a dll in C++ to communicate with origin to tell it to
create a work sheet by specifying numbe of col and rows inject data close worksheet.
by using SendMessage commands. at the moment it seems:
int FAR PASCAL TEST3(HWND hWnd, LPSTR lpString) {
SendMessage(hWnd, WM_USER, 0, (LONG)(LPSTR)lpString); return 0; }
is a good start(?)
The dll I'll be creating is only a mock for the real thing. But it is important that I get this done.
Thanks
Qiang
|