Search found 524 matches

by Natter
Wed Feb 24, 2021 4:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Transliteration
Replies: 0
Views: 56194

Transliteration

Hi,

How to do transliteration in FW ?
by Natter
Sun Feb 14, 2021 5:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CURL documentation
Replies: 5
Views: 11237

Re: CURL documentation

First of all, I need to deal with this:

https://forums.fivetechsupport.com/view ... le#p237992

And then write macros in Google Tables is inconvenient
by Natter
Sun Feb 14, 2021 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CURL documentation
Replies: 5
Views: 11237

Re: CURL documentation

Baxajaun, thanks for the help !
by Natter
Sun Feb 14, 2021 8:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: button
Replies: 5
Views: 2801

Re: button

Hi, D.Fernandez

Can I go into more detail ?
by Natter
Sat Feb 13, 2021 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CURL documentation
Replies: 5
Views: 11237

CURL documentation

Hi,

Where can I find the CURL documentation ?
by Natter
Fri Feb 12, 2021 5:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: button
Replies: 5
Views: 2801

Re: button

Thanks.
However, the rounded corners do not look very good. Pixel steps are visible to the naked eye
by Natter
Fri Feb 12, 2021 8:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: button
Replies: 5
Views: 2801

button

Hi,

How can I make a button with rounded corners ?
by Natter
Tue Feb 09, 2021 5:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 5381

Re: how to add libraries to the buildh.bat file

You're talking about a file curl.h ?
by Natter
Tue Feb 09, 2021 1:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 5381

Re: how to add libraries to the buildh.bat file

Hi, FWExplorer !

Tell me, did you manage to work with CURL?
by Natter
Tue Feb 09, 2021 10:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: TTVItem and lDblClick
Replies: 0
Views: 55107

TTVItem and lDblClick

Hi,

I need to handle lDblClick on TTVItem elements that are not a tree. i.e. len (aItems)=0 How can I do this ?
by Natter
Fri Feb 05, 2021 7:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute
Replies: 3
Views: 1241

Re: shellexecute

Shellexecute(0,0,"c:\concentrics\cloudconnect.pdf",0,0,3)
by Natter
Thu Feb 04, 2021 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ctrl+C
Replies: 6
Views: 3801

Re: Ctrl+C

I can't do a search by the title of the browser window either, as it may be different. Maybe you should use the FW_SENDKEY(11, 67) function) ?
by Natter
Thu Feb 04, 2021 8:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ctrl+C
Replies: 6
Views: 3801

Re: Ctrl+C

Thanks, Antonio !

But how can I find the browser window using FindWindow () ?
I don't know in advance which browser it is
by Natter
Wed Feb 03, 2021 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ctrl+C
Replies: 6
Views: 3801

Ctrl+C

Hi,

The page is open in the browser (Firefox, Google Chrome, etc.). A fragment is highlighted on this page. If I press Ctrl+C this fragment will be copied to clipboard. Is it possible to do this through the FW program ?
by Natter
Wed Jan 27, 2021 11:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: libraries for CURL
Replies: 6
Views: 3621

Re: libraries for CURL

I understand that the libcurl.a and libcurldll.a files are static AC / C ++ libraries under Unix. And how can I use them under Windows ?