... 147,211,60,12
CONTROL "Edit13",116,"EDIT",ES_LEFT |WS_CHILD |WS_BORDER |WS_TABSTOP |WS_VISIBLE ,307,211,60,12
CONTROL "Tipo de Registro :",IDC_STATIC,"STATIC",SS_RIGHT |WS_CHILD |WS_GROUP |WS_VISIBLE ,10,250,100,8
CONTROL "Código de Bien/Servicio :",65535,"STATIC",SS_RIGHT |WS_CHILD |WS ...
Search found 51 matches: idc
Searched query: idc
- Sun Feb 02, 2025 6:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
- Replies: 12
- Views: 11434
- Sat Feb 01, 2025 5:02 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
- Replies: 12
- Views: 11434
problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
... 147,211,60,12
CONTROL "Edit13",116,"EDIT",ES_LEFT |WS_CHILD |WS_BORDER |WS_TABSTOP |WS_VISIBLE ,307,211,60,12
CONTROL "Tipo de Registro :",IDC_STATIC,"STATIC",SS_RIGHT |WS_CHILD |WS_GROUP |WS_VISIBLE ,10,250,100,8
CONTROL "Código de Bien/Servicio :",65535,"STATIC",SS_RIGHT |WS_CHILD |WS ...
CONTROL "Edit13",116,"EDIT",ES_LEFT |WS_CHILD |WS_BORDER |WS_TABSTOP |WS_VISIBLE ,307,211,60,12
CONTROL "Tipo de Registro :",IDC_STATIC,"STATIC",SS_RIGHT |WS_CHILD |WS_GROUP |WS_VISIBLE ,10,250,100,8
CONTROL "Código de Bien/Servicio :",65535,"STATIC",SS_RIGHT |WS_CHILD |WS ...
- Mon Apr 03, 2023 6:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Concept of REDEFINE for Dummy
- Replies: 13
- Views: 1522
Re: Concept of REDEFINE for Dummy
... i want to "modify" existing Windows "Common Control"
i´m testing REDEFINE and found out that i can get hWnd of existing "Common Control" when have Resource ID
but for "Say" i got only 0xFFF or IDC_STATIC (-1) so i can´t get hWnd
that´s why i ask
how to get hWnd of each Control in Dialog :?:
i´m testing REDEFINE and found out that i can get hWnd of existing "Common Control" when have Resource ID
but for "Say" i got only 0xFFF or IDC_STATIC (-1) so i can´t get hWnd
that´s why i ask
how to get hWnd of each Control in Dialog :?:
- Wed Jan 16, 2019 2:26 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda con Pelles
- Replies: 8
- Views: 1811
Re: Ayuda con Pelles
... APP
#define VFT_APP 0x00000001L
#endif
#ifndef VFT2_UNKNOWN
#define VFT2_UNKNOWN 0x00000000L
#endif
#include "resource.h"
el archivo resource.h
solo contiene
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
y listo ya abrio sin problemas.
https://i.imgur.com/IMEvJeO.png
#define VFT_APP 0x00000001L
#endif
#ifndef VFT2_UNKNOWN
#define VFT2_UNKNOWN 0x00000000L
#endif
#include "resource.h"
el archivo resource.h
solo contiene
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
y listo ya abrio sin problemas.
https://i.imgur.com/IMEvJeO.png
- Wed Sep 12, 2018 11:46 am
- Forum: FiveWin for Pocket PC
- Topic: Menu doesn't work CE 6.0
- Replies: 22
- Views: 17824
Re: Menu doesn't work CE 6.0
... resourceId SHMENUBAR DISCARDABLE
//BEGIN
// referencedMenuId,
// buttonCount,
//
// /* button 0 */
// I_IMAGENONE /* iconId? */, commandId /* like IDC_something, received through WM_COMMAND */,
// buttonState /* TBSTATE_ENABLED */, buttonStyle /* TBSTYLE_BUTTON | TBSTYLE_DROPDOWN | TBSTYLE ...
//BEGIN
// referencedMenuId,
// buttonCount,
//
// /* button 0 */
// I_IMAGENONE /* iconId? */, commandId /* like IDC_something, received through WM_COMMAND */,
// buttonState /* TBSTATE_ENABLED */, buttonStyle /* TBSTYLE_BUTTON | TBSTYLE_DROPDOWN | TBSTYLE ...
- Tue Jul 10, 2018 8:35 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Error al compilar con bcc73 y Easyreport
- Replies: 9
- Views: 1724
Re: Error al compilar con bcc73 y Easyreport
... nddeapi.lib + K:\C_BCC\BCC73\lib\psdk\iphlpapi.lib + K:\C_BCC\BCC73\lib\psdk\msimg32.lib + K:\C_BCC\BCC73\lib\psdk\rasapi32.lib + K:\C_BCC\BCC73\lib\psdk\shell32.lib, + ereport.res
El archivo .rc tiene un include "resource.h" lotengo definido asi
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
El archivo .rc tiene un include "resource.h" lotengo definido asi
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
- Mon Dec 05, 2016 3:52 pm
- Forum: FiveWin for CA-Clipper
- Topic: multiple defintions, forst defined here
- Replies: 15
- Views: 24301
Re: multiple defintions, forst defined here
... LoadCursor(hInst,"BALL2"+CHR(0))
HBALL3 = LoadCursor(hInst,"BALL3"+CHR(0))
HBALL4 = LoadCursor(hInst,"BALL4"+CHR(0))
HWAIT = LOADCURSOR(HINST,IDC_WAIT)
HAROW = LOADCURSOR(HINST,IDC_ARROW)
SETCURSOR(HWAIT)
HSCOICON = "IDSCO" + CHR(0) // TELL EM RESOURSE ICON HANDLE NAME W/ NULL CHAR
HMAINWND ...
HBALL3 = LoadCursor(hInst,"BALL3"+CHR(0))
HBALL4 = LoadCursor(hInst,"BALL4"+CHR(0))
HWAIT = LOADCURSOR(HINST,IDC_WAIT)
HAROW = LOADCURSOR(HINST,IDC_ARROW)
SETCURSOR(HWAIT)
HSCOICON = "IDSCO" + CHR(0) // TELL EM RESOURSE ICON HANDLE NAME W/ NULL CHAR
HMAINWND ...
- Wed Feb 10, 2016 7:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: fiveweb
- Replies: 10
- Views: 2076
Re: fiveweb
... la persona.','Atención')
lRet:=.F.
else
Nombre:=(TPER)->doc_nro+' - '+(TPER)->apellido
AGRI:=abro('TAGRIMEN',1)
if !(AGRI)->(dbseek( (TPER)->idc_con ))
msginfo('La persona no es PROFESIONAL','Atención')
lRet:=.f.
else
Profe:= (AGRI)->titulo
endif
(AGRI)->(dbclosearea())
endif ...
lRet:=.F.
else
Nombre:=(TPER)->doc_nro+' - '+(TPER)->apellido
AGRI:=abro('TAGRIMEN',1)
if !(AGRI)->(dbseek( (TPER)->idc_con ))
msginfo('La persona no es PROFESIONAL','Atención')
lRet:=.f.
else
Profe:= (AGRI)->titulo
endif
(AGRI)->(dbclosearea())
endif ...
- Tue Jun 16, 2015 5:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 15.05
- Replies: 26
- Views: 6085
Re: New FWH 15.05
... of view, the most platforms we support, the best. We cannot force our customers to migrate. The PC marketplace is not growing that much according to IDC data. Tablets have replaced a lot of PCs / notebooks. We should build APPS that interface with our PC software. Our company just built an iPad app ...
- Wed Dec 24, 2014 5:14 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Migrando de FWH 32 a FWH 64 - windows.h
- Replies: 79
- Views: 23136
Re: Migrando de FWH 32 a FWH 64 - windows.h
Si pruebas a hacer desde FWH\samples:
build64.bat juan
verás que se construye bien y usa el mismo formato de GROUPBOX.
Prueba a cambiar
IDC_GROUPBOX44
por -1
build64.bat juan
verás que se construye bien y usa el mismo formato de GROUPBOX.
Prueba a cambiar
IDC_GROUPBOX44
por -1
- Sun Jul 20, 2014 3:54 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Bug harbour_3.2_32bits_MSVC2013_20142906
- Replies: 42
- Views: 9827
Re: Bug harbour_3.2_32bits_MSVC2013_20142906
... Optimizing Compiler Version 18.00.30501 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
prog01.c
prog01.prg(808) : error C2065: 'IDC_WIN32PROJECT1' : undeclared identifier
prog01.prg(909) : error C2065: 'IDS_APP_TITLE' : undeclared identifier
prog01.prg(910) : error C2065: 'IDC ...
Copyright (C) Microsoft Corporation. All rights reserved.
prog01.c
prog01.prg(808) : error C2065: 'IDC_WIN32PROJECT1' : undeclared identifier
prog01.prg(909) : error C2065: 'IDS_APP_TITLE' : undeclared identifier
prog01.prg(910) : error C2065: 'IDC ...
- Wed Feb 19, 2014 5:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Scrollbars missing
- Replies: 37
- Views: 6154
Re: Scrollbars missing
... but it is a workaround.
In Borland Workshop if you check "scroll bar always" then the scrollbar shows.
This changes the RC file to:
LISTBOX IDC_LISTBOX1, 20, 15, 235, 75, LBS_STANDARD | LBS_DISABLENOSCROLL
Note that is has just added "LBS_DISABLENOSCROLL"
Note also that I had already tried ...
In Borland Workshop if you check "scroll bar always" then the scrollbar shows.
This changes the RC file to:
LISTBOX IDC_LISTBOX1, 20, 15, 235, 75, LBS_STANDARD | LBS_DISABLENOSCROLL
Note that is has just added "LBS_DISABLENOSCROLL"
Note also that I had already tried ...
- Wed Oct 31, 2012 2:37 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Encontré un pequeñito error en Fivewin.ch
- Replies: 16
- Views: 3038
Re: Encontré un pequeñito error en Fivewin.ch
... programas
Ahora porque no es lógico.
Digamos que mis fuentes no los leo yo, sino un colega y ve esta linea tomando el ejemplo de AIDA
x:=VIR_01_IDC_STATIC4
@ x[1], x[2] to x[3], x[4] PROMPT "CONFIGURACIÓN:" of OdLG pixel font ofont color CLR_RED // [, <nClrBack> ]
x:=VIR_01_IDC_STATIC5
dios ...
Ahora porque no es lógico.
Digamos que mis fuentes no los leo yo, sino un colega y ve esta linea tomando el ejemplo de AIDA
x:=VIR_01_IDC_STATIC4
@ x[1], x[2] to x[3], x[4] PROMPT "CONFIGURACIÓN:" of OdLG pixel font ofont color CLR_RED // [, <nClrBack> ]
x:=VIR_01_IDC_STATIC5
dios ...
- Thu Sep 27, 2012 7:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Metro style
- Replies: 83
- Views: 22398
Re: Metro style
... Metro as a reaction to Apple iOS and Google Android. The facts are that 68% of the smartphones are ruled by Android, and 17% goes to iOS:
Here are IDC's figures for worldwide smartphone unit sales and market share in the second quarter of 2012, by operating system.
— Android (Google Inc.) — 104.8 ...
Here are IDC's figures for worldwide smartphone unit sales and market share in the second quarter of 2012, by operating system.
— Android (Google Inc.) — 104.8 ...
- Wed Sep 26, 2012 1:57 pm
- Forum: FiveWin for Pocket PC
- Topic: Socket and Web server Not Working
- Replies: 8
- Views: 6886
Re: Socket and Web server Not Working
Here are IDC's figures for worldwide smartphone unit sales and market share in the second quarter of 2012, by operating system.
— Android (Google Inc.) — 104.8 million units, 68.1 percent share (46.9 percent a year earlier)
— iOS (Apple Inc.'s iPhone) — 26.0 million units, 16.9 percent share (18.8 ...
— Android (Google Inc.) — 104.8 million units, 68.1 percent share (46.9 percent a year earlier)
— iOS (Apple Inc.'s iPhone) — 26.0 million units, 16.9 percent share (18.8 ...