Web Forms

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

1)How can i make a Webform transparent (opacity)?

2)Which is the best way to make a IE window to stay always on top (not
modal) whithout affecting the interaction with the other applications?

Thanks
 
--

Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/weblog/
----------------------------------
Making waves on the Web


Bill said:
1)How can i make a Webform transparent (opacity)?

If you're talking about hte main IE window - you can't. at least not from
the server code. You can use WinApi calls to try and get the window then do
this sort of thing, but that will have to happen outside of Web app.
2)Which is the best way to make a IE window to stay always on top (not
modal) whithout affecting the interaction with the other applications?

Same as above.
 
Back
Top