Ok im trying to set the transparency of a web object window using windowex which can set window transparency with WindowEx.SetWindowTrans();
below is my code which doesnt seem to work but yet if i set the windowhandle to that of the application window it will set the transparency web object but also the rest of the application which isnt what im wanting.
on page show code
Code:WindowEx.SetWindowTrans(Web.GetProperties("Web1").WindowHandle, 200);

Reply With Quote
