O.P. RE: [Help] EditControl scroll bar
I still don't really understand how to 'send the message', I tried this:
Window1.SendControlMessage ("Btnid1", SW_HIDE, 0, 0);
but it did nothing.. I don't know the args, if any..
EDIT: Oh, wait, do you mean from a seperate C DLL?
EDIT TWO: I see now that ShowWindow is a JScript func.. but this doesn't work:
var handle = Window.Handle;
ShowWindow (handle, SW_HIDE);
I do have SW_HIDE defined and the Window as well...
-Paril
This post was edited on 05-01-2007 at 11:29 PM by Paril.
|