代码搜索:PictureBox
找到约 1,286 项符合「PictureBox」的源代码
代码结果 1,286
www.eeworm.com/read/328031/13051290
cs frmroomstate.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using Sy
www.eeworm.com/read/242302/13076127
txt 如何实现百叶窗的效果.txt
在 VB中 使 用 BitBlt确 实 存 在 这 样 的 缺 陷 , 解 决 的 办 法 就 是 采 用 PaintPicture方 法 。 PaintPicture方 法 是 VB 4.0以 后 版 本 提 供 的 函 数 , 它 的 功 能 和 用 法 都 同 Windows API的 BitBlt、 StretchBlt相 同 , 速 度 上 略 慢 一 点 , 但 一 般 不 明 显 ,
www.eeworm.com/read/242302/13076154
txt paintpicture函数能否完全替代bitblt()函数.txt
PaintPicture函 数 可 以 替 代 BitBlt()函 数 和 StretchBlt()函 数 , 但 要 求 目 标 对 象 和 源 对 象 都 是 Picture类 型 的 (包 括 PictureBox、 Form、 Printer等 ), 而 不 能 象 BitBlt那 样 基 于 hDC。 VB绘 图 语 句 产 生 的 图 形 一 般 可 以 使 用 PaintPictur
www.eeworm.com/read/241336/13155357
vb frmroomstate.vb
Public Class frmRoomState
Inherits System.Windows.Forms.Form
'为dgdList保存数据的数据表
Private dtData As DataTable
'保存要显示的客房信息的数据表
Private dtRoom As DataTable
'保存位图对象的ArrayList
www.eeworm.com/read/326149/13161757
cs about.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using sanpack_rsa_csclass;
namespace sanpack_rsa_dotnet11
{
///
www.eeworm.com/read/326054/13168773
cs initialform.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace HotelManage
{
///
/// InitialForm 的摘要说明。
///
www.eeworm.com/read/241032/13178423
bas modfunctions.bas
Attribute VB_Name = "modFunctions"
'This Module contains the functions called in the threads.
'They have to be in a module because you have to use the AddressOf-
'function which will only work with
www.eeworm.com/read/325476/13202186
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace noBorderApp
{
///
/// Summary
www.eeworm.com/read/325476/13202292
cs form1.cs
using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Windows.Forms;
namespace GraphicsCopyright
{
///
/// Summary description for Form1.
///
www.eeworm.com/read/138284/13242624
cs form2.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace DFA
{
///
/// Form2 的摘要说明。
///
pub