Search found 760 matches: messages

Return to advanced search

Re: build Import LIB from LibPQ.DLL

is FW_SetUnicode() for hole App of for each Thread :?:

Yes, this setting is for the entire application.
This setting decides whether all Windows messages are 16-bit (UTF16) or 8-bit(ANSI)
by nageswaragunupudi
Sun Jul 23, 2023 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2818

Re: Program is frozen

I have already written - there are no error messages. The program simply stops responding (for different users).
by Natter
Sun Jun 04, 2023 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 503

Re: CLASS modification

... services that provided email, forums, and other communication features. It was a popular platform for accessing online communities and exchanging messages. Microsoft Outlook, on the other hand, is an email client that was introduced in 1997 as part of the Microsoft Office suite.
by Otto
Thu May 25, 2023 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... you do today? >I can do it all and more. Ask me something you think can't be done. 1) tcalendar Problem 2) dasboard system ( see the forum my messages) 3) xbrowse <-> tree same xbrowse ( width search system all data ) 4) insert in the search of the xbrowse that created Nageswarao (@ ...
by Silvio.Falconi
Wed May 24, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: Message-Paint Update 3.1 ( DOWNLOAD )

... 05/22/23, 12:03:32 Error description: Error BASE/1003 Variable does not exist: CMSTYLESEL Stack Calls =========== Called from: .\Mymsg.PRG => MESSAGES( 549 ) Called from: .\Mymsg.PRG => (b)SHOW_MSG( 338 ) Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 466 ) Called from: .\source\classes\BTNBMP.PRG ...
by karinha
Mon May 22, 2023 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message-Paint Update 3.1 ( DOWNLOAD )
Replies: 8
Views: 2003

Re: calendar not run ( DBLCLICK)

METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TCalendar

// TODO: Verify others messages

if nMsg==WM_LBUTTONUP
::Super:HandleEvent( nMsg, nWParam, nLParam )
endif
return nil



wich is the message for doubleclick ? ( wm_ ?)
by Silvio.Falconi
Sun May 21, 2023 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: XBROWSE : Seek(), OrdwildSeek() and "increment"

... Being a Windows application, INKEY() is not used, but the methods KeyDown() and KeyChar() are used ( handling WM_KEYDOWN messages) There is not input box and when the browse has focus, xbrowse responds to the keys pressed by the user to perform the seek/filter according ...
by nageswaragunupudi
Sat May 06, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : Seek(), OrdwildSeek() and "increment"
Replies: 3
Views: 278

Re: Sending HTML using MAIL

... https://learn.microsoft.com/en-us/windows/win32/api/mapi/nc-mapi-mapisendmailw 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 ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 701

Re: how to get "Userdef" EVENT for ACTION

... The FindText function does not perform a search operation. Instead, the dialog box sends FINDMSGSTRING registered messages to the window procedure of the owner window of the dialog box. When you create the dialog box, the hwndOwner member of the FINDREPLACE structure ...
by Jimmy
Tue Mar 28, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Userdef" EVENT for ACTION
Replies: 5
Views: 395

Re: Callback Server

... "Notification" > "SMS" and selecting the user in the "Users" tab. You can also specify a maximum number of SMS messages that the user is allowed to send per day, if desired.
by Otto
Fri Mar 10, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 668

Re: Callback Server

... Yes, Synology NAS devices support sending SMS programmatically using the Synology DSM SMS API. The Synology DSM SMS API allows you to send SMS messages from your Synology NAS device using HTTP requests. Here's an example of how to send an SMS message using the Synology DSM SMS API using JavaScript: ...
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 668

Re: Idea got from " Mouse w/o Borders"

... MB_OK + MB_ICONINFORMATION )   FwlCloseMailslot( hMailslot )RETURN NIL And here's an example of how you might receive messages from a Mailslot in Harbour and FiveWin: #include "fivewin.ch"FUNCTION Main()   LOCAL cMessage := SPACE( 100 )   LOCAL ...
by Jimmy
Sat Feb 04, 2023 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Idea got from " Mouse w/o Borders"
Replies: 2
Views: 217

change xbrowse footer menu

Hello everyone; I dropped by the forum in need to change standard footer menu (sum, count, ave ...) for my own and saw messages about openAI writing harbour code so I tried it. I asked: "write harbour code that modifies xbrowse footer popup menu" Here is what I got: FUNCTION ...
by reinaldocrespo
Fri Jan 06, 2023 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change xbrowse footer menu
Replies: 2
Views: 287

Re: chatGPT writes and executes Harbour code !!!

... keyword. She didn't want to be late to the family Christmas party, so she used the ALTD keyword to check the keyboard buffer for any incoming messages from her friends or family. As the evening approached, Mary used the CDOW keyword to check the day of the week and the DATE keyword to make ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

cURL in a service

I have a windows service fully functional, except that I'm trying to add the ability to send text messages using cURL. I am using Harbour, MSVC, and FWH. In a normal windows application I have no problem. I have a SMS texting program using the same libraries and commands, ...
by TimStone
Sun Nov 27, 2022 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cURL in a service
Replies: 4
Views: 483
PreviousNext

Return to advanced search