Search found 40 matches: bringwindowtotop

Return to advanced search

Re: Bring Dialog to Top on System Tray App

Byron Hopp, I would like to bring the dialog to the front of the desktop. I have tried oDlg:GoTop() Tried BringWindowToTop( oDlg:hWnd ) oDlg:SetFocus() ACTIVATE DIALOG oDlg CENTERED ; ON INIT SETWINDOWPOS( oDlg:hWnd, -1, 0, 0, 0, 0, 3 ) A possible usage : I added a switch to ...
by ukoenig
Wed Jan 29, 2020 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bring Dialog to Top on System Tray App
Replies: 1
Views: 572

Bring Dialog to Top on System Tray App

I have a system tray app, and I would like to bring the dialog to the front of the desktop.

I have tried oDlg:GoTop()
Tried BringWindowToTop( oDlg:hWnd )
oDlg:SetFocus()

None seem to work. Any ideas...

Byron ...
by byron.hopp
Tue Jan 28, 2020 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bring Dialog to Top on System Tray App
Replies: 1
Views: 572

SendToBack

Hello,
is the a equivalent function to BringWindowToTop()
for SendToBack().
Thank you and best regards
Otto
by Otto
Wed Jan 09, 2019 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SendToBack
Replies: 3
Views: 627

Re: crop an Image

... : 1. selecting a area of a image 2. selecting a area / detail of a dialog or windows. With the second solution I noticed a problem with using BringWindowToTop( oCSay:hWnd ) to show the DESIGN box on top of all other controls. http://www.pflegeplus.com/IMAGES/OnTop1.jpg Drawing ...
by ukoenig
Mon Oct 30, 2017 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: crop an Image
Replies: 28
Views: 4234

Re: A problem with < BringWindowToTop >

Antonio, I only added some controls ( browser, say and get )to the original sample FWH\samples\design.prg The only control that stays on top in DESIGN-mode is the listbox ( but only getting the focus ). Loosing the focus, it is covered as well. http://www.pflegeplus.com/IMAGES/Design1...
by ukoenig
Tue Oct 24, 2017 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with < BringWindowToTop >
Replies: 2
Views: 1013

Re: A problem with < BringWindowToTop >

Uwe,

Your code is quite similar to FWH\samples\design.prg and design.prg does it right...

I have been testing your example and can't understand why BringWindowToTop() is not working there
by Antonio Linares
Tue Oct 24, 2017 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with < BringWindowToTop >
Replies: 2
Views: 1013

A problem with < BringWindowToTop >

Hello, To define a area, I want to keep the SAY visible on top in DESIGN-mode but < BringWindowToTop > doesn't help. Moving the SAY, it is shown behind all other objects. http://www.pflegeplus.com/IMAGES/Cropped8.jpg I can crop anything from the ...
by ukoenig
Mon Oct 23, 2017 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with < BringWindowToTop >
Replies: 2
Views: 1013

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: 6329

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: 20227

Re: Abrir EXCEL

Funcionó perfecto!!
Mil gracias.

LORENZO.

PD.: Para aquellos que tengan curiosidad, solo tuve que añadir al final de mi código lo siguiente:

hWnd:=oExcel:hWnd
ShowWindow(hWnd, 3) //SW_MAXIMIZE=3 SW_NORMAL=1 SW_MINIMIZE=6
BringWindowToTop(hWnd)

... y listo!!
by Loren
Thu Jun 02, 2016 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir EXCEL
Replies: 3
Views: 726

Re: OLE Excel

try this:

BringWindowToTop( FindWindow( 0, "Microsoft Excel - Book1" ) )

Replace Book1 with the name of the document
by Jeff Barnes
Tue Apr 29, 2014 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE Excel
Replies: 4
Views: 1039

Re: "Snap" for Clipper

...  432   778   778 BRESIZED                WINDOW.PRG      426   489  1210  2666  2667 BRIGHT                  WINDOW.PRG      492  1212  1310  1311 BRINGWINDOWTOTOP()     (function  in ?)    WINDOW.PRG      633 BRWCLASSES()           (function  in WINDOW.PRG)    WINDOW.PRG     4160! BSELECTALL   ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6697

Re: rpreview excel fwh1308

nageswaragunupudi

local cSubTot := "=SUBTOTAL(9;" // thanks

suggestion:
local hWnd
...
..
oExcel:Visible := .t.

hWnd:=oExcel:hWnd
ShowWindow(hWnd, 3)
BringWindowToTop(hWnd)


calls excel to foreground
by Sistem
Wed Oct 02, 2013 10:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: rpreview excel fwh1308
Replies: 12
Views: 4013
Next

Return to advanced search