Invoking ActiveX
-
Inside IE when an ActiveX COM is being loaded a yellow bar pops up at the top asking you to allow the application to run. Is it possible in VB.net or Csharp to invoke the activex component to ask the user to allow over again. Mainly because we have users who's plugins aren't working correctly and we want to try to reload them when they access a link or a page?
-
Inside IE when an ActiveX COM is being loaded a yellow bar pops up at the top asking you to allow the application to run. Is it possible in VB.net or Csharp to invoke the activex component to ask the user to allow over again. Mainly because we have users who's plugins aren't working correctly and we want to try to reload them when they access a link or a page?
The yellow bar that you pops up is an IE functionality. You can't bring that one up using C# or vb.net. What you need to do is that for those users that you suspect it is not working properly, check their IE Advanced Setting. Check this for more help http://www.microsoft.com/enable/training/windowsvista/webadv.aspx[^]
Yusuf May I help you?