Menus tipo office 2003 y XP
-
- Posts: 29
- Joined: Thu Oct 20, 2005 1:35 pm
- Contact:
Menus tipo office 2003 y XP
Aqui les dejo las fuentes para crear menus tipo office 2003 y Xp, basado en las fuentes originales de Fivewin
Pueden descargar de www.quark-costos.com
Felices fiestas
Saludos
Arturo Tamayo Daza
Pueden descargar de www.quark-costos.com
Felices fiestas
Saludos
Arturo Tamayo Daza
-
- Posts: 366
- Joined: Wed Aug 30, 2006 5:25 pm
- Location: Uruguay
- Alfredo Arteaga
- Posts: 326
- Joined: Sun Oct 09, 2005 5:22 pm
- Location: Mexico
- Contact:
- Maurilio Viana
- Posts: 252
- Joined: Tue Oct 25, 2005 2:48 pm
- Location: Garça/Garza/Heron City - Brazil
- Contact:
Silvio,Silvio wrote:This is a good idea but .....
Paco's Menu is the best menu control Xp office
U can set from one to 14 style type menus
Paco's menu have a lot of styles etc etc but... isn't free and the source code isn't published...
This Arturo's menu is very nice and the source is provided then we can change and enhance it to turn very so good like Paco's menu.
Regards
Maurilio
Hi Mr. Maurilio !
>>This Arturo's menu is very nice and the source is provided then we can >>change and enhance it to turn very so good like Paco's menu.
How to get this source code ?
I can't understand spanish on that site ( www.quark-costos.com )
Regards
Areang
>>This Arturo's menu is very nice and the source is provided then we can >>change and enhance it to turn very so good like Paco's menu.
How to get this source code ?
I can't understand spanish on that site ( www.quark-costos.com )
Regards
Areang
Olá Arturo,
Parabéns pela excelente classe Com isto nossos sistemas ficarão com um visual mais profissional.
Ao executar TESTMENU.EXE me deparei com estes dois bug´s, isto quando uso o teclado:
http://br.geocities.com/qiinformatica2000/menuxper.PNG
E outro seria, SETA PARA CIMA e SETA PARA BAIXO
é quando passo encima de um SEPARATOR, a proxima opção não é selecionada, preciso teclar duas vezes para poder selecionar a opção.
Teria como corrigir este bugs ?
Obrigado e congratulations,
Rossine.
Parabéns pela excelente classe Com isto nossos sistemas ficarão com um visual mais profissional.
Ao executar TESTMENU.EXE me deparei com estes dois bug´s, isto quando uso o teclado:
http://br.geocities.com/qiinformatica2000/menuxper.PNG
E outro seria, SETA PARA CIMA e SETA PARA BAIXO
é quando passo encima de um SEPARATOR, a proxima opção não é selecionada, preciso teclar duas vezes para poder selecionar a opção.
Teria como corrigir este bugs ?
Obrigado e congratulations,
Rossine.
Hi Areang,
first you must register to download in
http://www.quark-costos.com/index.php?o ... =registers
Later, you can download the source from:
http://www.quark-costos.com/index.php?o ... info&id=15
Arturo, very nice and great job my friend !!!!
Best regards,
Felix
first you must register to download in
http://www.quark-costos.com/index.php?o ... =registers
Later, you can download the source from:
http://www.quark-costos.com/index.php?o ... info&id=15
Arturo, very nice and great job my friend !!!!
Best regards,
Felix
- Patricio Avalos Aguirre
- Posts: 1028
- Joined: Fri Oct 07, 2005 1:56 pm
- Location: La Serena, Chile
- Contact:
Al compilar Menus.C, me arroja este error
aquí esta como compilo
Y aqui esta la linea 224
Saludos
Patricio
Code: Select all
Compiling...
c:\borland\bcc55\bin\bcc32 -M -c -v -Ic:\harbour\include MENUS.C
RMAKE 1.5 Copyright (c) 1989-1995 Computer Associates International, Inc.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
MENUS.C:
Error E2141 MENUS.C 224: Declaration syntax error
*** 1 errors in Compile ***
Error RMAKE/R2001 Exit 1: 'c:\borland\bcc55\bin\bcc32 -M -c -v -Ic:\harbour\inc
lude MENUS.C'
Presione una tecla para continuar . . .
Code: Select all
c:\harbour\bin\harbour $< /O$@ /a /w /es1 /n /p /gc /ic:\harbour\include
.c.obj:
c:\borland\bcc55\bin\bcc32 -M -c -v -Ic:\harbour\include $<
Code: Select all
/*
#ifdef __HARBOUR__
CLIPPER MENUDRAWITEM( PARAMS ) // ( pDrawItemStruct, cPrompt, lTop, hBitmap )
#else
CLIPPER MENUDRAWIT( PARAMS ) // EM( pDrawItemStruct, cPrompt, lTop, hBitmap )
#endif
*/
Code: Select all
HARBOUR HB_FUN_ATMENUDRAWITEM( PARAMS ) // ( pDrawItemStruct, cPrompt, lTop, hBitmap,lSeparator,acolor )
{
LPDRAWITEMSTRUCT lpdis = ( LPDRAWITEMSTRUCT ) _parnl( 1 );
LPSTR szPrompt = _parc( 2 );
BOOL bTab = bStrAt( 9, szPrompt );
WORD wLen;
Saludos
Patricio
Olá Pessoal,
Agora ficou o problema do paint
Abraços,
Rossine.
Para resolver isto eu mudei a linha 348 de MENU.PRGE outro seria, SETA PARA CIMA e SETA PARA BAIXO
é quando passo encima de um SEPARATOR, a proxima opção não é selecionada, preciso teclar duas vezes para poder selecionar a opção.
Code: Select all
nOR( MF_DISABLED, MF_OWNERDRAW, MF_GRAYED ) ,;
para:
nOR( MF_DISABLED, MF_OWNERDRAW, MF_GRAYED, MF_SEPARATOR ) ,;
Abraços,
Rossine.
-
- Posts: 29
- Joined: Thu Oct 20, 2005 1:35 pm
- Contact:
Ao compilar menus.c encontro o mesmo erro !!!
Code:
Compiling...
c:\borland\bcc55\bin\bcc32 -M -c -v -Ic:\xharbour\include MENUS.C
RMAKE 1.5 Copyright (c) 1989-1995 Computer Associates International, Inc.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
MENUS.C:
Error E2141 MENUS.C 224: Declaration syntax error
*** 1 errors in Compile ***
Code:
Compiling...
c:\borland\bcc55\bin\bcc32 -M -c -v -Ic:\xharbour\include MENUS.C
RMAKE 1.5 Copyright (c) 1989-1995 Computer Associates International, Inc.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
MENUS.C:
Error E2141 MENUS.C 224: Declaration syntax error
*** 1 errors in Compile ***