Search found 495 matches: frame

Return to advanced search

Re: Create a Panel width a text

... can be hDC or oWnd or even nil the text must be inserted inside the oPaneltext panel which in turn is inside the oPanel2 which acts as an external frame, as a shadow effect //create a shadow effect   @ oPanel2:nTitleHeight+5, 10 PANEL oPanelShadow SIZE oPanel2:nwidth, oPanel2:nHeight-40 ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3245

Re: come recuperare il codice fivewin da .c file

You can try it using chatgpt: recover the original PRG code from this pcode: HB_FUNC( APRIDBCONPASSWORD ) { static const BYTE pcode[] = { HB_P_FRAME, 0, 2, /* locals, params */ /* 00003 */ HB_P_BASELINE, 138, 0, /* 138 */ HB_P_PUSHLOCALNEAR, 2, /* PASSWORD */ HB_P_PUSHNIL, HB_P_EXACTLYEQUAL, HB_P_JU...
by Antonio Linares
Mon Feb 12, 2024 9:55 pm
 
Forum: All products support
Topic: come recuperare il codice fivewin da .c file
Replies: 7
Views: 469

Re: SAPI : change Voice

... with a value, in function returning void hbmk2[SapiVoice]: Error: Running C/C++ compiler. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include -IC:/hm g.3.4.4/0/SAPI -IC:/hmg.3.4.4/include R:/Temp/hbmk_9tofgt.dir/Main.c R:/Temp/hbmk_9tofgt.dir/HB_FUNC.c ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3789

Re: Video from the site to a file

hi Natter, *.MP4 File which you see under F12 IS the Video File. you can try to download file ... but most they send you only "frame-by-frame" of *.MP4 this Way they avoid that People can download hole Video Files ( Copyright ) but it is legal to use "Screen-Caputure" ...
by Jimmy
Sun Oct 01, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 645

Re: Video from the site to a file

hi Natter, i understood. they do not "steam", they do send you "frame-by-frame" as i´m a Internet Dummy my Solution is : "Screen-Recorder" i do use XBOX "Game-Bar" which include a "Screen-Recorder" you can enable ...
by Jimmy
Thu Sep 28, 2023 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video from the site to a file
Replies: 8
Views: 645

Re: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]

When I tested with FWH1912, bmp2alpha() is still necessary to avoid getting the frame which would render the qrcode unreadable
by hua
Fri Sep 08, 2023 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp() / FW_SaveImage() help please [Solved]
Replies: 10
Views: 1141

Re: Color a Groupbox Frame

Perfect, // Testing Groups#include "FiveWin.ch"#include "WColors.ch"#Define CLR_ORANGE     nRGB( 255, 165, 000 ) //-> Orange     - Laranja//----------------------------------------------------------------------------//FUNCTION Main()  &...
by karinha
Tue Jun 13, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

I don't use BCC55. I use BCC 7.3. *** FWH-20.07, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC *** With your scripts (making adjustments to my paths) it compiles and works perfect. Maybe it's something in your path. Could you indicate what compile/linking error you have ? Regards, Carlos,...
by karinha
Tue Jun 13, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

To All Antonio sent me this simple FW solution ... ACTIVATE DIALOG oDlg ON INIT ( SetWindowTheme( oGroupBox:hWnd, "", "" ), .T. ) Just substitute your oGroupbox variable into the above code .. Many thanks to Antonio ! Rick Lipkin ps .. this code presumes that you are using the Wi...
by Rick Lipkin
Tue Jun 13, 2023 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

I don't use BCC55. I use BCC 7.3.

*** FWH-20.07, xHarbour 1.2.3 Build 20190603, Borland C++7.30, PellesC ***

With your scripts (making adjustments to my paths) it compiles and works perfect.

Maybe it's something in your path.

Could you indicate what compile/linking error you have ?

Regards,
by Cgallegoa
Mon Jun 12, 2023 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

... OF oDlg ;      COLORS CLR_CYAN, CLR_WHITE UPDATE   REDEFINE GET aGet[2] VAR cText2 ID 502 OF oDlg ; // COLOR IN FRAME      COLOR CLR_WHITE, CLR_BLACK UPDATE   REDEFINE BUTTON ID 103 OF oDlg ACTION oDlg:End()   //  L ...
by karinha
Mon Jun 12, 2023 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

PRUEBA.MAK ############################################################################### Template make file for FWH and Borland Make tool                           #####################################################################...
by karinha
Mon Jun 12, 2023 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

Carlos, With XHBBCC74 and BCC74 it doesn't work at all. Please see if I made a mistake in modifying your SCRIPT which is terrible. haha ha. Con XHBBCC74 y BCC74 no funciona en absoluto. Vea si cometí un error al modificar su SCRIPT, lo cual es terrible. jajaja. CX.BAT @ECHO OFFIf Exist PRUEBA1.EXE D...
by karinha
Mon Jun 12, 2023 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

João,

Full Source TSLINES.PRG, BCPAINT.C, TSLINES.CH, TSLINES.LIB (xHarbour, BORLAND 7.3), TESTLIN3.PRG, TESTLIN3.RC, TESTLIN3.EXE and BATCH's/Script for Lib and Exe.

Here all is working fine.

https://mega.nz/file/RvU0lSwB#8-5ACpCKv5XgLJhGsGGL-Sj8DoW84lrtOc3yYBF2EEw

Regards,
by Cgallegoa
Mon Jun 12, 2023 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204

Re: Color a Groupbox Frame

WITH BCC55 compila WITH BCC74 NO compila!

Code: Select all  Expand view

@ECHO OFF
C:\BCC74\BIN\BCC32 -D__HARBOUR__ -O2 -c -Ic:\BCC74\include;c:\XHBBCC74\include;c:\fwh1905\include %1
 


Thanks.

Regards, saludos.
by karinha
Mon Jun 12, 2023 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1204
Next

Return to advanced search