来自Internet-explorer的信息 [英] information from internet-explorer

查看:90
本文介绍了来自Internet-explorer的信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试写一个日志,每次打开Internet Explorer都会保存

或关闭


以及访问过的所有网址?


非常感谢任何帮助。

解决方案

您可以随时从历史记录中获取的URL。 />
PK


你好


只需使用以下代码行


流程[] arrProcess;

arrProcess = Process.GetProcesses(/ *您的计算机名称* /);


foreach( arrProcess中的流程p)

{

if(p.ProcessName ==" iexplore")

{

//记录事件,你可以在这个过程中获得

开始或关闭

}

}

牛奶果酱 < MI ****** @ newsgroups.nospam>在消息中写道

news:e%**************** @ TK2MSFTNGP15.phx.gbl ...

我'我试图写一个日志,每次打开Internet Explorer都会保存
或关闭

以及所有访问过的网址?

任何帮助都很大赞赏。



我试图从互联网资源管理器地址栏获取它


piotrek < PI ************* @ gmail.com>在消息中写道

news:ad ************************** @ news.chello.pl ..。< blockquote class =post_quotes>您可以随时从历史记录中获取的URL。
PK



I''m trying to write a log which save each time internet explorer is opened
or closed

and all of the url which where visited?

Any help is greatly appreciated.

解决方案

URL you can always get from History.
PK


Hello

Just use the following line of code

Process[] arrProcess;
arrProcess=Process.GetProcesses(/* Your Conputer Name*/);

foreach (Process p in arrProcess)
{
if (p.ProcessName=="iexplore")
{
// Log the Event, here u can get when the process
is started or closed
}
}
"milk-jam" <mi******@newsgroups.nospam> wrote in message
news:e%****************@TK2MSFTNGP15.phx.gbl...

I''m trying to write a log which save each time internet explorer is opened
or closed

and all of the url which where visited?

Any help is greatly appreciated.



Im trying to get it while it happen from the internet-explorer address bar

"piotrek" <pi*************@gmail.com> wrote in message
news:ad**************************@news.chello.pl.. .

URL you can always get from History.
PK



这篇关于来自Internet-explorer的信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆