Enrico,
As always you been a great help, thanks.
Search found 11 matches
- Tue May 02, 2006 9:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: height of taskbar
- Replies: 11
- Views: 3333
- Fri Apr 28, 2006 5:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: height of taskbar
- Replies: 11
- Views: 3333
- Wed Apr 26, 2006 6:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: height of taskbar
- Replies: 11
- Views: 3333
height of taskbar
Can I use getsysmetrics() to retrive the height of the windows taskbar?
- Wed Dec 21, 2005 4:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
- Replies: 17
- Views: 5959
Re: Compile trouble
Johnny: The code i summited was just a direct extract, you need to modify it for your own usage. Append following C code to your xFWH\..\Tget.prg, for calling lBig5_1st( cString, nPos ) and lBig5_2nd( cString, nPos ) from PRG. p.s. GB2312-1980 with simpler range : 1st byte range: A1-F7, 2nd byte ra...
- Mon Dec 19, 2005 8:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
- Replies: 17
- Views: 5959
Richard, We are going to try to install here a Chinese Windows, but we even don't know how to type a two keystrokes character. Could you explain it ? thanks. May be it would be easier just to cut and paste the Chinese words from a text file. I don't think you want to install Chinese Windows because...
- Mon Dec 19, 2005 8:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
- Replies: 17
- Views: 5959
// for ChineseBig5 1st(high_order) Chr( 161 - 254 ), 2nd(Low_order) Chr( 64 - 126, 161 - 254 ) BOOL ulBig5_2nd( unsigned char * aStr, int nPos, int nLen ) { int nn ; unsigned int nAsc1 ; unsigned int nAsc2 ; if( nLen < nPos ) return FALSE ; else if( nPos == 1 ) return FALSE ; else if( nPos == 2 ) {...
- Fri Dec 16, 2005 4:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
- Replies: 17
- Views: 5959
- Thu Dec 15, 2005 4:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
- Replies: 17
- Views: 5959
- Wed Dec 14, 2005 9:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
- Replies: 17
- Views: 5959
- Thu Nov 24, 2005 8:59 am
- Forum: Bugs report & fixes / Informe de errores y arreglos
- Topic: Preview error (fixed)
- Replies: 7
- Views: 3897
- Thu Nov 24, 2005 4:19 am
- Forum: Bugs report & fixes / Informe de errores y arreglos
- Topic: Preview error (fixed)
- Replies: 7
- Views: 3897
Preview error (fixed)
The latest preview do not work correctly on some page size. The problem is on startup the page are hidden one have to press the zoom/unzoom button to display it.
I am using 21.15 x 14.00
::oPrn:setsize(2150,1400)
I am using 21.15 x 14.00
::oPrn:setsize(2150,1400)