Search found 345 matches: handles

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... or from other trusted sources that distribute OpenSSL binaries for Windows. 2. libcrypto-1_1-x64.dll Purpose: Also a part of OpenSSL, this library handles a wide range of cryptographic operations, such as symmetric encryption, asymmetric encryption, and hash functions. It's essential for generating ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 98

Re: erase files

Insert a msginfo() before you delete the files and check with "Resource Monitor" the "Assoiated Handles" of your file. Open the Start menu, type "Resource Monitor" and press Enter. Switch to the "CPU" tab. Expand the "Associated Handles" ...
by Otto
Thu Jan 25, 2024 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1536

Re: WebView2 Essentials: Guides, Tips & Resources

... Center(): Centers the web view window. Unbind(cName): Unbinds a previously bound JavaScript function. Return(cRequest, nBindResult, cFromPrgToJS): Handles the return value from a bound function. SetTitle(cTitle): Sets the title of the web view window. SetSize(nWidth, nHeight, nHints): Sets the ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

WebView2 Essentials: Guides, Tips & Resources

... browser processes in the background. Each process serves a different purpose: Browser Process: The main process that manages the user interface, handles navigation, and coordinates other processes. Renderer Process: Handles the rendering of web content. There's usually a separate renderer process ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

file ID in the Windows file system

... or an identifier used by the operating system to access a file or other input/output resource, such as a pipe or network connection. File handles are used in system programming to manage file operations. When a program opens a file, the operating system creates a file handle to keep track ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: DBF . Commit

... ) thereby ensuring that all the data in the buffers are physically written to the disk. This is executed for dbf, fpt/dbt and all cdx/ntx/idx file handles. This API function also updates the files' timestamps. (note: for other operating systems (x)Harbour executes other similar functions) Please ...
by nageswaragunupudi
Mon Oct 23, 2023 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2325

Re: Activate Windows Copilot today!

Are you using it ?

Please provide feedback as I am testing a new FWH example to inspect the Windows Copilot windows handles, in case you want to test it
by Antonio Linares
Fri Oct 13, 2023 4:01 pm
 
Forum: Off Topic / Otros temas
Topic: Activate Windows Copilot today!
Replies: 2
Views: 329

Re: not ISOEM(), ISANSI() or IsUTF8()

... AS HEXUTF8"return nil In the xbrowse we see both the strings as same and when we print also both the strings are same (because FWH handles both ANSI and UTF8, transparently) but with Excel it is different. https://imagizer.imageshack.com/v2/xq70/922/aO9vE8.png https://imagizer.imageshack.com/v2/xq70/923/DH5Bzo.png ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2093

Re: Bugs in TButtonBmp

... of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbuttons paint method still handles the oldest painting logic. Till we totally *re-write* skinbuttons code, this is compatible only with simple buttonbmps without gdiplus. Dear ...
by richard-service
Thu May 04, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1635

Re: Sending HTML using MAIL

... Used by applications that do not handle interpersonal messages. If your application handles interpersonal messages, set the lpszMessageType member to NULL or set it to point to an empty string. I have asked to chatGPT and got this: ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 693

Re: FWString() : how to add "Keywords"

Notes: By default FWH handles 6 languages and each of these languages has its own ID from 1 to 6. 1 English, 2 Spanish, 3 French, 4 Portugese, 5 German, 6 Italian We can add more languages using FWAddLanguage(). We will not discuss this ...
by nageswaragunupudi
Tue Apr 04, 2023 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 724

Re: Callback Server

I've been working with a few companies who provide services I integrate into my software ( management system for small businesses ). One handles SMS, and the other credit card processing ( with an SMS option ). Both of these need a "Callback server" to be fully functional. This is ...
by cnavarro
Fri Mar 10, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 664

PostBack Server

I've been working with a few companies who provide services I integrate into my software ( management system for small businesses ). One handles SMS, and the other credit card processing ( with an SMS option ). Both of these need a "PostBack server" to be fully functional. This is ...
by TimStone
Fri Mar 10, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 664

Idea got from " Mouse w/o Borders"

... workstation, read the message from the mailslot: ReadFile(hMailslot, lpBuffer, dwBytesToRead, &dwBytesRead, NULL); 5. Close the mailslot handles on both workstations: CloseHandle(hMailslot); can you tell me how Sent or Get other Workstation Clipboard To send or get other workstation clipboard, ...
by Jimmy
Fri Feb 03, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Idea got from " Mouse w/o Borders"
Replies: 2
Views: 217

Re: WC_LISTVIEW / "SysListView32" -> Unicode ?

hi Antonio, do you mean a shared DATA to all controls ? handles must be owned by controls not by the class Could you explain it with more detail ? my HB_FUNC() does return Handle of new Create Control *     ::Create( CTRL_CLASS )  // AnsiToWide()  ...
by Jimmy
Mon Jan 16, 2023 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WC_LISTVIEW / "SysListView32" -> Unicode ?
Replies: 7
Views: 500
Next

Return to advanced search