Custom Text Contol ActiveX

Started by Michael Meeks, March 12, 2005, 01:50:41 PM

Previous topic - Next topic

Michael Meeks

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

Jose Roca

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)

Michael Meeks

Thank You Jose...

Your the Master!  Works like a charm!

Mike

Michael Meeks

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