Is there any API or DLL through which I can connect to FIREFOX or OPERA or SAFARI in .NET ?
For eg there is SHDocVw.dll which I can use for connecting to INTERNET EXPLORER in .NET.
I need to access ADDRESS BAR of FIREFOX/OPERA in my .NET code (i am making a WINFORM app)
User Profile
Collapse
-
how to connect to OPERA/FIREFOX or SAFARI using .NET
-
getting address bar
I have made a desktop application in .NET (using C#).
The application records all of your activities that you do on your system. For example when you open NOTEPAD it does the following
Records app name : NOTEPAD
Records TITLE : untitled-notepad
Records DURATION
Now you can see that I can record APP NAME and TITLE displayed on the APP.
My Query : Now... -
Partial update to an existing setup
I have installed a dotnet windows application setup on a local machine.
I want to dynamically add some more features, which a user can select from my website.
Now,once the user downloads that feature , it should dynamically go and embed that particular feature inside the original setup.
Can someone guide me; how to achieve this ?
NOTE: It should be similar to how pluggins are installed in... -
how to get browser detail in Winform
I am making one Desktop application in (.net using C#). This application logs user activities. And whenever user visits any webpage the application records the following (an example)
application name : IEXPLORE
application title : Community-- Reply to Topic
** but I also want to store the current site address .. how can I do that ? I am using PROCESS to get application...Leave a comment:
-
Thanks for the reply Gray. I think I haven't put my question completely. Here I frame it again..
I am making one Desktop application in (.net using C#). This application logs user activities. And whenever user visits any webpage the application records the following (an example)
application name : IEXPLORE
application title : Community-- Reply to Topic
** but I also want to store the current site address...Leave a comment:
-
how to get browser detail in Winform
Hi,
How can i get the address opened by a user in his internet explorer or any other browser. For eg if a user has opened site www.yahoo.com then, how can I get that programatically
thanks
No activity results to display
Show More
Leave a comment: