代码搜索:Subclass

找到约 2,526 项符合「Subclass」的源代码

代码结果 2,526
www.eeworm.com/read/248106/12598522

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/334403/12605377

class subclass.class

www.eeworm.com/read/135857/13892279

bas subclass.bas

Attribute VB_Name = "MSubclass" '********************************************************************************** '*********************************************************************************
www.eeworm.com/read/135857/13892301

cls subclass.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/135305/13941589

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/135287/13942380

h subclass.h

//////////////////////////////////////////////////////////////// // VCKBASE -- August 2000 // Compiles with Visual C++ 6.0, runs on Windows 98 and probably NT too. // #ifndef _SUBCLASSW_H #define
www.eeworm.com/read/135287/13942382

cpp subclass.cpp

//////////////////////////////////////////////////////////////// // VCKBASE -- August 2000 // Compiles with Visual C++ 6.0, runs on Windows 98 and probably NT too. // // CSubclassWnd is a generic
www.eeworm.com/read/134752/13974916

h subclass.h

#ifndef _SUBCLASSW_H #define _SUBCLASSW_H //////////////////////////////////////////////////////////////// // Copyright 1998 Paul DiLascia // If this code works, it was written by Paul DiLascia.
www.eeworm.com/read/134752/13974922

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/134519/13985407

c subclass.c

/* ** $Id: subclass.c,v 1.5 2003/06/06 10:10:47 weiym Exp $ ** ** subclass.c: ** This program demostrates the technology of sub-class in MiniGUI ** ** Copyright (C) 2001 ~ 2002 Wei Yongming. ** Copyr