Search found 16 matches

by yam_hiong
Mon Mar 12, 2007 8:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: close EXCEL.EXE
Replies: 10
Views: 3029

Me too. :) try this: SetActiveWindow(hWnd) [code] [quote="areang"]Hi ! Enrico. Clipper is my language when I was Born Thank's Enrico for some help for me. You are the good guy in the world :shock: How to focus my window application [code] IF GETWINDOWTEXT( hWnd ) = "My Application&quo...
by yam_hiong
Fri Mar 02, 2007 5:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: How prevent running an application twice ?
Replies: 6
Views: 1773

I'm using this code because sometimes HB_ARGV(0) acts weird on some computers, ie. slow start, my app can run twice, etc. IF IsExeRunning(cFileName(GetModuleFileName(GetInstance()))) //cFileName(HB_ARGV(0)) msgalert("Program already running!"+CRLF+"This program cannot be started more ...
by yam_hiong
Tue Dec 12, 2006 2:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a shortcut of a program on desktop with FWH
Replies: 5
Views: 1739

Dear Rameshbabu,

never mind, i found the answer:
http://www.fivetechsoft.com/forums/view ... p+shortcut
by yam_hiong
Tue Dec 12, 2006 2:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a shortcut of a program on desktop with FWH
Replies: 5
Views: 1739

Dear Rameshbabu,

Do you have solutions for your question?

I face same problem too. Any advice?

Hiong
by yam_hiong
Fri Dec 08, 2006 1:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE objects and properties
Replies: 3
Views: 1123

Dear Antonio, Enrico

Thanks.
Hiong
by yam_hiong
Thu Dec 07, 2006 8:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE objects and properties
Replies: 3
Views: 1123

OLE objects and properties

Dear All,

where i can find list of OLE objects/properties.

eg:EXCEL OLE properties? (:Value :Border :Format).....

Thanks
Hiong
by yam_hiong
Sat Oct 21, 2006 1:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Font in Folders
Replies: 6
Views: 1508

Dear Pedro, 1. Try to create simple dialog on other prg and see if this happen too. 2. Do you try to run this app on other computer? my point is, you should find out where the problem located, is it on your prg or your computer os. If the problem on your prg, then find out if you have modified any c...
by yam_hiong
Fri Oct 20, 2006 2:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Font in Folders
Replies: 6
Views: 1508

Hi Pedro,

It is possible that your display settings has been changed?
for example, your font settings changed to 120% on display properties?
could you provide screen capture of your problem?

Regards,
Hiong
by yam_hiong
Fri Oct 20, 2006 1:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Font in Folders
Replies: 6
Views: 1508

Pedro,

Is it only happened in one dialog or all dialog?
Did you change GetSysFont()?
by yam_hiong
Fri Oct 20, 2006 8:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: 32 bit toolbar on dialog
Replies: 4
Views: 1362

Dear Enrico,

can i move last button to the right side of toolbar?

thanks
by yam_hiong
Fri Oct 20, 2006 7:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: 32 bit toolbar on dialog
Replies: 4
Views: 1362

Dear Enrico,

Thanks. Its works. :P

Hiong
by yam_hiong
Fri Oct 20, 2006 3:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: 32 bit toolbar on dialog
Replies: 4
Views: 1362

32 bit toolbar on dialog

Dear All,

how to put 32bit toolbar on dialog?
reviewed toolbar1.prg but not luck.

thanks.
by yam_hiong
Wed Feb 22, 2006 2:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Create Excel Spreadsheet from FWH
Replies: 11
Views: 2855

Dear Milan,

could you please send your prg to yam_hiong@yahoo.com.sg also?
thanks.

regards,
hiong
by yam_hiong
Fri Feb 10, 2006 4:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Placing cursor in a get
Replies: 3
Views: 978

oGet:bGotFocus := {||oGet:SetSel(0,0),__keyboard(CHR(VK_END)+CHR(VK_LEFT))}
by yam_hiong
Sat Nov 19, 2005 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp: caption position
Replies: 12
Views: 4355

AFAIK, ButtonBMP available for 32bits only since its support themes in WinXP.
CMIIW.

hiong