Search found 77 matches: lcancel

Return to advanced search

CLASSE CONTROL.PRG METHOD Initiate( hDlg ) CLASS TControl DEFAULT ::lActive := .t., ::lDrag := .f., ::lCaptured := .f.,; ::lFocused := .f., ::lCancel := .f. if( ( ::hWnd := GetDlgItem( hDlg, ::nId ) ) != 0 ) If( ::lActive, ::Enable(), ::Disable() ) ::Link() if ::oFont != nil ::SetFont( ::oFont ...
by karinha
Tue Feb 21, 2006 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CLASSE DSAY.PRG CON COMANDO TRANSPARENT
Replies: 5
Views: 1880

... ::hWnd ) .and. ; ( oWnd := oWndFromhWnd( hCtlFocus ) ) != nil .and. ; Upper( oWnd:Classname() ) $ "TBUTTON;TBTNBMP;TSBUTTON" .and. ; ( oWnd:lCancel != nil .and. oWnd:lCancel .and. ; ( ::oWnd:nLastKey != VK_TAB .and. ::oWnd:nLastKey != VK_RETURN .and. ; ::oWnd:nLastKey != VK_DOWN .and. ::oWnd:nLastKey ...
by Joel Andujo
Mon Jan 16, 2006 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Valid , sbutton Cancel no me funciona
Replies: 2
Views: 932
Previous

Return to advanced search