PDA

View Full Version : NEED HELP


Unregistered
October 28, 2002, 22:03:41
In visual basic the code to open a richtext format document would be: richtext.fileload

How do you preopen a document with a txtextcontrol. The txtextcontrol.load("Filename.txt") does not work.

I


This message was originally posted by TOM in the old TX Text Control Support Forum.

Unregistered
October 30, 2002, 08:33:43
Tom is is a method, not a function.

Try txtextcontrol.load "Filename.txt"


This message was originally posted by Matt in the old TX Text Control Support Forum.