Search found 29 matches: hook

Return to advanced search

Re: phpBB to LLM

... Traceback (most recent call last): File "C:\Users\alerc\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module> main() File "C:\Users\alerc\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Reading QRCodes

... methods to send texts and make phone calls but not to send via WhatsApp although it wouldn't be too hard to add. Keep in mind you will need a web hook set up to catch any incoming texts. Here is that class: #define ACCOUNT_SID  "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" //assigned by Twilio#define ...
by reinaldocrespo
Thu May 18, 2023 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 539

Re: How to Curl for text messaging

... nError ) )      endif    endif   curl_global_cleanup()RETURN NIl  Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I decided I did not want to keep ...
by NWKL
Sat Aug 13, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2263

Re: How to Curl for text messaging

... nError ) )      endif    endif   curl_global_cleanup()RETURN NIl  Twilio sends any replies as an http post web hook. So you would need to have an http server capable of receiving posts. After writing this whole project with Java, I decided I did not want to keep ...
by reinaldocrespo
Tue Feb 23, 2021 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 17
Views: 2263

Re: strategies

... modern database the agency rejected). In other words, having already flushed $280 million down the drain … for nothing … taxpayers are now on the hook for another $200 million (and nearly $20 million annually). Add it all up and we’re talking about a half-billion dollar debacle … and what about ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8144

Mouse click interception

Hi, all !

How can I intercept the right mouse click on another application window ?
(hook)

FW 18.6
by Natter
Tue Oct 23, 2018 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse click interception
Replies: 3
Views: 504

Application security and Code review

... me to not push the issue. I informed the Network admin that I would take the ldap code out .. which I have done. The Network admin is still on the hook to add a new field unrelated to this issue . and has been un-responsive to this date. I did call the network admin and he also mentioned that they ...
by Rick Lipkin
Wed Oct 11, 2017 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 4604

Re: C wrapper help

... symbol /E Preprocess only (to stdout) /Fo<outfile> Name the output file /Gd Use __cdecl as default calling convention (default) /Gh Enable hook function call /Gm Don't decorate __stdcall or __fastcall symbols (if /Ze) /Gn Don't decorate exported __stdcall symbols (if /Ze) /Gr Use __fastcall ...
by Antonio Linares
Thu Oct 20, 2016 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C wrapper help
Replies: 16
Views: 3217

FWH 64 bit with MSVS 2015

... upgrade. Otherwise, with Antonio's assistance, it now works with ADS 64 bit, and the ssl files are also updated. In addition, I was able to even hook in my Codejock Calendar control because it came with a 64 bit .ocx file. I had a couple of major objectives. 1) I wanted to have only one set of ...
by TimStone
Thu Mar 31, 2016 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 bit with MSVS 2015
Replies: 1
Views: 418

Re: Msgbox centered on the window

Antonio Linares wrote:Hakan,

Just once at the beginning of your app.

And we should remove the hook before the app quits


How?

what about the my error result of 15.06?
by Horizon
Mon Jul 20, 2015 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbox centered on the window
Replies: 24
Views: 6636

Re: Msgbox centered on the window

Hakan,

Just once at the beginning of your app.

And we should remove the hook before the app quits
by Antonio Linares
Mon Jul 20, 2015 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbox centered on the window
Replies: 24
Views: 6636

Re: Msgbox centered on the window

... on other Windows version such as Win7 or WinXP. Ok, this one seems to be working fine :-) Still we need to implement a function to remove the hook. static HHOOK hHook = NULL;static void CenterWindowOnParent( HWND hChildWnd, LPARAM lParam ){   HWND hParent = GetParent( hChildWnd ...
by Antonio Linares
Mon Jul 20, 2015 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbox centered on the window
Replies: 24
Views: 6636

Re: Msgbox centered on the window

... on other Windows version such as Win7 or WinXP. Ok, this one seems to be working fine :-) Still we need to implement a function to remove the hook. static HHOOK hHook = NULL;static void CenterWindowOnParent( HWND hChildWnd, LPARAM lParam ){   HWND hParent = GetParent( hChildWnd ...
by dutch
Mon Jul 20, 2015 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbox centered on the window
Replies: 24
Views: 6636

Re: Msgbox centered on the window

Ok, this one seems to be working fine :-) Still we need to implement a function to remove the hook. static HHOOK hHook = NULL;static void CenterWindowOnParent( HWND hChildWnd, LPARAM lParam ){   HWND hParent = GetParent( hChildWnd );   RECT rcChild, ...
by Antonio Linares
Sun Jul 19, 2015 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msgbox centered on the window
Replies: 24
Views: 6636
Next

Return to advanced search