代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/436318/7772507
cpp tooltipctrlex.cpp
// ToolTipCtrlEx.cpp : implementation file
//
#include "stdafx.h"
#include "ToolTipCtrlEx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
www.eeworm.com/read/199717/7832134
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Example files.
/////////////////////////////////////////////////////////////////////
MDIClWnd.cpp -- a child class window
www.eeworm.com/read/298963/7909671
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Example files.
/////////////////////////////////////////////////////////////////////
MDIClWnd.cpp -- a child class window
www.eeworm.com/read/298117/7973024
java overriddendemo2.java
class SuperClass{
public void fun(){
}
}
class SubClass extends SuperClass{
protected void fun(){
}
}
public class OverRiddenDemo2{
public static void main(String args[]){
SuperClas
www.eeworm.com/read/332970/12714348
java overriddendemo2.java
class SuperClass{
public void fun(){
}
}
class SubClass extends SuperClass{
protected void fun(){
}
}
public class OverRiddenDemo2{
public static void main(String args[]){
SuperClas
www.eeworm.com/read/242302/13077106
txt 如何禁止或修改窗口的系统菜单.txt
左 上 角 菜 单 称 作 系 统 菜 单 或 控 制 菜 单 。 如 果 你 设 置 Form的 ControlBox属 性 为 False, 则 系 统 菜 单 就 不 显 示 了 , 当 然 最 大 化 、 最 小 化 按 钮 也 没 有 了 。 如 果 你 希 望 修 改 系 统 菜 单 , 可 以 利 用 API函 数 GetSystemMenu得 到 菜 单 句 柄 , 再 用 其 它
www.eeworm.com/read/242302/13080606
txt 如何拦截系统外的消息.txt
Windows截 取 消 息 分 为 两 种 : 线 程 和 系 统 。 线 程 方 式 只 能 截 取 当 前 线 程 消 息 , 而 系 统 方 式 可 以 获 得 所 有 消 息 。 MsgHook采 用 的 是 Subclass方 式 , 只 能 是 线 程 方 式 的 。 如 果 要 实 现 系 统 方 式 , 需 要 调 用 API函 数 SetWindowsHookEx, 如 :
www.eeworm.com/read/240955/13186200
cpp ztooltipctrl.cpp
/************************************
REVISION LOG ENTRY
Revision By: Zhang, Zhefu
Contact: codetiger@hotmail.com
Revised on 12/7/2002 10:44:33 AM
Comment: Following Source is Written T
www.eeworm.com/read/239862/13252687
vbp test.vbp
Type=Exe
Form=FrmTest.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINNT\System32\stdole2.tlb#OLE Automation
Object={5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0; MSFLXG
www.eeworm.com/read/314860/13557363
java overriddendemo2.java
class SuperClass{
public void fun(){
}
}
class SubClass extends SuperClass{
protected void fun(){
}
}
public class OverRiddenDemo2{
public static void main(String args[]){
SuperClas