Search found 256 matches: sysmenu

Return to advanced search

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1656

Re: TITLE CLASS BUG with oDLg TRansparent

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1656

Re: TITLE CLASS BUG with oDLg TRansparent

What about? If you like it, I'll post the code. ¿Que tal? Si te gusta, publicaré el código. https://imgur.com/vZ67LOJ https://i.imgur.com/vZ67LOJ.png I LOVE FIVEWIN!! hahahahahaha, Regards, saludos. You still haven't understood anything!!!! and you insist on taking the piss ...
by Silvio.Falconi
Sun Mar 17, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1656

TITLE CLASS BUG with oDLg TRansparent - RESOLVED-

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @...
by Silvio.Falconi
Fri Mar 15, 2024 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 1656

Shell.Explorer.2 problem

All, I've been using the following code for years to access a website for credit card processing. This function displays a window and allows the user to enter credit card information to process a credit card and then returns the result. Now, all of a sudden when this function is called, I get "...
by Randal
Mon Jun 26, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Re: DIALOG NOCAPTION no funciona con XIMAGE

// RESOURCE SCRIPT generated by "Pelles C for Windows, version 8.00". #include <windows.h> #include <commctrl.h> #include <richedit.h> LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL PACIENTE_FICHA DIALOG DISCARDABLE 119, 121, 559, 410 STYLE WS_CHILD|DS_3DLOOK|WS_SYSMENU|WS_VISIBLE...
by Willi Quintana
Wed Oct 12, 2022 1:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG NOCAPTION no funciona con XIMAGE
Replies: 17
Views: 1540

Re: Resizing the window

Is it possible to make a TWindow without caption and sysmenu (WS_POPUP) and a frame so that it can be stretched with the mouse ?
by Natter
Tue Jun 14, 2022 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing the window
Replies: 6
Views: 485

Resizing the window

Hi,

There is a window (TWindow) in the style (WS_BORDER, WS_MINIMIZEBOX, WS_SYSMENU), I need to prohibit moving the window borders with the mouse (resizing the window). How to do it ?
by Natter
Sat Jun 11, 2022 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing the window
Replies: 6
Views: 485

Re: Mostrar password que se esta digitando (al presionar click)

Saludos Karinha aqui la linea de programa : cPass:=space(10) REDEFINE GET oPass VAR cPass ID 120 OF oDlg PICTURE "@X" VALID chkvalpas(cPass) ACTION ( oPass:lPassword := !oPass:lPassword, oPass:Refresh() ) aqui el dialogo del recurso : CVINGPAS DIALOG FIXED IMPURE 101, 36, 298, 79 STYLE WS_...
by Enrrique Vertiz
Tue Jul 20, 2021 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar password que se esta digitando (al presionar click)
Replies: 25
Views: 2023

Re: We Need a FiveWin Resource Editor

I would also prefer a FW solution, but the editor is not ready sofar. Maybe a other idea... Just thinking ... RC code looks like this : omzetdlg DIALOG 6, 19, 797, 426 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Superteksten" FONT 8, "Arial" { DEFPUSHBUTTON ...
by Marc Venken
Mon Jul 19, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: We Need a FiveWin Resource Editor
Replies: 3
Views: 573

Re: Limitar el Resize de Ventana MDI

Juan, jugando con SysMenu en MDI y MDICHILD: #include "FiveWin.ch"Function Mains()LOCAL ownd, oMenuMENU oMenu     MENUITEM "1. No Minimize" ACTION Window2( oWnd , 1)     MENUITEM "2. No Maximize" ...
by Cgallegoa
Tue Sep 29, 2020 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Limitar el Resize de Ventana MDI
Replies: 8
Views: 957

Re: Valores de dialogos en recursos y en codigo

Mas pequeños o mas grandes Quedan grandes, en algunos casos cubre completamente la pantalla. Te pongo un ejemplo de uno que estoy tratando de usar en mi codigo .prg CLIENT DIALOG DISCARDABLE 138, 96, 504, 339 STYLE WS_POPUP|DS_MODALFRAME|DS_3DLOOK|WS_CAPTION|WS_SYSMENU CAPTION "Nuevo Clientes&...
by Compuin
Wed Nov 27, 2019 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Valores de dialogos en recursos y en codigo
Replies: 10
Views: 960

Re: @Uwe Install program for mod harbour

... and colors. ( I couldn't find something useful about the colors ) As well there will be something of the new meter-controls included. I Added a sysmenu ( the design-button will be removed inside the customer-release ) There is still space next to the harbour-image for a progress-wheel This is ...
by ukoenig
Sun Sep 29, 2019 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3707

Re: MOVER OBJETOS EN TIEMPO DE EJECUCION

cNavarro Saludos. Mi aplicacion es Open Source, el usuario pude reubicar los controles, asignar tamaño, colores y fuentes. 1. En el sysmenu cree la opcion Activar modo diseño. Todos los controles les activo oControl:lDesign:=.T. 2. Si es MDI el usuario puede arrastrarlos con el mouse. 3. ...
by Compuin
Thu May 30, 2019 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MOVER OBJETOS EN TIEMPO DE EJECUCION
Replies: 11
Views: 1931

Re: ¿ La variable de REDEFINE GET cambia su tamaño ?

Waldemar, El contenido de RESOURCE "INGBEN" es que quisiera ver, gracias Disculpa Antonio no sabía pasar de res a rc paro ahora sí, aquí esta el código: INGBEN DIALOG DISCARDABLE 74, 71, 302, 65 STYLE WS_POPUP|DS_MODALFRAME|WS_CAPTION|WS_SYSMENU CAPTION "Ingresar Beneficio" FONT...
by wyerco613
Sun May 19, 2019 10:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿ La variable de REDEFINE GET cambia su tamaño ?
Replies: 9
Views: 1153
Next

Return to advanced search