Visual Basic - ¡¡¡URGENTISIMO!!! Necesito el BTNDLL10.DLL o...

Life is soft - evento anual de software empresarial
 
Vista:

¡¡¡URGENTISIMO!!! Necesito el BTNDLL10.DLL o...

Publicado por Diego (8 intervenciones) el 09/10/2000 00:00:00
Necesito esa dll o el interface designer del spreadsheet 2.0 o el propio control vbx. Ya que tengo que modificar una aplicación que emplea dicho control y no he conseguido encontrarlo en ningún sitio.

Muchas gracias.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:¡¡¡URGENTISIMO!!! Necesito el BTNDLL10.DLL o...

Publicado por lucKas (75 intervenciones) el 09/10/2000 00:00:00
Hola Diego!

Hechale un vistazo quizás te sirva lo encontre por la red.

Special Note for DLL Users 4/12/97
-----------------------------------
The DLLs (BTNDLL10.DLL, BTN32D10.DLL) now use a different structure for loading pictures. You must modify your existing source code to use this new structure. This makes ButtonMaker consistent with FarPoint´s other products. It also gives FarPoint more flexiblity in the future.

The original DLLs used the following structure and associated #defines:

typedef struct tagFP_PICT
{
WORD wStyle;
HPALETTE hPalette; /* Used only for bitmaps */
union
{
HANDLE hPict; /* HBITMAP, HICON, or HMETAFILE */
LPSTR lpszResName;
} hnd;
} FP_PICT, FAR *LPFP_PICT;
************************************************
Un saludo
lucKas
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar