代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/196135/8113013
h cy7c68001.h
/*****************************************************************************/
/* CY7C68001.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/*
www.eeworm.com/read/396034/8135804
h cy7c68001.h
/*****************************************************************************/
/* CY7C68001.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/*
www.eeworm.com/read/333626/12668527
cpp vidcapview.cpp
#include "stdafx.h"
#include "VidCap.h"
#include "VidCapDoc.h"
#include "VidCapView.h"
#include "CaptureDeviceDlg.h"
#include "AllocateSpaceDlg.h"
#include "CaptureVideoDlg.h"
#include "Capture
www.eeworm.com/read/245306/12805243
log mdiform1.log
行 11:属性 Icon 在 frmmain 中的文件引用无效。
行 55:属性 MouseIcon 在 FindImg 中的文件引用无效。
行 56:属性 Picture 在 FindImg 中的文件引用无效。
行 66:属性 MouseIcon 在 imgEdit 中的文件引用无效。
行 67:属性 Picture 在 imgEdit 中的文件引用无效。
行 122:属性 Pictu
www.eeworm.com/read/242749/12987925
cpp mapview.cpp
// MapView.cpp : implementation of the CMapView class
//
#include "stdafx.h"
#include "MapDemo.h"
#include "MapDemoDoc.h"
#include "MapView.h"
#include "MapFormView.h"
#include "MainFrm.h"
#
www.eeworm.com/read/242699/12990600
cpp mapview.cpp
// MapView.cpp : implementation of the CMapView class
//
#include "stdafx.h"
#include "MapDemo.h"
#include "MapDemoDoc.h"
#include "MapView.h"
#include "MapFormView.h"
#include "MainFrm.h"
#
www.eeworm.com/read/141570/12999731
txt 159.txt
用VB5 制作“闪烁标题栏”窗体
在一些Windows程序中,在特殊的时刻,程序窗体会闪烁标题栏以引起用户的注意,效果很好。其实,用VB5实现这种效果很容易。
具体步骤如下:
一、创建一个新工程,将如下代码加入到Form1的 “通用\声明”中:
Option Explicit
Private Declare Function FlashWindow Lib ...
www.eeworm.com/read/141416/13011384
cpp mapview.cpp
// MapView.cpp : implementation of the CMapView class
//
#include "stdafx.h"
#include "MapDemo.h"
#include "MapDemoDoc.h"
#include "MapView.h"
#include "MapFormView.h"
#include "MainFrm.h"
#
www.eeworm.com/read/141376/13014419
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "CreditCardManagement.h"
#include "MainFrm.h"
#include "fstream.h"
#include "iomanip.h"
#include "Manag
www.eeworm.com/read/242302/13076060
txt vb里有没有类.txt
1、 Form1的 确 是 对 象 , 不 能 说 它 高 级 , 但 它 的 确 比 较 特 殊 , 它 是 Command1和 Text1的 Parent对 象 。 你 可 以 利 用 Command1.Parent访 问 Form1。
2、 VB有 类 , 称 为 ClassModule(类 模 块 )。 你 可 以 象 建 立 窗 体 那 样 建 立 类 模 块 , 存 盘 为