Search found 21 matches: createwindow

Return to advanced search

Re: Windows to small ?

... Next: now Paint will show you Size of Bitmap == "real" SIZE of WINDOW Not correct . The window is created by Windows OS. (API CreateWindow(...)) The window is displayed on the screen and managed by Windows OS. So, the most reliable way of ascertaining the accurate width and ...
by nageswaragunupudi
Sun Jul 31, 2022 3:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 455

Re: Windows to small ?

... we specify outer bounds of the Window. This is the total area occupied by the window on the screen. For this purpose, we can use windows functions CreateWindow(...) or CreateWindowEx(...), either ANSI/WIDE. https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowa https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowexa ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 455

Re: Windows to small ?

... we specify outer bounds of the Window. This is the total area occupied by the window on the screen. For this purpose, we can use windows functions CreateWindow(...) or CreateWindowEx(...), either ANSI/WIDE. https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowa https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createwindowexa ...
by nageswaragunupudi
Fri Jul 29, 2022 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows to small ?
Replies: 7
Views: 455

Re: Funciones C en Harbour

... create this value, use the MAKEINTRESOURCE macro. The control loads an AVI resource from the module specified by the instance handle passed to the CreateWindow function, the Animate_Create macro, or the dialog box creation function that created the control. The AVI file or resource specified by ...
by carlos vargas
Mon Feb 08, 2021 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones C en Harbour
Replies: 19
Views: 1666

Re: galería de imágenes

José Luis, METHOD CreateWindow() CLASS TAlbum creates a non modal WINDOW. Please change there DEFINE WINDOW into DEFINE DIALOG ... also from METHOD Activate() CLASS TAlbum change ACTIVATE WINDOW into ACTIVATE DIALOG Class TWindow implements ...
by Antonio Linares
Fri Jan 15, 2021 5:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: galería de imágenes
Replies: 52
Views: 17035

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20409

Re: Connect to Advantage Database

Hi Antonio , I try to make some test on FLH this morning. After install UBUNTU 14.04 LTS and all the packages needs to compile FLH i've a lot of errors like this: compiling... Harbour 2.1.0rc2 (Rev. 16643) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor01.prg'... Lines 1097, Fu...
by giuliano
Thu Aug 06, 2015 10:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 11199

Concepto del ERP y propuesta para crear un FIVE-ERP

... oCONTENIDOS:CON_ID :=oCONTENIDOS:Incremental("CON_ID ",.F.) ENDIF //Tablas Relacionadas con los Controles del Formulario oCONTENIDOS:CreateWindow() // Presenta la Ventana // Opciones del Formulario // // Campo : CON_ID // Uso : Id del Registro // @ 3.0, 1.0 SAY oCONTENIDOS:oCON_ID ...
by jnavas
Wed Dec 17, 2014 7:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concepto del ERP y propuesta para crear un FIVE-ERP
Replies: 7
Views: 2451

Re: Migrating to Harbour

... oCONTENIDOS:CON_ID :=oCONTENIDOS:Incremental("CON_ID ",.F.) ENDIF //Tablas Relacionadas con los Controles del Formulario oCONTENIDOS:CreateWindow() // Presenta la Ventana // Opciones del Formulario // // Campo : CON_ID // Uso : Id del Registro // @ 3.0, 1.0 SAY oCONTENIDOS:oCON_ID ...
by jnavas
Wed Dec 17, 2014 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44816

Re: "Snap" for Clipper

...  WINDOW.PRG     2962 CREATEPATTERNBRUSH()   (function  in ?)    WINDOW.PRG     2971 CREATETOOLTIP()        (function  in ?)    WINDOW.PRG     3611 CREATEWINDOW()         (function  in ?)    WINDOW.PRG      974   980 CRLF                    WINDOW.PRG     1100  1104  1557  1558  1605  1605  1607 ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6701

Re: Me marca error en la libreria libfive.a

Hola buenas tardes tengo la version Ubuntu 12.04 LTS \n \l ya instale el appt-get benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ cat /etc/issue Ubuntu 12.04 LTS \n \l benjiben@benjiben-Aspire-X3910:~/fivelinux/samples$ sudo apt-get install libgtk2.0-dev Leyendo lista de paquetes... Hecho Creand...
by benjiben143
Sat Jun 16, 2012 7:15 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Me marca error en la libreria libfive.a
Replies: 15
Views: 6127

Error en RPREVIEW

... específicamente la línea DEFINE BUTTONBAR oBar _3D SIZE 26, If( LargeFonts(), 26, 30) OF ::oWnd, la cual en un momento dado realiza un CreateWindow() y ahí se pincha el sistema, ha alguien le sucedió algo similar y me podrá ayudar?
by leondefrancia
Fri Feb 25, 2011 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TPrinter error "cannot create window or control"
Replies: 11
Views: 3006

Re: TPrinter error "cannot create window or control"

... específicamente la línea DEFINE BUTTONBAR oBar _3D SIZE 26, If( LargeFonts(), 26, 30) OF ::oWnd, la cual en un momento dado realiza un CreateWindow() y ahí se pincha. Solo comenté la llamada a ese método para poder seguir avanzando y volver sobre este tema a lo último. Ahora me surge ...
by leondefrancia
Wed Nov 10, 2010 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TPrinter error "cannot create window or control"
Replies: 11
Views: 3006

Re: Se necesita ayuda en el wiki !

... CreateFont() CreateHatchBrush() CreateMenu() CreateOLEObject() CreatePatternBrush() CreatePen() CreatePopUpMenu() CreateSolidBrush() CreateWindow() cResToStr() cStrWord() cTempFile() Ctl3dlook() CtrlDrawFocus() CurDrive() Cursor() CursorArrow() CursorCatch() CursorHand() CursorIbeam() ...
by Cgallegoa
Sat Feb 20, 2010 8:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5504
Next

Return to advanced search