代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/343324/11956961
cpp subclass.cpp
////////////////////////////////////////////////////////////////
// 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
www.eeworm.com/read/154369/11966782
asm subclass.asm
;Runtime patch markers
%define _patch1_ 01BCCAABh ;Relative address of the EbMode function
%define _patch2_ 02BCCAABh ;Address of the previous WndProc
%define _patch3_
www.eeworm.com/read/343072/11978606
bas subclass.bas
Attribute VB_Name = "mSubClass"
Option Explicit
Private Const WM_NCDESTROY = &H82
Private Declare Function GetProp Lib "user32" Alias "GetPropA" (ByVal hWnd As Long, ByVal lpString As String)
www.eeworm.com/read/342591/12010283
class subclass.class
www.eeworm.com/read/254101/12161641
exe subclass.exe
www.eeworm.com/read/254101/12161643
asm subclass.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
www.eeworm.com/read/254101/12161644
rc subclass.rc
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#define ICO_MAIN 1000
#define DLG_M
www.eeworm.com/read/253747/12201801
h subclass.h
////////////////////////////////////////////////////////////////
// Copyright 1998 Paul DiLascia
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
#
www.eeworm.com/read/253747/12202115
cpp subclass.cpp
////////////////////////////////////////////////////////////////
// Copyright 1998 Paul DiLascia
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
/
www.eeworm.com/read/150619/12281324
java subclass.java
package a5;
class SubClass extends ParentClass{
void PrintMeth()
{
System.out.println("在同一个包中再加上继承性,子类可以访问以下信息:");
System.out.println("Default member:"+defaultVar);
System.out.println("P