Search found 4470 matches

by Otto
Fri Jul 28, 2006 2:03 pm
Forum: FiveWin for CA-Clipper
Topic: VISTA BETA 2- ShowWindow
Replies: 12
Views: 4502

BringWindowToTop(hWnd)

does not resolve the problem.

Regards
Otto
by Otto
Fri Jul 28, 2006 9:23 am
Forum: FiveWin for CA-Clipper
Topic: VISTA BETA 2- ShowWindow
Replies: 12
Views: 4502

If the programm is allready runnig to bring it in the foreground.
by Otto
Fri Jul 28, 2006 9:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetWindow/GetModuleFileName
Replies: 3
Views: 836

Do you have a list of all the function I have to change.
Thanks in advance
Otto
by Otto
Fri Jul 28, 2006 8:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetWindow/GetModuleFileName
Replies: 3
Views: 836

GetWindow/GetModuleFileName

Tested with XP. This code works here with FW but not with FWH. FHW: msginfo(cTask) has always the same value. Regards Otto #INCLUDE "BOX.CH" #INCLUDE "FILEIO.CH" #INCLUDE "FIVEWIN.CH" #INCLUDE "FOLDER.CH" #INCLUDE "INKEY.CH" #INCLUDE "REPORT.CH&...
by Otto
Thu Jul 27, 2006 8:16 pm
Forum: FiveWin for CA-Clipper
Topic: VISTA BETA 2- ShowWindow
Replies: 12
Views: 4502

by Otto
Thu Jul 27, 2006 8:15 pm
Forum: FiveWin for CA-Clipper
Topic: SETFOREGRO
Replies: 6
Views: 1797

by Otto
Thu Jul 27, 2006 6:23 pm
Forum: FiveWin for CA-Clipper
Topic: SETFOREGRO
Replies: 6
Views: 1797

Thank you Enrico,
sure you are right - but no one would to believe us.

Regards
Otto
by Otto
Thu Jul 27, 2006 6:20 pm
Forum: FiveWin for CA-Clipper
Topic: VISTA BETA 2- ShowWindow
Replies: 12
Views: 4502

Here is my code. Regards Otto func ziRechnung LOCAL cHSTIni := ".\INI\WINHOTEL.INI" LOCAL WIN_HOT_VER := "" LOCAL nPos := "" LOCAL hWnd := GetWindow( GetActiveWindow(), GHW_HWNDFIRST ) LOCAL cTask :="" LOCAL ktowahlaufruf := 0 local cTest :="" *-----...
by Otto
Thu Jul 27, 2006 6:44 am
Forum: FiveWin for CA-Clipper
Topic: SETFOREGRO
Replies: 6
Views: 1797

Thank you.
ShowWindow(hWnd,9)
setFocus(hWnd)
SETFOREGRO(hWnd)
This works fine but not with VISTA.
If the WINDOW is MINIMIZED ShowWindow(hWnd,9) does not work.
Regards
Otto
by Otto
Wed Jul 26, 2006 6:07 pm
Forum: FiveWin for CA-Clipper
Topic: VISTA BETA 2- ShowWindow
Replies: 12
Views: 4502

VISTA BETA 2- ShowWindow

SW_SHOWMAXIMIZED = 3

ShowWindow(hWnd,3)

System hangs.


SW_RESTORE = 9
Works.


Regards
Otto
by Otto
Wed Jul 26, 2006 5:32 pm
Forum: FiveWin for CA-Clipper
Topic: SETFOREGRO
Replies: 6
Views: 1797

SETFOREGRO

Link error.
Which lib do I have to use?

Thanks in advance
Otto
by Otto
Thu Jul 20, 2006 6:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Link?
Replies: 3
Views: 1050

How to Link?

If you have an obj-file with many functions in it which you link to a program does the compiler link only used functions or do you have an overhead if you have unused functins in the obj?

Thanks in advance
Otto
by Otto
Sun Jul 09, 2006 5:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Office 2007 menu
Replies: 39
Views: 15764

Hello Antonio, thank you for your help. Although you have shown me the way how to address RibbonBar-ocx I am not able to implement RibbonBar on my own. At the moment this does not matter. In the meantime till FW implements an own RibbonBar I will use the time for making the layout for my WINHOTEL ve...
by Otto
Sun Jul 09, 2006 5:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Starting with FWH
Replies: 11
Views: 3611

Hello Antonio, thank you for your help. But at the moment I can't be bothered to go ahead with the fresh installation. I have FWH working on my develop machine. Only sometimes buildx.bat doesn’t what I want. Most times xBuildW.exe helps out. I only thought to try out a fresh installation from a FW-m...
by Otto
Sun Jul 09, 2006 2:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Starting with FWH
Replies: 11
Views: 3611

Now I changed the installation guide 6) Install Borland C++ 5.5 Select c:\bcc55 as target. There are new errors: Unable to open include file ... Regards Otto ************************ 1) download the all the files from the FTDN 2) copy all the files to a directory (FW_CD) and unpack setup.zip start s...