Search found 7 matches: getmetafile

Return to advanced search

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6384

wmf2emf problemi in compilazione

... #include "HbApi.h" #include "ClipApi.h" #include <windows.h> HB_FUNC( WMFTOEMF ) // ( cWmf, cEmf ) { HMETAFILE hWMF = GetMetaFile( hb_parc( 1 ) ); UINT nSize = GetMetaFileBitsEx( hWMF, 0, NULL ); LPVOID lpvData = HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, nSize ...
by Romeo
Wed Jan 20, 2016 4:59 pm
 
Forum: All products support
Topic: wmf2emf problemi in compilazione
Replies: 0
Views: 575

Re: Se necesita ayuda en el wiki !

... GethWnd32() GetInstance() GetIP() GetKeyStat() GetKeyToggle() GetLocal() GetMapMode() GetMDIChlP() GetMeaItem() GetMenuState() GetMetaBit() GetMetaFile() GetMItemId() GetModuleFileName() GetNextInZip() GetNumTask() GetOrdNames() GetParam() GetParent() GetPeerName() GetPixel() Getport() GetPrinter() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5510

Re: preview alpha 2

... oDevice:cDocument ) do case case nOption == 1 // All for nFor := 1 to Len( aFiles ) #ifdef __CLIPPER__ StartPage( oDevice:hDC ) hMeta := GetMetaFile( aFiles[ nFor ] ) PlayMetaFile( oDevice:hDC, hMeta ) DeleteMetafile( hMeta ) EndPage( oDevice:hDC ) #else StartPage( oDevice:hDC ) hMeta ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... oDevice:cDocument ) DO case case nOption == 1 // All FOR nFor := 1 TO len(aFiles) #ifdef __CLIPPER__ StartPage(oDevice:hDC) hMeta := GetMetaFile(aFiles[nFor]) PlayMetaFile( oDevice:hDC, hMeta ) DeleteMetafile(hMeta) EndPage(oDevice:hDC) #else StartPage(oDevice:hDC) hMeta := GetEnhMetaFile(aFiles[nFor]) ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

... oDevice:cDocument ) DO case case nOption == 1 // All FOR nFor := 1 TO len(aFiles) #ifdef __CLIPPER__ StartPage(oDevice:hDC) hMeta := GetMetaFile(aFiles[nFor]) PlayMetaFile( oDevice:hDC, hMeta ) DeleteMetafile(hMeta) EndPage(oDevice:hDC) #else StartPage(oDevice:hDC) hMeta := GetEnhMetaFile(aFiles[nFor]) ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3370

... for your suport... Folowing your instructions, i add the method SetMetaFile() on TClipBoard class... By suposition, i created another method, GetMetaFile(): method GetMetaFile() local hMetaFile := 0 if ::Open() hMetaFile = GetClpData( CF_ENHMETAFILE ) ::Close() ...
by yury
Fri Aug 31, 2007 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MetaFile to ClipBoard
Replies: 4
Views: 2051

Return to advanced search