Search found 117 matches: simplest

Return to advanced search

Fulltext-Search

... https://mybergland.com/fwforum/fulltxt.gif Here's a basic overview of how to use findstr: Basic Usage: At its simplest, you can use findstr to search for a string in a file. For example, to search for the word "example" in a file called "myfile.txt," ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 237

Data exchange between PC and Android device on the same loca

... interface. For this I based and adapted ideas from JMG. (Robert) CURRENT SITUATION: I have not achieved communication, my first approach is the simplest, I make an $Ajax request from the Client side and the server receives it, but when generating the response it violates the CORS rules, generating ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 543

Using OCR from Harbour

Are you using OCR from your FWH app ?

If so, could you share your solution ?

What would be the simplest way to do it ?
by Antonio Linares
Sun Nov 19, 2023 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using OCR from Harbour
Replies: 1
Views: 225

Re: How To Change Globally GET Text color when it is focused

I had posted on the How to change GET Text Color when it is focused.


The simplest way is:
Code: Select all  Expand view
SetGetColorFocus( [nFocusColor] )

at the beginning of your application.
by nageswaragunupudi
Sat Aug 12, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, ...
by Marc Venken
Tue Jul 11, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 729

Re: Create help system with F1

Dear Marc, the simplest way would be to implement a new FWH function AutoHelp() that creates a DBF and allows the developer to interactively write and save the help pressing F1 when a control has the focus. If the help is not defined, ...
by Antonio Linares
Tue Jul 11, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 729

Re: Webview question

... a Microsoft IWebBrowser2 object as we could have a much better control over it. Anyhow, there are several ways to do it and we are looking for the simplest way (as there are very complex ways). This is a code that we are starting to avoid using the webview.dll: #include "FiveWin.ch"function ...
by Antonio Linares
Fri Jun 30, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2711

Re: Aplicación para Android

thanks Maurizio, I think the simplest way to run an existing Windows app from an Android device is using Windows remote desktop You can also use Wine from Android to run the Windows EXE locally on the Android device: https://androidphoria.com/tutoriales/instalar-aplicaciones-windows-android-wine-2022 ...
by Antonio Linares
Tue Jun 20, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplicación para Android
Replies: 8
Views: 588

prompt-editor

... making it easier to edit the questions. Now, we need to update the DBF file that contains the standard questions over the internet. What is the simplest way to do this? Best regards, Otto https://mybergland.com/fwforum/prompt_editor.jpg
by Otto
Wed May 31, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 248

Re: Speech Recognizer for harbour App ?

https://www.autoitscript.com/forum/topic/137485-solved-the-simplest-example-for-speech-recognition/ Local $RecoContext =ObjCreate("SAPI.SpSharedRecoContext")If @Error Then    Msgbox(0,"","Error Creating ...
by Antonio Linares
Sat Apr 29, 2023 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speech Recognizer for harbour App ?
Replies: 9
Views: 495

Re: DLLCALL under Fivewin

To find if a function is PASCAL or not, simply use such clause or remove it and check if it works or not. Thats the simplest way FWH should not affect Harbour's DllCall() behavior, so I guess that you are using wrong parameters with DllCall() Does your same syntax work in xBase++ ...
by Antonio Linares
Thu Dec 01, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2534

Re: The simplest way to build from vscode

From some versions are present 2 custom task types, Harbour that starts the configured harbour executable, I use it to see the cpp and the hrb generated And HBMK2 that calls the HBMK2 on the same folder of configured harbour. The goods of this task type is: if you configure a setupBatch it is called...
by AntoninoP
Wed Oct 12, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The simplest way to build from vscode
Replies: 3
Views: 570

The simplest way to build from vscode

Just wondering what is the simplest way to build a PRG that you are editing
by Antonio Linares
Sat Oct 01, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The simplest way to build from vscode
Replies: 3
Views: 570
Next

Return to advanced search