Search found 128 matches

by areang
Thu Dec 21, 2006 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint a Transparent Bitmap on a Gradiant Dialog
Replies: 21
Views: 5965

Mr. Ramesh, Mr. Antonio

Yes I agree !!! :lol:


regards
Areang
by areang
Thu Dec 21, 2006 9:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint a Transparent Bitmap on a Gradiant Dialog
Replies: 21
Views: 5965

Mr. Antonio

Yes that's work but Mr. Ramesh paint Bitmap on this source code

Code: Select all

gradiate_(oDlg, hDC, {CLR_WHITE, nRgb(224,167,64)},      ; 
                   2,{0,0,oDlg:nHeight,oDlg:nWidth})
not on bmp object !!

best Regard
areang
by areang
Thu Dec 21, 2006 8:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint a Transparent Bitmap on a Gradiant Dialog
Replies: 21
Views: 5965

Mr. Antonio

Code: Select all

@ 10, 15 BITMAP oBmp FILE "C:\FWH\BITMAPS\QUESTION.BMP" OF oDlg   ; 
       SIZE 20, 30 PIXEL NOBORDER 


oBmp:lTransparent = .t.

Not work.

Areang
by areang
Thu Dec 21, 2006 3:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Season's Greetings - Felices Fiestas
Replies: 13
Views: 3980

Keep fivetechsoft forums to be good boy :shock: and happy new year for all.

Best Regards
Areang
by areang
Sat Dec 16, 2006 9:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: filtering records in xbrowse
Replies: 2
Views: 845

Ehab Amir Azis wrote SELECT 4 use mete SET index TO mete2 DBSETFILTER(&bFilter,cFilter) 4->(DBGOTOP()) replace with this bFirst := {|| mete->(DbSeek(cFilter, .t. )) } bLast := {|| iif(Empty(cFilter), ; mete->(DbGoBottom()) , ; (mete->(DbSeek(cFilter+"999",.T.)), ; meter->(DbSkip(-1)))...
by areang
Fri Dec 15, 2006 11:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Too many MAP file names:
Replies: 12
Views: 3616

Mr. Hua

Thank's to you, great help

Best Regards
Areang
by areang
Fri Dec 15, 2006 6:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: convert VB source to xHarbour
Replies: 1
Views: 1346

convert VB source to xHarbour

Hi All ! As subject : Private Declare Function OpenThemeData Lib "uxtheme.dll" (ByVal hWnd As Long, ByVal pszClassList As Long) As Long I have vb source code for tExplorerBar http://planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=61899&strZipAccessCode=tp%2FX618999...
by areang
Fri Dec 15, 2006 4:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Too many MAP file names:
Replies: 12
Views: 3616

Mr.Antonio, Mr.Hua

Thank' for reply

I don't have gtgui.lib on xHarbour\lib dir :cry:
Where is it ?

Thank's
Best Regards
Areang
by areang
Thu Dec 14, 2006 10:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Too many MAP file names:
Replies: 12
Views: 3616

Mr. Hua I used borland script's, but when application run, the are two window on the screen : first like dos windows and the other one is my windows application. can you send me your application borland's make script. I think, I missed the lines parameter on borland's make script, to disable the dos...
by areang
Tue Dec 12, 2006 3:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Too many MAP file names:
Replies: 12
Views: 3616

Mr. Ramesh

Thank's for Reply

How about RMK file for application, can you give me also any sample

I tried to make RMK on bormake (zip file) but get error.

Best regards
Areang
by areang
Tue Dec 12, 2006 6:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Free Source Code Fancy Button
Replies: 0
Views: 451

Free Source Code Fancy Button

Hi All !

http://www.codeproject.com/buttonctrl/CRoundButton2.asp

Image

Is posible with fivewin ?

Thank's
areang
by areang
Tue Dec 12, 2006 5:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Too many MAP file names:
Replies: 12
Views: 3616

Mr. Ramesh

Can you give me the complete your rmk file ?
:lol:
Thank's
Areang
by areang
Sat Dec 02, 2006 7:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Office Bar News
Replies: 16
Views: 4688

James,

Image

This is source code from VB

Thank's
Areang
by areang
Wed Nov 29, 2006 12:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: VtaskBar (Explorer Bar) now available for sale
Replies: 11
Views: 3189

Hello Rene,

Yes ! Yes ! Yes !

That's good.

That's I want to need


Best Regard
Areang
by areang
Thu Nov 23, 2006 9:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: rotate image
Replies: 1
Views: 673

rotate image

Hi All !

to rotate image

Image

VB Source code :
http://planetsourcecode.com/vb/scripts/ ... 2&lngWId=1

This is Window API function.
Please translate to fivewin.

Thank's
Areang