-
为了使接收数码照片在线
这种 Netbeans 所使用不同的工具作这甲骨文。
项目描述:
客户可以在他/她想要打印的桌面有一整套的数码照片。他/她可以提供应用程序的照片都存储在哪里,可以选择想要打印和选择的打印大小的照片的文件夹的路径。应用程序将下载价格信息从数据库中为不同的打印尺寸后计算的价格,并向用户显示。用户将输入其信贷卡/其他付款选项 (或选择的付款的任何其他方式) 和发货信息,如果他想继续执行该命令。如果找到了一种正确的信用卡信息,照片被上传到服务器,并在数据库中创建采购订单。
- 2022-08-26 12:26:58下载
- 积分:1
-
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式- The foreigner writes a menu class, may facilitate joins in the
menu from the definition chart sign, may establish the demonstration
is the xp menu way and the ordinary menu way
- 2023-08-01 14:45:03下载
- 积分:1
-
应用WinAPI函数修饰程序窗体实例
应用WinAPI函数修饰程序窗体实例 -The instance of applying the WinAPI function to decorate the program windows.
- 2022-05-27 14:10:02下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
vb label也能做进度条演示, vb代码
vb label也能做进度条演示, vb代码-vb label can also progress of the demonstration, vb code
- 2022-02-15 15:30:37下载
- 积分:1
-
ATM System
一个完整的ATM系统c#学生项目。它将帮助学生完成他们的学期计划。这个项目基于列表。它有一个简单的图形用户界面,这将有助于学生。
- 2023-04-22 00:45:03下载
- 积分:1
-
About gdi+ programming books, explain in detail the method of drawing, you can g...
关于gdi+的编程书籍,详细的讲解了绘图的方法,可以极大的提高界面美观度-About gdi+ programming books, explain in detail the method of drawing, you can greatly enhance the degree of interface aesthetics
- 2023-01-03 10:15:03下载
- 积分:1
-
这是一个方便的类,可以提供一个内存位图的设备上下文(说明)
It is a handy class that can provide a memory bitmap device context (23KB)-It is a handy class that can provide a memory bitmap device context (23KB)
- 2022-07-18 17:44:29下载
- 积分:1
-
application PAINT coded in c++ using library
graphics.h
application PAINT coded in c++ using library
graphics.h
- 2022-02-15 12:07:03下载
- 积分:1
-
MiNiGUI按键图片与背景图片
/* ** $Id: bmpbkgnd.c 759 2009-09-21 05:22:47Z dongjunjie $**** Listing 5.2**** bmpbkgnd.c: Sample program for MiniGUI Programming Guide** Create a dialog box filling background with bitmap.**** Copyright (C) 2003 ~ 2007 Feynman Software.**** License: GPL*/#include"include.h"/*************************************///打开GPIO 口的返回值int fd;//等待重新发送标志int pir_send = 0;int lock = 1;int wait = 0;int wait_flag = 3;extern int human_flag;extern int timing;extern int human;extern int light;extern int prompt;/*************************************/#ifdef _LANG_ZHCN#include "bmpbkgnd_res_cn.h"#elif defined _LANG_ZHTW#include "bmpbkgnd_res_tw.h"#else#include "bmpbkgnd_res_en.
- 2022-02-04 05:45:32下载
- 积分:1