Search found 279 matches: hua

Return to advanced search

Re: Any code snipper for getting token of OAuth2?

Dear Hua, Please try this code (not tested):   // Create the XMLHTTP object   oHTTP := CreateObject("MSXML2.XMLHTTP")   // Specify the URL to send the request to   cUrl := ...
by Antonio Linares
Thu Apr 04, 2024 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any code snippet for getting token of OAuth2?
Replies: 2
Views: 450

Re: Fivewin Wiki

Dear Hua,

https://github.com/search?q=repo%3AFiveTechSoft%2FFiveTech_wiki%20excel&type=code

There are many more results on these forums about Excel

What exactly are you looking for ?
by Antonio Linares
Fri Mar 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1819

Re: Determine lib name of a function

Dear Hua,

If it is a Harbour function, you can check in the Harbour source code for it
by Antonio Linares
Tue Jan 02, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 429

Re: Sending whatsapp message via web-based app

Dear Hua, whatsappw.prg #include "FiveWin.ch"function Main()   ShellExecute( 0, "open", "https://web.whatsapp.com/send?phone=34722461100&text=Hello" )   SysWait( 8 )  ...
by Antonio Linares
Tue Oct 17, 2023 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 631

Re: Display thumbnails of pdfs

Mr. hua I know you asked for pdf thumbnails and this is not exactly what you asked. But this application mimics windows explorer showing preview of files, same way as explorer. We will get back you on thumbnails a bit later. ...
by EASYSOFT
Wed Aug 09, 2023 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2270

Re: Changing default printer for current application only

Hua, I don't know if this will help, but I found it in my notes. Use the following to set the application's current printer. It will remain the current printer until changed. //--- Set application's current printer. Returns ...
by James Bott
Thu Mar 02, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing default printer for current application only
Replies: 2
Views: 340

Re: SUB-CLASS TFolderEx()

hi, @Antonio, have remove Control so only    CLASS TFolderDXE FROM TFolderEx @hua   CLASSDATA lRegistered AS LOGICAL   // this variable is compulsory for inherited controls but same "Problem" that i can´t use TAB-Key ... other like Fx-Key work --- @Marc ...
by Jimmy
Thu Feb 02, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157

Re: TFolderEx: How to change the background colour of a tab's pr

Dear Hua, #xcommand DEFINE BRUSH [ <oBrush> ] ;             [ STYLE <cStyle> ] ;             [ COLOR <nRGBColor> ] ...
by Antonio Linares
Wed Jan 04, 2023 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TFolderEx: How to change the background colour of a tab's pr
Replies: 3
Views: 388

Re: Amending preprocessor directive for TFolderEx

Dear Hua, Please try this: #xcommand REDEFINE FOLDEREX [<oFolder>];             [ ID <nId> ] ;             [ <of: OF, WINDOW, ...
by Antonio Linares
Fri Dec 16, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 392

Re: How to code TScrDlg() for use in folder?

Dear Hua,

I have been able to build you example and see wht you mean

Please try to reduce the height used by TScrDlg()
by Antonio Linares
Thu Dec 01, 2022 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 609

Re: How to code TScrDlg() for use in folder?

Dear Hua,

Could you please provide us your PRG example to test it here ?

many thanks
by Antonio Linares
Wed Nov 30, 2022 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 609

Re: How to make TFolderEx excel-like?

Dear Hua,

Please use the METHOD ChangeImg( cBitmap, nImg ) in Class TTitle
by Antonio Linares
Tue Nov 15, 2022 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 932

Re: How to make TFolderEx excel-like?

Dear Hua,

Do you mean to replace the image ?
by Antonio Linares
Mon Nov 14, 2022 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make TFolderEx excel-like?
Replies: 16
Views: 932
Next

Return to advanced search

cron