Search found 1139 matches: win32

Return to advanced search

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Muchas gracias estimado Antonio No la pude crear :( Pero la encontré en éste link que posteaste https://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_bcc_2020_10_19.zip Con éste .PRG #include "hbssl.ch"Function main()Local nError/*     ...
by acuellar
Tue May 30, 2023 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5424

Re: ITaskbarList3 Interface for PROGRESS Bar

... 2 ), hb_parnl( 3 ), hb_parnl( 4 ) ) ); }#pragma ENDDUMP https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-itaskbarlist3
by Antonio Linares
Sat May 27, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 342

Re: SSE example

... This seems to be a javascript problem. What about your execution environment? PHP ? Apache ? Browser? my environment is: Apache/2.4.52 (Win32) OpenSSL/1.1.1m PHP/7.4.27 Chrome 113.0.5672.127
by ssbbs
Fri May 26, 2023 6:58 am
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 5078

Re: Compilar o core.prg UHttpd

... 3.3.0 Copyright (c) 1991-2014 Embarcadero Technologies, Inc. hbmk2: Created import library: ..\lib\win\bcc\libcrypto-3.lib <= c:\OpenSSL-Win32\bin\libcrypto-3.dll Embarcadero Implib Version 3.3.0 Copyright (c) 1991-2014 Embarcadero Technologies, Inc. hbmk2: Created import library: ..\lib\win\bcc\libssl-3.lib ...
by Antonio Linares
Mon May 01, 2023 10:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 606

Re: Compilar o core.prg UHttpd

... Borland, there are two ways: 1. go to c:\harbour\contrib\hbssl and create this go.bat file: set path=c:\bcc7\binset HB_WITH_OPENSSL=c:\OpenSSL-Win32\includeset HB_STATIC_OPENSSL=yes       c:\harbour\bin\win\bcc\hbmk2 hbssl.hbp -cflag+=-w- 2. Another way is to edit c:\harbour\contrib\hbpre.hbm ...
by Antonio Linares
Mon May 01, 2023 9:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar o core.prg UHttpd
Replies: 6
Views: 606

Re: Compilacion de ejemplo com TDolphin.lib + vc2022

... este achivo en los fuentes de TDolphin Setenvh.bat @CALL CLEANENV.BAT echo on set path=c:\vc2022\bin32;c:\harbour_msvc\bin set lib=c:\vc2022\lib\win32 set include=c:\vc2022\include SET PRG_COMPILER=HARBOUR SET PRG_COMP_PATH=c:\Harbour_msvc SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib\win\msvc ...
by Compuin
Tue Apr 18, 2023 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilacion de ejemplo com TDolphin.lib + vc2022
Replies: 12
Views: 898

use Passwort.Manager for own App ?

hi,

is it possible to use a Password-Manager, like KeePassXC, for own (local) Fivewin App :?:

i know KeePassXC search in HTML for "type" and Attribut "password" but how in (lokal) Win32 App :idea:
by Jimmy
Mon Apr 17, 2023 6:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Passwort.Manager for own App ?
Replies: 3
Views: 468

Re: Change of control owner

Dear Yuri,

When you create the TButton you use .. OF <TPanelObject>

Another way is to use Windows API function SetParent()
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setparent
by Antonio Linares
Fri Apr 14, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change of control owner
Replies: 1
Views: 149

Re: Can I get object from handle?

hi, when have only 1 x Control you can use FindWindowEx() "inside" FindWindow() https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-findwindowexa https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-findwindowexw 3rd Parameter ...
by Jimmy
Fri Apr 14, 2023 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1487

Re: VS2022 Portable x32 x64

... oldinclude=%include% set oldlib=%lib% set oldlibpath=%libpath% @set current_dir=%cd% set path=c:\vc2022\bin32;c:\harbour\bin set lib=c:\vc2022\lib\win32 set include=c:\vc2022\include rem if exist "%ProgramFiles%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" call "%ProgramFiles%\Microsoft ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 7092

Re: Sending HTML using MAIL

Dear Tim, Microsoft docs about lpszMessageType is not very clear: 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 ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 790

Re: change ChooseColor() Background Color

... but i don´t "see" how i can "paint it black" that was what i ask ChatPGT and Answer was If you are using the Win32 API to display these dialogs, you may be able to change the background color of the parent window before displaying the dialog box. Here is some ...
by Jimmy
Wed Apr 05, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 293

change ChooseColor() Background Color

hi, i have ask ChatGPT how to color ChooseColor() If you are using the Win32 API to display these dialogs, you may be able to change the background color of the parent window before displaying the dialog box. Here is some sample code: // create the CHOOSECOLOR ...
by Jimmy
Wed Apr 05, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 293

Re: Como se usa CHILKAT

... https://www.xbaseforum.de/viewtopic.php?p=121851#p121851 also look at MSDN https://learn.microsoft.com/de-de/windows/win32/sbscs/assembly-manifests?redirectedfrom=MSDN
by Jimmy
Mon Apr 03, 2023 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se usa CHILKAT
Replies: 9
Views: 1159

Re: Concept of REDEFINE for Dummy

... does only work with FINDTEXT() as it return a Handle   hdlg = FindText(&fr); https://learn.microsoft.com/de-de/windows/win32/dlgbox/using-common-dialog-boxes?redirectedfrom=MSDN other like   if (ChooseColor(&cc)==TRUE)    if (ChooseFont(&cf)==TRUE)  ...
by Jimmy
Mon Apr 03, 2023 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 910
PreviousNext

Return to advanced search