qysh

2011年11月9日

让vs编写的程序在未安装vs的电脑上使用的一种方法(半自动投票机)

摘要: 今天编了一个每隔10分钟就弹出一个网页的程序,为的是用来投票,算是个半自动的投票机吧。代码如下:#include "stdafx.h"#include <iostream>#include <windows.h>int _tmain(int argc, _TCHAR* argv[]){int i=0;while(i==0){ShellExecute(NULL, "open", "explorer.exe", "http://www.xxx.com", NULL, SW_SHOWNORMAL) 阅读全文

posted @ 2011-11-09 16:07 qysh 阅读(508) 评论(4) 推荐(0) 编辑

导航