Search found 3107 matches

by Silvio
Thu Apr 14, 2011 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: clipboard
Replies: 9
Views: 1059

Re: clipboard

it is simply DEFINE CLIPBOARD oClp OF oApp():oDlg MENU oMenu POPUP 2007 .... MENUITEM "Copia il codice utente in memoria"; RESOURCE "SM_CLIP1"; ACTION oClp:SetText( (cDBF)->CLUSUARIO ) MENUITEM "Copia la password in memoria" ; RESOURCE "SM_CLIP2"; ACTION oClp:...
by Silvio
Thu Apr 14, 2011 7:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: help with xmate
Replies: 5
Views: 829

Re: help with xmate

perhaps you can insert a command before the linker command

I try to insert a exe with parameter and it seems to run

Now I not Know how you want really

but before to link it run the command i insert it
by Silvio
Wed Apr 13, 2011 7:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: DECRIPT AND CRIPT
Replies: 10
Views: 1064

Re: DECRIPT AND CRIPT

ok but then to decript it ?
by Silvio
Wed Apr 13, 2011 7:01 am
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre Ribbon
Replies: 3
Views: 552

Re: Consulta sobre Ribbon

you must not use command say

but the command RBTN

then you must set the type SAYBUTTON

it show a say
by Silvio
Wed Apr 13, 2011 6:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: help with xmate
Replies: 5
Views: 829

Re: help with xmate

you must go to enviroment setup
and on six folder you can insert to a first field the x.exe
sample :

I use a compress exe to compress my exe

c:\work\bin\compress.bat %EXE%
by Silvio
Wed Apr 13, 2011 6:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: DECRIPT AND CRIPT
Replies: 10
Views: 1064

Re: DECRIPT AND CRIPT

but this cript and decript all records I wish cript only one field of a record
by Silvio
Tue Apr 12, 2011 4:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Quality scale of a Password
Replies: 6
Views: 1074

Re: Quality scale of a Password

ANY SOLUTION FOR THE METER ?
by Silvio
Tue Apr 12, 2011 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: clipboard
Replies: 9
Views: 1059

Re: clipboard

THANKS
by Silvio
Tue Apr 12, 2011 2:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DECRIPT AND CRIPT
Replies: 10
Views: 1064

DECRIPT AND CRIPT

i LIKE TO CRIPT AND DECRIPTA A DBF FILE FOR USE IT ONLY FROM FWH APPLICATION

ANY IDEA ?
by Silvio
Tue Apr 12, 2011 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: clipboard
Replies: 9
Views: 1059

clipboard

How copy a field of a record on clipboard and show which string I have on clipboard ?
by Silvio
Tue Apr 12, 2011 7:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Quality scale of a Password
Replies: 6
Views: 1074

Re: Quality scale of a Password

NAGES OR DANIEL, i USE METEREX FOR MAKE THE METER @ 205, 12 METEREX oMeterQuality VAR nActual SIZE 180, 12 TOTAL 100 PIXEL; GRADIENT CHUNK { { 1/2, nRGB( 255, 251, 229 ), nRGB( 250, 223, 143 ) } , ; { 1/2, nRGB( 244, 194, 51 ), nRGB( 252, 235, 173 ) } }; GRADIENT TRACK { { 1/2, nRGB( 198, 203, 213 )...
by Silvio
Mon Apr 11, 2011 7:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Programming a Image-viewer with xBrowse
Replies: 34
Views: 6361

Re: Programming a Image-viewer with xBrowse

uwe how you make dialog round ?
by Silvio
Mon Apr 11, 2011 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON RADIO
Replies: 1
Views: 357

Re: ERROR ON RADIO

Now on win xp I add

function IsAppThemed()

return .F.

and it seems go ok , this afternoon I try to win seven

I'm thinking perhaps there is an error on DrawPBack( ::hWnd, hDC ) function
by Silvio
Sun Apr 10, 2011 11:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON RADIO
Replies: 1
Views: 357

ERROR ON RADIO

WHEN IF i USE TWO RADIO AND CLICK ON SECOND RADIO FWH HIDE THE FIRST RADIO ? #include "fivewin.ch" Function Test() LOCAL oDlg,oRAD1,NTIPO:=1 lOCAL lUppercase:=.F. LOCAL cUpperCase:="SSSS" DEFINE DIALOG oDlg @ 6, 10 RADIO oRad1 VAR ntipo PROMPT "&RADIO 1" PIXEL SIZE ...
by Silvio
Sat Apr 09, 2011 9:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Quality scale of a Password
Replies: 6
Views: 1074

Re: Quality scale of a Password

please can you explain me "HAS " command