[VB] Visual Basic - Windows Phone - 等待指定的时间 [英] [VB]Visual Basic - Windows Phone - Wait specified amount of time

查看:125
本文介绍了[VB] Visual Basic - Windows Phone - 等待指定的时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Windows Phone的visual basic中等待500毫秒或任何其他时间?谢谢:)


注意:这是不是一个通用应用,因为我无法弄清楚如何制作一个(我下载了SDK,但它只是显示Windows Phone应用程序和Windows应用商店应用程序)




解决方案

您可以使用Thread.Sleep()函数。


500毫秒。

 Thread.Sleep(500)




How do I wait 500 milliseconds or any other time in visual basic for windows phone? thanks :)

NOTICE: This is not a universal app, as I can't figure out how to make one (I downloaded the SDK, but it only shows Windows Phone app and Windows Store app)


解决方案

You can use the Thread.Sleep() function.

For 500 millisecs.

Thread.Sleep(500)



这篇关于[VB] Visual Basic - Windows Phone - 等待指定的时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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