6 Star 9 Fork 3

PureBasic/PureBasicPreference

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Thread.pb.html 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2016-07-21 13:08 +08:00 . chuci
<html><head><title>Thread.pb</title></head>
<body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000">
<pre><font face="Courier New, Courier, mono"size="2"><font color="#3A3966">;
</font><font color="#3A3966">; ------------------------------------------------------------
</font><font color="#3A3966">;
</font><font color="#3A3966">; PureBasic - Thread example file
</font><font color="#3A3966">;
</font><font color="#3A3966">; (c) Fantaisie Software
</font><font color="#3A3966">;
</font><font color="#3A3966">; ------------------------------------------------------------
</font><font color="#3A3966">;
</font>
<b><font color="#3A3966">Procedure</font></b> <font color="#3A3966">AlertThread</font>(Parameter)
<b><font color="#3A3966">Repeat</font></b>
<b><font color="#3A3966">Debug</font></b> &quot;Alert !&quot;
<font color="#3A3966"> Delay</font>(3000)
<b><font color="#3A3966">ForEver</font></b>
<b><font color="#3A3966">EndProcedure</font></b>
<font color="#3A3966">CreateThread</font>(@AlertThread(), 154)
<font color="#3A3966">MessageRequester</font>(&quot;Info&quot;, &quot;It will display an alert every 3 seconds.&quot;+<font color="#924B72">#LF$</font>+&quot;Click To finish the program&quot;, 0)
</font></pre>
</body></html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/PureBasic/PureBasicPreference.git
git@gitee.com:PureBasic/PureBasicPreference.git
PureBasic
PureBasicPreference
PureBasicPreference
master

搜索帮助