Search found 861 matches

by hua
Fri Jan 15, 2021 6:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Painting alpha blended bmp on windows
Replies: 2
Views: 2357

Re: Painting alpha blended bmp on windows

Uwe,
Thank you!
by hua
Fri Jan 15, 2021 6:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Painting alpha blended bmp on windows
Replies: 2
Views: 2357

Painting alpha blended bmp on windows

Hi guys,
When I use the code below, my alpha blended bmp is painted with black background instead of being transparent.
Which part I went wrong?

Code: Select all

     hBmp2 := ReadBitMap(0, ud_bmpDir()+"\2021.bmp")
     DrawBitmap( hDC, hBmp2, nTop, nLeft)
 
TIA
by hua
Mon Jan 11, 2021 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Birthday, Mr. Cristobal Navarro Lopez
Replies: 11
Views: 15648

Re: Happy Birthday, Mr. Cristobal Navarro Lopez

A very happy birthday to you Cristobal
by hua
Tue Dec 15, 2020 10:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: Email from gmail
Replies: 12
Views: 6148

Re: Email from gmail

Baxajaun wrote: Could you explain better your app password at GMail ?
Can read about it here https://support.google.com/accounts/answer/185833?hl=en and here https://devanswers.co/create-applicatio ... ord-gmail/

HTH
by hua
Tue Dec 15, 2020 2:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Email from gmail
Replies: 12
Views: 6148

Re: Email from gmail

I only have experience using blat + GMail.

If the GMail account has 2-step verification enabled, I had needed to create an app password at GMail to allow blat to successfully login to send out email

Not sure if this fact is relevant here or not
by hua
Mon Dec 07, 2020 2:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: How to display image from resource based on flag
Replies: 2
Views: 1414

Re: xBrowse: How to display image from resource based on flag

Thank you very much for the extensive example Rao! :D
by hua
Fri Dec 04, 2020 8:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: How to display image from resource based on flag
Replies: 2
Views: 1414

xBrowse: How to display image from resource based on flag

Hi,
Can someone share a code snippet to view image from resource in a column based on a flag in the dbf currently being viewed?

TIA
by hua
Thu Nov 26, 2020 2:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy birthday Antonio !!!
Replies: 52
Views: 32103

Re: Happy birthday Antonio !!!

Happy birthday Antonio :D
by hua
Tue Aug 11, 2020 3:48 am
Forum: Off Topic / Otros temas
Topic: Have a nice day Mr. Rao !!!
Replies: 7
Views: 5232

Re: Have a nice day Mr. Rao !!!

Happy birthday Rao! Thanks for all your help and contribution to FWH community
by hua
Tue Aug 04, 2020 9:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Something similar to EM_LIMITTEXT but to control height?
Replies: 3
Views: 1586

Re: Something similar to EM_LIMITTEXT but to control height?

Anyone has any solution to limit the number of lines?

TIA
by hua
Mon Jul 20, 2020 2:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: just married
Replies: 24
Views: 27213

Re: just married

Congratulations Cristobal! :D
by hua
Fri Jun 19, 2020 6:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Using own :append() adds blank records
Replies: 1
Views: 963

TDatabase: Using own :append() adds blank records

Using Harbour+FWH1912, the following sample will at 1st run generates RTE and subsequent runs will see empty records added. Why? #include "fivewin.ch" function main()   local oDb   field dref   if !file("hua.dbf")      dbCreate("hua.dbf", {{"dref", "c&quo...
by hua
Thu Jun 11, 2020 9:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Process filtered rows only
Replies: 2
Views: 1144

Re: xBrowse: Process filtered rows only

Ok. This version seems to work       oCbxAll:bChange := <||                               local hState := {=>}                               hState["BookMark  "] := oBrw:BookMark                               oBrw:gotop()                               REPEAT                                ...