Search found 16 matches: destroywindow

Return to advanced search

CAMBIOS DE VERSION

... <-TCONTROL:DESTROY(2166) <-TMULTIGET:DESTROY(523) <-TWINDOW:HANDLEEVENT(0) <-TMULTIGET:HANDLEEVENT(1731) <-_FWH(3368) <-DESTROYWINDOW(0) < Alguna idea? donde tendré que revisar? Gracias sldos Silvina
by silvinamazzaro
Wed May 22, 2019 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CAMBIOS DE VERSION
Replies: 2
Views: 620

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19703

Re: multiple defintions, forst defined here

... HAS ITS EVENT HANDLING UDF ON THE TOP OF THE EVENT HANDLER STACK * WHICH IS LOADED BY ADDHANDLER() AND UNLOADED AUTOMATICALLY WHENEVER A CALL * TO DESTROYWINDOW() IS MADE (ACTUALLY WHENEVER THE EVENT_DESTROY IS SENT TO A * WINDOW THEN THE EVENT HANDLER STACK IS CLEARED OF THAT WINDOWS EVENT HANDLER ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19703

Re: "Snap" for Clipper

...              (function  in ?)    WINDOW.PRG      761  2571  2594  2600  2603 DESTROYTOOLTIP()       (function  in ?)    WINDOW.PRG      552  3658 DESTROYWINDOW()        (function  in ?)    WINDOW.PRG     3609 DIALOG                  WINDOW.PRG     3892  3901 DIBFROMBITMAP()        (function  in ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

Re: mis proyectos..

... lado cuando el puntero esta fuera de cita muestra informacion que no es ( imagen 2 ) seguire intentando, trate matar la ventana del tooltip con destroywindow( hWnd ) pero no me encuentra valor de hWnd adjunto imagenes, a ver si por ahi algun guru nos puede echar la mano :( estamos creo que mmmuy ...
by Francisco Horta
Thu Apr 18, 2013 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mis proyectos..
Replies: 67
Views: 18330

TWBrowse and SQLRDD

... from: .\source\classes\WBROWSE.PRG => TWBROWSE:HANDLEEVENT(1656) Called from: .\source\classes\WINDOW.PRG => _FWH(3394) Called from: => DESTROYWINDOW(0) Consider that first ended with the browse object oBrw: End () Then I close the tables to close the dialog, but do not know where it ...
by Blessed
Fri Oct 12, 2012 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBrowse and SQLRDD
Replies: 6
Views: 1586

Re: Se necesita ayuda en el wiki !

... DeleteDC() DeleteMetafile() DeleteObject() DelIniEntry() Delinisection() Delresource() DelwndBrus() DestroyCursor() DestroyIcon() DestroyMenu() DestroyWindow() DeviceCapabilities() DevMode() DialogBoxIndirect() DibDraw() DibFromBitmap() DibHeight() DibPalette() DibRead() DibWidth() DibWrite() ...
by Cgallegoa
Sat Feb 20, 2010 8:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5494

Re: Problemas con TRichEdit

... from: .\source\classes\TRICHEDI.PRG => TRICHEDIT:HANDLEEVENT(0) Called from: .\source\classes\WINDOW.PRG => _FWH(0) Called from: => DESTROYWINDOW(0) Called from: .\source\classes\DIALOG.PRG => TDIALOG:CLOSE(0) Called from: => TWINDOW:HANDLEEVENT(0) Called from: .\source\classes\DIALOG.PRG ...
by triumvirato
Fri Dec 11, 2009 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TRichEdit
Replies: 13
Views: 4769

Problemas con TRichEdit

... from: .\source\classes\TRICHEDI.PRG => TRICHEDIT:HANDLEEVENT(0) Called from: .\source\classes\WINDOW.PRG => _FWH(0) Called from: => DESTROYWINDOW(0) Called from: .\source\classes\DIALOG.PRG => TDIALOG:CLOSE(0) Called from: => TWINDOW:HANDLEEVENT(0) Called from: .\source\classes\DIALOG.PRG ...
by triumvirato
Thu Dec 10, 2009 11:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TRichEdit
Replies: 13
Views: 4769

Re: FWH/xHarbour Menus

... ! Eval( ::bValid, Self ) #ifdef __CLIPPER__ return nil // keep nil here #else return .f. #endif endif endif ::nResult = nResult ::lVisible = .f. DestroyWindow( ::hWnd ) return .t. endif return nil //----------------------------------------------------------------------------// METHOD KeyChar( ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7583

You can use Microsoft Spy++ to locate its window class, and then call FindWindow() to get its handle and finally call DestroyWindow( hWnd )
by Antonio Linares
Mon Oct 27, 2008 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DeleteMenu
Replies: 15
Views: 1863

Function DestroyWindow(hWnd) not delete msgbar this window
by Natter
Mon Oct 27, 2008 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DeleteMenu
Replies: 15
Views: 1863

Natter,

DestroyWindow( hWnd )
by Antonio Linares
Mon Oct 27, 2008 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DeleteMenu
Replies: 15
Views: 1863

... de automatizar una serie de tareas como el uso del tab, el impedir que la ventana padre tome focus, etc. EndDialog() debe forzosamente de llamar a DestroyWindow(). Una caja de diálogo no modal, por el contrario, se construye con CreateDialog() y se destruye con DestroyWindow(). Así lo especifica ...
by Antonio Linares
Sat May 05, 2007 6:57 am
 
Forum: FiveWin para Pocket PC
Topic: Diferencia entre EndDialog y DestroyWindow DIALOG:END()
Replies: 4
Views: 1340
Next

Return to advanced search