Search found 113 matches: cross

Return to advanced search

Switching to Web

... that can overload the web server. - Vulnerabilities in web applications (e.g., PHP scripts) that could be exploited through SQL injections or cross-site scripting (XSS). - Man-in-the-middle attacks on unencrypted HTTP connections (Port 80). **No SQL server and no HTML requests:** Since no ...
by Otto
Thu Oct 10, 2024 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 341

Re: Timeout to close App

Jimmy, make a window with your cross (bitmap button) and hang bMMoved on it
by Natter
Thu Aug 08, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timeout to close App
Replies: 16
Views: 2896

Re: Bad look btnbmp disable()

... nRGB( 20, 30, 40 ) ) FDiagonal SetBrush( "FDIAGONAL", nRGB( 255, 0, 35 ) ) BDiagonal SetBrush( "BDIAGONAL" ) Cross SetBrush( "CROSS" ) DiagCross SetBrush( "DIAGCROSS", nRGB( 0, 100, 255 ) ) then to remake the border use the Uwe's solution ...
by Silvio.Falconi
Thu Mar 09, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 1003

Re: HBFORMAT.EXE de xHarbour/Harbour.

... try to make a FiveWin Version of CLICK CLICK is not only a "Formatter", it can also write a Header before all Function / Procedure and a Cross-Reference Header will include "called from" so you can get Information which other Module depend on it CLICK can use #SNAP (from Original ...
by Jimmy
Mon Sep 26, 2022 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1504

Re: HBFORMAT.EXE de xHarbour/Harbour.

... than only "Formatter" CLICK can write a "Header" into each Function / Procedure where it "Called from" so you got a Cross-Reference of all Function / Procedure in Source CLICK will also create Structure of DBF which are used in Source --- CLICK can NOT "analyze" ...
by Jimmy
Mon Sep 19, 2022 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1504

Draw on top of a photo

Hi,

In TImage, I show photos. Can I draw something on top of a photo (for example, cross it out) ?
by Natter
Tue May 11, 2021 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw on top of a photo
Replies: 3
Views: 660

Re: Make para BCC10

... you read this), you can find the full compiler and IDE suite as part of C++Builder: https://www.embarcadero.com/products/cbuilder We specialise in cross-platform C++, where you can compile, debug and deploy for many platforms using one IDE and one compiler framework. This includes UI design - there ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1265

Re: Handling images and other files

... This program extracts any image png, bmp, jpg, gif, etc and not limited to png. We can read from a file or paste from clipboard. You can cross-check the correctness of the results at https://codebeautify.org/base64-to-image-converter I have tested many types of images. At the heart of ...
by Otto
Thu Jan 07, 2021 4:17 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1464

Re: matrices multiplication

... at all. For example it is not a low-level language and therefore not good for creating components such as drivers. It is not suitable for creating cross-platform executables and it is not even the ideal choice if the code must be as fast as possible. Historically it has been mainly used for scripting ...
by Silvio.Falconi
Tue Oct 13, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1480

Re: hash with (x)harbour - knowledge base

Does xHarbour support hash functions? Both Harbour and xHarbour support all these functions but with slightly different names. hbcompat.ch provides cross translations.  #ifdef __XHARBOUR__       /* Hash item functions */       #xtranslate hb_Hash( [<x,...>] )            => ...
by Otto
Fri May 29, 2020 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 8410

Re: xHarbour and hash functions

Both Harbour and xHarbour support all these functions but with slightly different names. hbcompat.ch provides cross translations. #ifdef __XHARBOUR__   /* Hash item functions */   #xtranslate hb_Hash( [<x,...>] )         ...
by nageswaragunupudi
Fri May 29, 2020 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 9
Views: 1204

Re: Problem with Incremental Search of DbCombo ** Solved

... class (FWH 13.06) instead of the FWH18.10, compile everything and work well. I could not see the new features of DbCombo of FWH18.10, I will cross that bridge at another time. Best regards Lo solucione usando el codigo de la clase DbCombo (FWH 13.06) en lugar de la FWH18.10, compile todo ...
by Blessed
Sat Feb 01, 2020 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Incremental Search of DbCombo
Replies: 1
Views: 509

Re: cross-site scripting

In order to write an < sign in HTML that doesn't start a tag, you write it &lt; Same with > and &gt; If you're writing code to render an attribute in a tag, you can escape a quote with &apos; (single quote) or &quot; (double quote) Just that should be enough Replace those in an...
by Otto
Sat Oct 26, 2019 10:22 am
 
Forum: mod_harbour
Topic: cross-site scripting
Replies: 1
Views: 638

cross-site scripting

... concept to mod harbour starters Andreu, 19:43 to be fair, I think for starting on the web it's far better to focus on things like XSS what is XSS cross-site scripting it's a web security attack that goes like this: on your website, you have an input for the user that will be visible to everyone ...
by Otto
Sat Oct 26, 2019 10:11 am
 
Forum: mod_harbour
Topic: cross-site scripting
Replies: 1
Views: 638

Re: mod_harbour what to install

Hello,
XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and deployment purposes.
Best regards
Otto
by Otto
Wed Aug 07, 2019 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 8664
Next

Return to advanced search

cron