-
在大多数的窗口应用程序中,它的所有形式都是使用正规的时间…
在绝大多数的Windows应用程序中,其窗体都是使用的正规正矩的矩形窗体,例如我们常用的,“记事本”,“扫雷”,等等。矩形窗体,具有编程实现简单,风格简洁的优点,所以在普通文档应用程序和 简单小游戏中使用足矣。但在某些娱乐游戏程序中使用就略显呆板些了,这时若用不规则窗体替代原先 的矩形窗体,将会使这类程序更添情趣。典型的例子有windows 自代的Media Player,新版本的Media Player有个控制面板的选项,选中这些面板,播放器就以选中的面板形状出现,这时的播放器比以前版 本的Media Player的古老矩形界面要生动有趣的多了。 要实现不规则窗体不是太难,知道了基本原理后,你也可以创建各种有趣的不规则窗体。-in most Windows applications, all of its forms is the use of the formal moments of rectangular windows, for example, we used, "Notepad", "mine" and so on. Rectangular windows, with programming simple, concise style of the advantages, in ordinary applications and files a simple little game that pledge to use. But in some amusement games procedures on the use of a slightly more rigid, then using the irregular forms of alternative original rectangular windows, such procedures will be added with more amenities. Typical examples are from the generation of the Windows Media Player, the new version of Media Player has a control panel of options, selected these
- 2022-03-21 18:40:51下载
- 积分:1
-
Using MAPI with Outlook express to send emails
Using MAPI with Outlook express to send emails
- 2022-12-30 11:30:07下载
- 积分:1
-
Android实现自动、手动更新应用
代码简单、易懂、实用。
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Uri;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
/**
*@author coolszy
*@date 2012-4-26
*@blog http://blog.92coding.com
*/
public class UpdateManager
{
/
- 2022-03-30 02:32:04下载
- 积分:1
-
游戏编程初步,可以根据用户的选择生成脚色信息
游戏编程初步,可以根据用户的选择生成脚色信息-preliminary game programming, according to the user"s choice of color information generated feet
- 2022-02-07 22:29:18下载
- 积分:1
-
局域网聊天工具源码
本源码使用Qt开发的,主要实现局域网中相互之间聊天,实现TCP串口通讯功能,代码简单明了,注释详细,对于初学者具有很好的帮助。
- 2022-08-09 07:39:31下载
- 积分:1
-
TextView 文本的文件查看器窗口
免费 VC6 来源为大厦叫做 TextView 的 Win32 应用程序。TextView 可作为替代用于 Microsoft 的记事本实用程序。
- 2022-03-03 09:24:49下载
- 积分:1
-
vb写的可以在菜单中加入自定义的图标,让你的菜单更美观
vb写的可以在菜单中加入自定义的图标,让你的菜单更美观-vb can be written in the menu to add custom icons to make your menu more attractive
- 2022-04-12 08:17:32下载
- 积分:1
-
一个简单的学生学籍管理系统,实现查询,编辑等功能。登录用户名是 彭少坤 密码199023PSHK...
一个简单的学生学籍管理系统,实现查询,编辑等功能。登录用户名是 彭少坤 密码199023PSHK-A simple student student status management system, to achieve query, editing and other functions. Logged-on user name is Peng Shaokun password 199023PSHK
- 2022-02-01 14:34:24下载
- 积分:1
-
When application is deployed, the exception unable to find database dll occurs w...
When application is deployed, the exception unable to find database dll occurs when generating reports. This is because you are not using Crystal Report 8.5 ActiveX Designer RunTime Library (craxdrt.dll) Check out this tutorial provides best practice solution.
- 2022-04-12 13:25:51下载
- 积分:1
-
用C语言实现PING功能,利用ICMP协议,编译环境:Microsoft Visual C++ 6.0 winsock2....
用C语言实现PING功能,利用ICMP协议,编译环境:Microsoft Visual C++ 6.0 winsock2.-C language PING function, use of ICMP, build environment : Microsoft Visual C 6.0 WinSock2.
- 2023-08-13 09:55:03下载
- 积分:1