Search found 7741 matches: window

Return to advanced search

Re: Brush

... }, ; { 0.3, CLR_BLACK, CLR_BLACK }, .F. } ) @ 0, 0 BITMAP oImagem FILENAME cImagem ; SIZE 400, 600 OF ; oDlg PIXEL NO BORDER ADJUST ACTIVATE WINDOW oDlg CENTERED ; ON INIT SobreporImagem( oDlg ) Return NIL *------------------------------------------------------------------------------* Function ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 4
Views: 68

Re: error to show pdf on dialog

... + " not found"   endif  https://imagizer.imageshack.com/v2/xq90/924/MVkHPc.png Dear Rao, Yes, but I need to open Max Window can see it not direct look. But I need to open PDF into Resource Dialog. but not open it. not error message. #INCLUDE "FIVEWIN.CH"FUNCTION ...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 6
Views: 575

Re: colorize btnbmp with diagonal

... / END  Regards, saludos. certainly darling, but I wanted it automatically, I didn't want to insert 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, ...
by Silvio.Falconi
Mon Apr 15, 2024 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 234

Re: Compiling error Antonio Nages

Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link Add to your link script: \bcc7\lib\psdk\Uxtheme.lib In the place of \bcc7\. use the installation folder of bcc on your computer. Are you ...
by nageswaragunupudi
Sat Apr 13, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 204

Compiling error Antonio Nages resolved

... -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -IC:\Work\fwh\include -IC:\work\bcc7\Include\windows\sdk\;C:\work\HARBOUR\Include -nC:\Work\errori\TEST_G~1\Obj test.c Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 204

Error Fwh 24.02 con XBROWSE

... tengo una actualización a FWH24.02 y veo que al abrir la ventana el Xbrowse se monta sobre el la barra de botones cosa q no pasaba antes DEFINE WINDOW oWnd FROM 0,0 TO nHeith,nWith PIXEL MDICHILD OF oWind ; TITLE "Mantenimiento de Valorizaciones" ICON oIco NOZOOM NOICONIZE @ 10,10 ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 90

Re: EXCEL CREATE HYPERLINK

... almost always happens. Is it possible to scroll the worksheet so that when I go into a cell that it is positioned in the upper left corner of my window so I can see other rows. To understand it is a master detail relationship between header and rows of bills. Many thanks Marco
by MarcoBoschi
Tue Apr 02, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 701

Error en Listbox.

... [ 1] = N 0 [ 2] = A { ... } Stack Calls =========== Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:RESIZE( 656 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1700 ) Called from: .\source\classes\WBROWSE.PRG => ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 308

Splitter and Resize window

I want that when the end user resizes the oWnd window, the splitter should move to the left when the window is widened the splitter must go to the right and the second explorer must have the dimensions as I have drawn them in the figure below https://i.postimg.cc/k5YdbLdf/kkkkkkkkkk.png ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 239

Re: Window transition event

Thank you, Antonio! I'll try.
by Natter
Fri Mar 15, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: Window transition event

Dear Yuri, Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE for background). ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: Modify the title font of a MdiChild window

... this trick that you posted, using MDI, please. Mi querido amigo Otto, prueba este truco que publicaste usando MDI, por favor.    DEFINE WINDOW oWnd STYLE ( WS_POPUP | 0x00040000L  ) ;      COLOR CLR_BLACK, CLR_MSPURPLE MDI  Gracias, tks. Regards, saludos.
by karinha
Fri Mar 15, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 848

Window transition event

Hi,

Is it possible to intercept the window transition event to the background/foreground ?
by Natter
Fri Mar 15, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: Modify the title font of a MdiChild window

Dear Ari,

Please review samples\skin3.prg
by Antonio Linares
Fri Mar 15, 2024 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 848

Re: Modify the title font of a MdiChild window

Hello Ari, Have you seen this sample? It is for WINDOWS, but maybe you can change it to a dialog as well. Best regards, Otto https://mybergland.com/fwforum/wndtit.png #include "FiveWin.ch"    #define CLR_MSPURPLE RGB( ...
by Otto
Fri Mar 15, 2024 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 848
Next

Return to advanced search