Search found 188 matches: groupbox

Return to advanced search

Re: Color a Groupbox Frame

João, "MAKE_LIB.BAT" -> Script to make TSLINES.LIB (independent of tsbutton.lib): @ECHO ****** Genera archivos C ******C:\XHARBOUR\BIN\Harbour TSLINES /n /p /i%C:\FWH\INCLUDE;C:\XHARBOUR\INCLUDE;C:\BORLAND\INCLUDE% > LOGFILE.TXTIF ERRORLEVEL 1 GOTO ERROR >> LOGFILE.TXTECHO ****...
by Cgallegoa
Sun Jun 11, 2023 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

Image
by Cgallegoa
Sun Jun 11, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

... 130STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "Testeando el TGroup"FONT 8, "MS Sans Serif"{ GROUPBOX "Mensaje desde RECURSO", 101, 10, 6, 156, 82, BS_GROUPBOX | WS_GROUP EDITTEXT 502, 13, 15, 149, 69, ES_CENTER | ES_MULTILINE ...
by karinha
Sun Jun 11, 2023 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

Que tal?

https://imgur.com/MlS8SNO

Image

Regards, saludos.
by karinha
Sun Jun 11, 2023 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

Good morning. How do I compile BPAINT.C with FWH19.05? I don't use anything from Manuel Mercado.

Thanks.

Regards, saludos.
by karinha
Sun Jun 11, 2023 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

João, TESTLINES.PRG * Test program of TSLines Class* Author: Manuel Mercado* Last Update: March 17th, 2002#include "FiveWin.ch"#include "TSLines.ch"//--------------------------------------------------------------------------//Function Main()   Local oDlg, oFont, oBrush, o...
by Cgallegoa
Sat Jun 10, 2023 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

Cgallegoa wrote:Rick,

You can use Manuel Mercado's TSLINES class.


An Example?

Regrads, saludos.
by karinha
Sat Jun 10, 2023 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

Rick,

You can use Manuel Mercado's TSLINES class.
by Cgallegoa
Fri Jun 09, 2023 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

// C:\FWH..\SAMPLES\CORMEMO.PRG**************************************************** Multi SAY/GET testing in 32 bit Xbase++ mode....** Jon Berg 10-8-99                                ************************************...
by karinha
Fri Jun 09, 2023 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

Unfortunately this example did not work https://forums.fivetechsoft.com/viewtopic.php?t=39744 REDEFINE GROUP oGrp1 ID 196 of oPark COLOR CLR_CYAN, CLR_WHITE Font oFontB TRANSPARENT The only thing changed was the color of the text and the text color works fine .. REDEFINE GROUP oGrp1 ID 196 of oPark ...
by Rick Lipkin
Fri Jun 09, 2023 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

I think that this will color the title only ?

I have the same issue as Rick, but not using resources

Image
by Marc Venken
Fri Jun 09, 2023 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: Color a Groupbox Frame

hi Rick,
Rick Lipkin wrote:I am using a Windows manifest file and remember that component may be an issue ??

try to disable "visual Style"
Code: Select all  Expand view
  SetWindowTheme( oObj:hWnd, "", "" )
by Jimmy
Thu Jun 08, 2023 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Color a Groupbox Frame

To All ... I believe I have asked this question many years ago .. when I have a resource and use a group box .. is there a way to add a color to the box frame itself .. the group box frame just gets washed out with the dialog background ?? I am using a Windows manifest file and remember that compone...
by Rick Lipkin
Thu Jun 08, 2023 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color a Groupbox Frame
Replies: 23
Views: 1289

Re: is there a "Frame" Control under Fivewin

hi,

thx for Answer

yes, i can use a Groupbox as "Frame" even it is not a "Group" of Controls
what about "Line" in a Dialog / Window ?
by Jimmy
Tue Apr 11, 2023 3:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: is there a "Frame" Control under Fivewin
Replies: 4
Views: 639
PreviousNext

Return to advanced search