quote:
Originally posted by scutterman
code:
var Result2 = Interop.Call("user32.dll", "ShowWindow", WndHandle, "SW_SHOW");
~~Scutterman~~
SW_SHOW is not a string value it is an integer. Easiest way to find out what the values are is to google the following
define SW_SHOW
SW_SHOW's value is 5.