vb 2008/10-需要我的浏览器帮助 [英] vb 2008/10 - need help with my browser

查看:121
本文介绍了vb 2008/10-需要我的浏览器帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好吧,我需要浏览器的帮助,这当然是制表符,但是我的问题是:

#1
如何使Web浏览器要求成为功能强大的Web浏览器.
#2
添加可以导航到最新网站的最新列表
#3
要求关闭2个或更多打开的标签页+保存最近的标签页,例如在Opera中(如果可能的话)
#4
历史记录列表,并可以导航到所选项目
#5
FireFox中的下载器

如果你们的人可以帮助我,那将意味着我很多! ;)
我已经在互联网上搜索了很多天,但没有找到任何东西:(
大家新年快乐:) :) :):laugh::cool::cool:

Ok I need help with my browser which is tabbet of course but my questions are:

#1
How to make the web browser ask for being the defult web browser.
#2
Adding recent list which can navigate to the recent website
#3
Asking to shut down with 2 tabs or more open + saving the recent tabs like in opera(if possible)
#4
History list and can navigate to the selected item
#5
A downloader like in FireFox

If you people can help me that will mean me alot! ;)
I have been searching on the internet for many days and not finding a thing :(
And happy new year everyone :) :) :laugh: :cool: :cool:

推荐答案

写道:

如何使Web浏览器要求成为完善的Web浏览器.

How to make the web browser ask for being the defult web browser.



在注册表中检查它是否与.htm文件相关联



Check if it is, in the registry, that is, is it associated with .htm files

写道:​​

添加可以导航到最近网站的最新列表

Adding recent list which can navigate to the recent website



当您浏览页面时,将它们存储在某个地方,例如注册表或配置文件.从那里显示.



As you browse to pages, store them somewhere, like the registry or a config file. Show from there.

写道:​​

要求关闭2个标签页或更多标签,并像保存歌剧一样保存最近的标签页(如果可能)

Asking to shut down with 2 tabs or more open + saving the recent tabs like in opera(if possible)



很显然,您将IE控件放在页面上并认为您已经编写了软件.这真的是基本的东西.也许您需要看书?我的意思是,IMO,我的回答是不言而喻的,但这是我能给出的唯一可能的答案.

检查是否在关闭事件中打开了一个选项卡,如果有,请提示用户.



It''s clear that you put an IE control onto a page and believe you''ve written software. This is really basic stuff. Perhaps you need to read a book ? I mean, my answers are quite self evident, IMO, but they are the only possible answers I can give.

Check if more that one tab is open in a closing event, and if so, prompt the user.

写道:​​

历史记录列表,可以导航到所选项目

History list and can navigate to the selected item



你是什​​么意思?



What do you mean ?

写道:​​

类似于FireFox的下载器

A downloader like in FireFox



好吧,现在您希望编写实际的软件,而不仅仅是玩转.您需要捕获IE下载文件的事件,然后在对话框中显示进度,这可能会抑制IE中的实际下载并以您自己的代码进行.



Well, now you''re hoping to write actual software, not just play around. You''d need to catch the event of IE downloading a file, and then show the progress in your dialog, probably suppressing the actual download in IE and doing it in your own code.


在注册表中检查它是否与.htm文件相关联

写道:
添加可以导航到最新网站的最新列表



当您浏览页面时,将它们存储在某个地方,例如注册表或配置文件.从那里显示.

写道:
要求关闭2个或更多打开的标签页+保存最近的标签页,例如在Opera中(如果可能的话)



写道:很明显,您将IE控件放在页面上并认为您已经编写了软件.这真的是基本的东西.也许您需要看书?我的意思是,IMO,我的回答是不言而喻的,但这是我能给出的唯一可能的答案.

嗯,我不相信如果我在表单上放置ie控件,我将拥有自己的浏览器.

检查是否在关闭事件中打开了一个选项卡,如果有,请提示用户.

写道:
历史记录列表,并可以导航到所选项目


写道:
你是什​​么意思?

我的意思是:如果历史记录中的某个项目被双击,则它将导航至historyitem.
写道:
FireFox中的下载器

写:好吧,现在您希望编写实际的软件,而不仅仅是玩转.您需要捕获IE下载文件的事件,然后在对话框中显示进度,这可能会抑制IE中的实际下载并以您自己的代码进行.

是的,我已经完成了我设计的下载器的工作,但是,编码是我的主要任务.
Check if it is, in the registry, that is, is it associated with .htm files

wrote:
Adding recent list which can navigate to the recent website



As you browse to pages, store them somewhere, like the registry or a config file. Show from there.

wrote:
Asking to shut down with 2 tabs or more open + saving the recent tabs like in opera(if possible)



wrote:It''s clear that you put an IE control onto a page and believe you''ve written software. This is really basic stuff. Perhaps you need to read a book ? I mean, my answers are quite self evident, IMO, but they are the only possible answers I can give.

uhm not I dont beleave that if I put an ie control on my form i got my own browser.

Check if more that one tab is open in a closing event, and if so, prompt the user.

wrote:
History list and can navigate to the selected item


Wrote:
What do you mean ?

What I mean like: if a item from history is double clicked a item from the history it will navigate to the historyitem.
Wrote:
A downloader like in FireFox

Wrote: Well, now you''re hoping to write actual software, not just play around. You''d need to catch the event of IE downloading a file, and then show the progress in your dialog, probably suppressing the actual download in IE and doing it in your own code.

Yes I''ve have done that I have designed a downloader but, The coding is my hard part.


这篇关于vb 2008/10-需要我的浏览器帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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