Search found 252 matches

by Maurilio Viana
Fri Nov 03, 2006 2:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Attach Files using MailTo:
Replies: 5
Views: 3217

Re: Attach Files using MailTo:

Pedro,

If you refer to use Windows "mailto:" command it's not possible.

Regards,
Maurilio
by Maurilio Viana
Tue Oct 31, 2006 4:39 pm
Forum: Utilities / Utilidades
Topic: Clase para manejo de blat.exe desde FiveWin. V1.1
Replies: 8
Views: 5927

Puedes dejar alguno ejemplo de como usar la clase y donde puedo bajar blat.exe?

Saludos de Brasil!
Maurilio
by Maurilio Viana
Fri Oct 13, 2006 4:49 pm
Forum: Off Topic / Otros temas
Topic: OT: Visual Basic 6
Replies: 1
Views: 1019

Re: OT: Visual Basic 6

Puedes bajar desde site de Microsoft VB.NET Express Edition que és free.
Creo que programas creados con VB 6 pueden ser compilados con VB.NET EE...

Saludos
Maurilio
by Maurilio Viana
Fri Oct 13, 2006 4:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Where's auto text in gets ???
Replies: 1
Views: 500

Re: Where's auto text in gets ???

Fernando,

I created a TAutoGet class that inherit from TGet. I'll create a self contained sample and post it here monday (I'm not in house for a few days...).
If I forget, please remember me!

Regards
Maurilio
by Maurilio Viana
Mon Oct 09, 2006 12:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert BMP to TIFF
Replies: 2
Views: 685

How to convert BMP to TIFF

Hi!

I need to convert bmp (or jpg) file to tiff file. Does anybody know how do to it?
I'm searching for FWH source code or a little utility based in line command to call with WinExec( ).

Regards!
Maurilio
by Maurilio Viana
Wed Oct 04, 2006 4:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change a no modal dialog to modal after activate
Replies: 5
Views: 1117

James and Antonio,

I'll do some tests.

Thanks a lot!
Maurilio
by Maurilio Viana
Wed Oct 04, 2006 2:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change a no modal dialog to modal after activate
Replies: 5
Views: 1117

James, What I want do is create a black or gray dialog and turn it transparent (it will causa a shadow over my screen) and after I activate my dialog. The effect I want is like when whe click Start / Shutdown where the backgroud turn shadowed. Now I do this sequence: 1. create a non modal dialog (sh...
by Maurilio Viana
Wed Oct 04, 2006 2:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change a no modal dialog to modal after activate
Replies: 5
Views: 1117

Change a no modal dialog to modal after activate

Is possible change a no modal dialog to modal after activate him?

I refer to any like:

(...)
activate dialog oDlg NoWait centered

// do anything

// turn oDlg to modal here!

Regards,
Maurilio
by Maurilio Viana
Fri Sep 29, 2006 12:50 pm
Forum: FiveWin para CA-Clipper
Topic: proteccion contra pirateria de software
Replies: 6
Views: 1919

Thanks!!!!

Regards
Maurilio
by Maurilio Viana
Fri Sep 29, 2006 11:39 am
Forum: FiveWin para CA-Clipper
Topic: proteccion contra pirateria de software
Replies: 6
Views: 1919

Rene, como puede obtener el numero nic de la tarjeta de red?

Saludos de Brasil
Maurilio
by Maurilio Viana
Wed Sep 27, 2006 7:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box
Replies: 8
Views: 1585

Evans,

Thanks for your words.
The only different thing into these my "deffective resource" is a txbrowse control.
Based on what you said I must do in my main program:

TxBrowse():Register()

Is this right?

Regards
Maurilio
by Maurilio Viana
Wed Sep 27, 2006 4:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box
Replies: 8
Views: 1585

Antonio,

I renamed the resource and don't worked :(
If I add or delete a resource into rc file it work fine.
To avoid app exiting I place 'activate dialog' inside a try/end...

Do you have any naming rule that I can follow to avoid this type of error?

Regards,
Maurilio
by Maurilio Viana
Tue Sep 26, 2006 11:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box
Replies: 8
Views: 1585

Antonio,
I'll change the name and do any tests.
Any news I post here.

Thanks!

Maurilio
by Maurilio Viana
Tue Sep 26, 2006 11:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box
Replies: 8
Views: 1585

Antonio, Yes, the resource is inside exe correctly. When I add a dialog to resources it fail, if I add a blank dialog named SEL* (SEL_TEMP, SEL_XXX, etc) it work. In all times when the dialog open OK and when occur Fivewin/3 error I checked and the dialog is inside exe. And I change nothing in code ...
by Maurilio Viana
Mon Sep 25, 2006 1:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box
Replies: 8
Views: 1585

Cannot create dialog box

Hi! I have a lot of pain of "fivewin/3 error" and I stay without it since I used Borland resources in FW/Clipper. But this time I couldn't run :) as follow: I have a strange problem with a modal dialog using TxBrowse control. I included a new dialog in my RC file and a dialog stop to open....