Search found 161 matches

by toninhofwi
Fri Mar 14, 2008 11:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: Richedit enhancement
Replies: 7
Views: 1369

To Antonio: Richedit enhancement

Hi Antonio. Here is a little contribuition to your great richedit class: ---cut--- HB_FUNC( RESETPARABULLET ) { PARAFORMAT pf; memset( ( char * ) &pf, 0, sizeof( pf ) ); pf.cbSize = sizeof( pf ); SendMessage( ( HWND ) hb_parnl( 1 ), EM_GETPARAFORMAT, 0, ( LPARAM ) &pf ); if( ( pf.dwMask &...
by toninhofwi
Mon Mar 10, 2008 8:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Control-Limit for Dialog-Option TRANSPARENT ?
Replies: 2
Views: 697

Hi.

I have this problem too, but not recent. The solution that I found is place a half of controls in a folder and a half in another folder page.

Regards,

Toninho.
by toninhofwi
Sun Feb 10, 2008 3:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hires
Replies: 8
Views: 1875

Silvio wrote:Antonio,
I not understand ...
with this func how now I can show an Hires transparent ?
Silvio,

You can use it instead DrawBitmap() function. But it displays only 32bit bitmaps with transparencies, not png files. Maybe maestro Antonio can optimize it for us :P

Regards,

Toninho.
by toninhofwi
Wed Feb 06, 2008 12:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: to Stefan Haupt RMCHART
Replies: 19
Views: 4082

Hi friends,

Where I can find wrappers for rmchart.dll please? If anyone can send it I thanks: toninho@fwi.com.br


TIA and best regards

Toninho.
by toninhofwi
Sun Feb 03, 2008 6:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hires
Replies: 8
Views: 1875

Me neither, but we will discover it :-) Dear Antonio, Here is the source code that, maybe can help you. With it I can display 32bits bitmaps under windows XP. Best regards, Toninho. ---cut--- typedef int (_stdcall *ALPHABLEND) ( HDC, int, int, int, int, HDC, int, int, int, int, BLENDFUNCTION); stat...
by toninhofwi
Thu Apr 26, 2007 5:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Comparar dos JPG
Replies: 14
Views: 3404

Hi.

If you need to compare two JPG files, try this:

if HB_MD5File(cFile1) == HB_MD5File(cFile2)
? "equal"
endif


Toninho.
by toninhofwi
Thu Dec 14, 2006 4:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create and Email PDF's from FWH
Replies: 24
Views: 10603

Ari wrote:Precisa pagar para usar esta DLL ? ela é Free ?
Ari
Precisa. Mas custa muito barato, somente 60 dólares. Eu comprei aqui:

http://www.utilitywarrior.com/

E paguei com Paypal;

Abraços,

Toninho.
by toninhofwi
Tue Dec 12, 2006 4:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create and Email PDF's from FWH
Replies: 24
Views: 10603

Hi friends,

the code works, and DLL works too, the only that we need is use "Image2PDF StdCall.dll"

Regards,

Toninho.
by toninhofwi
Tue Dec 12, 2006 12:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Create and Email PDF's from FWH
Replies: 24
Views: 10603

George wrote:These are the wrappers that I am using with image2pdf.dll
Hi,

My wrappers are GPFing in FWH + XHarbour. What is wrong ?

The code can be downloaded here:

http://www.fwi.com.br/toninho/tutor01.prg


Thanks for any help.

Toninho.
by toninhofwi
Wed Nov 29, 2006 11:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw in a mimized dialog ?
Replies: 2
Views: 960

Marc Boissinot wrote:Here's a try for mdi child windows inside a mdi frame.
Marc, works fine. Is just that I need, thanks.

Toninho.
by toninhofwi
Tue Nov 28, 2006 9:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw in a mimized dialog ?
Replies: 2
Views: 960

How to draw in a mimized dialog ?

Hi friends.

I need know, what I need to draw on the minimized dialog.

For example: when I click to minimize a dialog in my main window app, a little bar (like a tittle title dialog) appear in my app right ? I need a way to draw a red line on it.

Thanks and best regards,

Toninho.