Search found 34 matches: getmenu

Return to advanced search

Re: EJECUTAR UN .EXE

... hwnd ) METHOD Cerrar_Programa( hwnd ) METHOD incrustar_calculadora( ocontainer ) METHOD Incrustar( hwnd ) METHOD liberar_programa( hwnd ) METHOD GetMenu( hwnd ) METHOD DeleteMenu( hmenu, nposition, wflags ) METHOD GetMenuItemCount( hmenu ) METHOD DrawMenuBar( hwnd ) METHOD GetWindowLong( hwnd, ...
by Claudio Leiva
Mon Mar 27, 2017 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR UN .EXE
Replies: 13
Views: 2278

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: 20383

Re: multiple defintions, forst defined here

... * * * * * * * * * * * * * * * LOCAL AMENU LOCAL HPOPUPMEN1 LOCAL HPOPUPMEN2 LOCAL HPOPUPMEN3 * LOAD NILMENU[] NILMENU = CREATEMENU() IF (AMENU := GETMENU(HMAINWND)) != NIL DESTROYMENU(AMENU) END * NOTE THAT AMPERSAND INDICATES THE TRIGGER LETTER AMENU := CREATEMENU() ******************************** ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20383

Re: xHarbour 1.2.3 build 20141106

This is the changelog for November and December: 2014-12-02 20:00 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br> * include/hbdefs.h ! minor fix for double defined HB_SYMBOL_USED 2014-12-02 14:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com> * source/rtl/win32ole.prg ! add missing...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5821

Re: FWH 14.09 y xHarbour Compilation errors

From Mel Smith website: Hi: We have available individual builds for 10044 for the following Compilers. BCC 5.5.1, BCC 5.8.2, BCC 6.8, BCC 6.9, MSVC 10, and MinGW Version 4.8.2 To examine and download these builds, please visit: whosaway.com (Password: 'XHB') A current fragment of the Changelog is sh...
by Enrico Maria Giordano
Tue Nov 18, 2014 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 14.09 y xHarbour Compilation errors (Solved)
Replies: 14
Views: 4700

Re: Marvell, PXA310 Win CE 6.0

... are not available on WinCE. If you review tutor01.prg you'll see: // Windows CE temporary fix // function CeSetmenu() ; return nil // function GetMenu() ; return nil // function ReadBitmap() ; return nil // function PalBmpRead() ; return nil Try with those and check again please. Also I take ...
by Antonio Linares
Mon Oct 20, 2014 5:54 am
 
Forum: FiveWin for Pocket PC
Topic: Marvell, PXA310 Win CE 6.0
Replies: 5
Views: 3604

Re: FWPPC x Windows CE

... si queremos que el EXE funcione tambien en Windows CE: // Add these functions for Windows CE // function CeSetmenu() ; return nil // function GetMenu() ; return nil // function ReadBitmap() ; return nil // function PalBmpRead() ; return nil
by Antonio Linares
Thu Jul 08, 2010 3:00 pm
 
Forum: FiveWin for Pocket PC
Topic: FWPPC x Windows CE
Replies: 1
Views: 775

Re: DESIGN en diálogo con menú

César,

Habría que modificar la función CTRLDRAWFOCUS() en source\winapi\ctrldraw.c para que llamase a GetMenu( hWnd ) y asi comprobar si hay un menú asignado y corrigiese las coordenadas
by Antonio Linares
Mon Apr 12, 2010 11:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DESIGN en diálogo con menú
Replies: 1
Views: 439

Re: Problemas com SYMBOL MC3000

... :) Percebi uma coisa, se coloco estas funções no PRG do SAMPLES me funciona que es uma maravilha function CeSetmenu() ; return nil function GetMenu() ; return nil function ReadBitmap() ; return nil function PalBmpRead() ; return nil mais no meu sistema quanto tento compilar me da esses errores ...
by miragerr
Sat Sep 05, 2009 1:33 am
 
Forum: FiveWin para Pocket PC
Topic: Problemas com SYMBOL MC3000
Replies: 31
Views: 4959

DLL-Function GetMenu

API-function Getmenu

Code: Select all  Expand view

DLL32 FUNCTION GetMenu;
      ( hwnd AS LONG ) ;
   AS LONG PASCAL;
   LIB "USER32"



Regards
Uwe :lol:
by ukoenig
Sun Oct 26, 2008 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DeleteMenu
Replies: 15
Views: 1876

Thanks. How I can handle menu (function GetMenu(hWnd) return NIL) ?
by Natter
Sun Oct 26, 2008 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DeleteMenu
Replies: 15
Views: 1876

... la cantidad de referencias a AygShell. Tendras que conseguir quitar todas las referencias a ella: function CeSetmenu() ; return nil function GetMenu() ; return nil function ReadBitmap() ; return nil function PalBmpRead() ; return nil
by Vikthor
Thu Oct 09, 2008 3:32 pm
 
Forum: FiveWin para Pocket PC
Topic: Symbol MC3000
Replies: 35
Views: 12799

... la cantidad de referencias a AygShell. Tendras que conseguir quitar todas las referencias a ella: function CeSetmenu() ; return nil function GetMenu() ; return nil function ReadBitmap() ; return nil function PalBmpRead() ; return nil
by Antonio Linares
Thu Oct 09, 2008 2:02 pm
 
Forum: FiveWin para Pocket PC
Topic: Symbol MC3000
Replies: 35
Views: 12799

... SIZE 80, 25 ACTION Orientation( DMDO_270 ) ACTIVATE WINDOW oWnd ON CLICK MsgInfo( "Click!" ) return nil function CeSetmenu() ; return nil function GetMenu() ; return nil function ReadBitmap() ; return nil function PalBmpRead() ; return nil #pragma BEGINDUMP #include "windows.h" #include "hbapi.h" ...
by ChrisMillard
Thu Jul 10, 2008 12:23 pm
 
Forum: FiveWin for Pocket PC
Topic: Landscape() not working on my WinCE 5.0 Device
Replies: 5
Views: 1385

printf( "%d \n", GetMenu( hWnd ) );

con o sin menú me devuelve 101
by quique
Thu Jun 12, 2008 9:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿como conocer las propiedades de los objetos en C?
Replies: 10
Views: 1551
Next

Return to advanced search