Search found 2656 matches: write

Return to advanced search

Re: colorize btnbmp with diagonal

... the width and height of each button, if in a window I have 80 buttons all with different sizes, how many lines of source do you think I should write? ciertamente cariño, pero lo quería automáticamente, no quería insertar el ancho y alto de cada botón, si en una ventana tengo 80 botones todos ...
by Silvio.Falconi
Mon Apr 15, 2024 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 218

Re: Problem with valid email refresh btnbmp

Yo uso xHarbour. No conozco el comando equivalente en Harbour. Write whatever you want. The important thing is that my example works and yours doesn't. Compile with xHarbour. Be professional. If you understand my logic, you will be able to do it your way. ...
by karinha
Fri Apr 05, 2024 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2278

Re: Problem with valid email refresh btnbmp

Karinha for one btnbmp I must write all this ? you're a joke then Progetto: karinha, Ambiente: bcc7Harbor: [1]:Harbour.Exe karinha.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\BTNBMP~1\I18n\Main.hil ...
by Silvio.Falconi
Fri Apr 05, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2278

Talking to your apps

This simple code lets you talk to your apps instead of having to write! :-) Please test it, I do appreciate your feedback. I think this may be very interesting for our apps! listen.prg #include "FiveWin.ch"function Main()   local ...
by Antonio Linares
Fri Mar 29, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3832

Re: XP and FWH2402+bcc7.70

Enrico Maria Giordano wrote:Ramesh, did you receive my email? If not, please write to my private email.

Hi Enrico,

Thank you Very much. I have received it and replied to your mail.

-Ramesh Babu
by RAMESHBABU
Thu Mar 28, 2024 2:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2252

Re: XP and FWH2402+bcc7.70

Ramesh, did you receive my email? If not, please write to my private email.
by Enrico Maria Giordano
Tue Mar 26, 2024 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XP and FWH2402+bcc7.70
Replies: 11
Views: 2252

Re: TITLE CLASS BUG with oDLg TRansparent

... hace los ejemplos, es un amigo que me está enseñando a usar TTILE. Yo también estoy aprendiendo. Regards, saludos. I can't calm down when you write these heresies to me, you have to use the colors as I sent them to you both for the dialog and for the ttitle class, and the ttitle class must ...
by Silvio.Falconi
Sun Mar 17, 2024 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1632

Re: Data exchange between PC and Android device on the same loca

A FIVEWIN desktop program on the server does the hard work. This FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769

Re: Pragmatic Concept: A Practical Approach to Everyday Challeng

... PHP, to call mod harbour. Here you see how to use from Fivewin: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44240&start=0 To write these documentations, I use a mod harbour web application. https://mybergland.com/fwforum/docuwriter.gif Best regards, Otto
by Otto
Sat Feb 17, 2024 11:38 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 144

RC to PRG generator

many times when we are done designing a dialog box, it is tedious to write the code for each control using REDEFINE ... Here you have an utility that automatically writes the code for you: (work in progress, we do appreciate your feedback) #include "FiveWin.ch"static ...
by Antonio Linares
Sun Feb 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1180

Using Bing Copilot to write RC files from an image

https://github.com/FiveTechSoft/screenshots/blob/master/copilot_rc_generation.png?raw=true #include <windows.h>IDD_FORM1 DIALOGEX 0, 0, 300, 200STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "Form1"FONT 8, "MS Sans Serif"BEGIN ...
by Antonio Linares
Sun Feb 11, 2024 12:53 pm
 
Forum: Utilities / Utilidades
Topic: Using Bing Copilot to write RC files from an image
Replies: 0
Views: 177

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Why would I re-write a very complex program with over 100,000 lines of code, to use on a network , when it works perfectly on one now, is rock solid, incredibly fast, and completely satisfies my clients? How would they benefit? If ...
by TimStone
Sat Feb 10, 2024 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 792

USB reading/writing as Com port

I spend the every looking and testing samples to read the USB port from FW I did not succeed. I can read/write arduino serial data from the Node-Red application from USB port 5. So it is possible to collect data from a Arduino true a USB port. How to read this data from it ...
by Marc Venken
Wed Feb 07, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 220

tinyAstrology another AI training model example

... In this example we have created the dataset using chatgpt: 1. You ask chatgpt "tell me small questions and answers related to this topic and write the answer in json format" 2. You tell chatgpt to do it again without including previous responses Once we have the dataset then we train ...
by Antonio Linares
Fri Feb 02, 2024 10:57 am
 
Forum: Artificial Intelligence examples
Topic: tinyAstrology another AI training model example
Replies: 0
Views: 145

Re: link between PRG and RC

thank you very much ... so i just write NACHFASSEN DIALOG and make everything slimmer -> less words for less memory usage... :D just kidding ... but less words for cleanliness and readability is very useful for me... learning a new language ...
by Ruth
Tue Jan 30, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1651
Next

Return to advanced search