Search found 14 matches: wcolors

Return to advanced search

Re: Extraño error con HARBOUR

... de mostrarme mis errores , me arroja una infinidad de errores redefinition or duplicate definition of en los archivos: VKey.ch WinApi.ch Ado.ch Wcolors.ch No se que se deben, pero por los momentos solo tomare en cuentas los mios. Muchas Gracias ! Joao, Muchas Gracias por tu ayuda tambien , Un ...
by JoseAlvarez
Thu May 25, 2023 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Extraño error con HARBOUR
Replies: 5
Views: 378

Re: Dark mode

Which version of Windows are you using? You need not include individual COLOR_* defines in your program. Just include "wcolors.ch", which contains all these defines. Now I need to Change the WINDOW TITLE COLOR. Where it is written: Assign your colors to COLOR_ACTIVECAPTION, ...
by nageswaragunupudi
Wed Nov 17, 2021 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2925

Re: Color Setting for GET READONLY

... the colors I originally entered were all showing up black. For example, 1 was blue, but it shows as black. After realizing that the include is wcolors.ch I scanned those values and was able to find a value that actually would display in a workable color. When 10 fields are displayed, but 8 ...
by TimStone
Thu Jan 04, 2018 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color Setting for GET READONLY
Replies: 6
Views: 1233

Richedit Control

... // FWH and FW++ RichEdit sample #include "FiveWin.ch" #include "Constant.ch" #include "WColors.ch" #include "RichEdit.ch" STATIC oMsg, oLen, oRow, oCol //----------------------------------------------------------------------------// ...
by ryugarai27
Tue Dec 20, 2011 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit Control
Replies: 1
Views: 836

Re: Clases y Prgs

... solo se ve el cursor activo , el que tiene el prompt, alguna idea ??? no movi nada del ejemplo: #include "FiveWin.ch" #include "WColors.ch" //----------------------------------------------------------------------------// function Main() local oWnd, oLbx local cKey:= "Upper(Nombre)", ...
by servicomver
Thu Nov 11, 2010 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases y Prgs
Replies: 11
Views: 3840

Unicode + RichEdit

... // FWH and FW++ RichEdit sample #include "FiveWin.ch" #include "Constant.ch" #include "WColors.ch" #include "RichEdit.ch" STATIC oMsg, oLen, oRow, oCol //----------------------------------------------------------------------------// ...
by ryugarai27
Fri Jul 09, 2010 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode + RichEdit
Replies: 0
Views: 465

Re: TRichEdit

... like italic, bold, underline? ). // FWH and FW++ RichEdit sample #include "FiveWin.ch" #include "Constant.ch" #include "WColors.ch" #include "RichEdit.ch" //----------------------------------------------------------------------------// function Main() local ...
by ryugarai27
Mon Jul 05, 2010 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRichEdit
Replies: 6
Views: 1445

how to disable tree item

#include "FiveWin.ch" #include "WColors.ch" function Main() local oDlg, oTree DEFINE DIALOG oDlg TITLE "TreeView from source" @ 0.5, 1 TREEVIEW oTree OF oDlg SIZE 80, 60 COLOR 0, GetSysColor( COLOR_WINDOW ) ACTIVATE DIALOG oDlg CENTERED ; ...
by acwoo
Tue Nov 11, 2008 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to disable tree item
Replies: 13
Views: 1517

Fivewin Classes

... alternative or solution to this problem? All the COLOR_xxxxx constants are in wcolor.ch. So just #include this file.... Thank you Luis. That was wcolors.ch not wcolor.ch but I was able to compile it with your help. However, I now have a new linker message related to the trichedi.prg source file: ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65398

Sample

... 8.04 and xHarbour(.com) Nov 2007 Under Vista, this program dies on startup and generates a Vista GPF message: #include "fivewin.ch" // #INCLUDE "wcolors.CH" #include "common.ch" #DEFINE HELP_FINDER #DEFINE HKEY_LOCAL_MACHINE 2147483650 #DEFINE INTERNET_FLAG_PASSIVE 0x08000000 FUNCTION main( nMode ...
by TimStone
Sat Apr 19, 2008 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 8.04 and oWnd:end( )
Replies: 29
Views: 4421

... oDlg1, é uma segunda DIALOG que tenho, só não postei a parte dela para não ficar muito extenso o código fonte: #include "FiveWin.ch" #INCLUDE "wcolors.ch" #INCLUDE "Voget.ch" #INCLUDE "BTNGET.ch" #INCLUDE "Image.ch" #Include "SSay.ch" #include "TSButton.ch" #include "TSBrowse.ch" #define TRANSPARENT ...
by MGA
Mon Apr 07, 2008 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5058

... funcionar con xHarbour, yo uso Harbour, ademas debe compilar tMultisel.prg que viene con la Twbrowse de Hernan #include "FiveWin.ch" #include "wcolors.ch" //////////////////////////////////////////////////////////////////////////////// // Bienvenidos al Sample02 de Seleccion TWBrowse Multiple. ...
by RuFer
Tue Aug 08, 2006 4:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckBox o BitMap en TWBrowse
Replies: 7
Views: 2260

... -> Original en c:\fwh\samples\TESTGRP.PRG //-> Antonio Compile este ejemplo para me comprender/entender. #Include "FiveWin.Ch" #Include "WColors.Ch" //----------------------------------------------------------------------------// Function Main() LOCAL oDlg, oBrush, oGroup, oFont DEFINE ...
by karinha
Tue Mar 28, 2006 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TSAY:LTRANSPARENT
Replies: 21
Views: 6362

... Y ARCHIVO.LNK Ahora el problema es en los GROUP BOX, Comando TRANSPARENT NO FUNCIONA. // Testing Groups #include "FiveWin.ch" #include "WColors.ch" //----------------------------------------------------------------------------// Function Main() LOCAL oDlg, oBrush, oGroup, oFont DEFINE ...
by karinha
Mon Mar 27, 2006 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TSAY:LTRANSPARENT
Replies: 21
Views: 6362

Return to advanced search