您将如何编写不可见的页面刷新器 [英] how would you code a invisible page refresher

查看:66
本文介绍了您将如何编写不可见的页面刷新器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

伙计们,我想知道如何编写页面刷新程序,该页面刷新程序将接受您输入到gui的链接,并在几秒钟后不断刷新页面:)在c#

Hey guys I was wondering how I would go about coding a page refresher that takes a link you input to the gui and keeps refreshing the page after so many seconds :)in c#

推荐答案

此站点上有一篇文章,为您提供C#中的页面刷新器代码(假设您正在使用ASP编写Web程序):

自动刷新网页 [
:)
There is an article on this very site that gives you a code for a page refresher in C# (assuming that you are making a web program in ASP) here:

Auto Refresh Web Page[^]

If this dosent answer your question please press the Improve qustion and update the tag and/or give additional spesefications in your question.

:)


如果您正在谈论WinForms应用程序,请使用计时器类 [
If you''re talking about a WinForms application, use the WebBrowser class[^] to display the page and call it''s Refresh method periodically with the Timer class[^].


这篇关于您将如何编写不可见的页面刷新器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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