How to: COM component provide access to ASP.NET (aspx) web page controls
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to access a aspx page controls from a COM component, in particular I need to know the position of different controls on the web page so that I can, for example, click on a button or enter text in an editbox... So far I have found that it can be done from .NET framework as explained in http://msdn.microsoft.com/en-us/library/ms178509.aspx[^] Now I would like to know how the same can be done in COM. Any help would be greatly appriciated. Thanks in advance!