PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Michael Meeks on March 12, 2005, 01:50:41 PM

Title: Custom Text Contol ActiveX
Post by: Michael Meeks on March 12, 2005, 01:50:41 PM
Hi,

I have a custom text control - everything shows up fine - compiles - displays etc.

In VB - you would use:   textControl1.Load "Filename", 30, %Type

In FireFly - how would I do the same thing ?

Thanks in advance.

Mike
Title: Custom Text Contol ActiveX
Post by: Jose Roca on March 12, 2005, 02:13:10 PM
DIM v1 AS VARIANT
DIM v2 AS VARIANT
DIM v3 AS VARIANT

v1 = "Filename"
v2 = 30
v3 = %Type

OBJECT CALL DISPATCH_FORM1_textControl1.Load(v1, v2, v3)
Title: Custom Text Contol ActiveX
Post by: Michael Meeks on March 12, 2005, 02:26:55 PM
Thank You Jose...

Your the Master!  Works like a charm!

Mike
Title: Custom Text Contol ActiveX
Post by: Michael Meeks on March 12, 2005, 04:55:27 PM
Hi,

If anyone is interested...

http://www.sewardak.net/demo/word2pdf.png

Attempted - using PB Only - but FireFly - make's it so much easier!

FYI -  :D  This Control is very spendy!  (professional version only)

$ 716.50 at componentsource.com (where we purchased it)
$ 949.00 at textcontrol.com

The TX-Control: http://www.textcontrol.com/products/activex/

DOC, RTF, TXT, HTML, CSS, XML, PDF.

Build applications that handle all these formats and many more using TX Text Control ActiveX.

Native PDF support (no driver or 3rd party software)
Publish directly to the web (Save as HTML)
One application for most word processing formats

Image export (JPEG, PNG, BMP and WMF)
Export images to a user defined format.

Many more features.

Regards
Mike