Ignore:
Timestamp:
Aug 24, 2008, 5:28:59 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

サブクラス化機構(Control.Attach)の整備

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/ActiveBasic/Windows/UI/WindowHandle.sbp

    r547 r615  
    547547        _System_SetWindowLongPtr(hwnd, GWLP_ID, newId)
    548548    End Sub
    549 
     549#endif
    550550    Function DlgItem(idDlgItem As Long) As WindowHandle
    551551        Dim w As WindowHandle(GetDlgItem(hwnd, idDlgItem))
    552552        Return w
    553553    End Function
    554 #endif
     554
    555555    Const Function ExStyle() As DWord
    556556        Return _System_GetWindowLongPtr(hwnd, GWL_EXSTYLE) As DWord
Note: See TracChangeset for help on using the changeset viewer.