On Oct 30, 2004, at 8:06 AM, B Traver wrote:
The second question is similar: If that can't be done, what IS the
easiest way to get a lot of Methods from one RB program to another?
(It's a real pain to load one program into the RB IDE, copy a Method,
load in the other RB program, paste the Method, load in the first RB
program, copy a Method, load in the second RB program, paste the
Method,
etc., etc.).
A somewhat easier way is to drag all of the methods from the first
project into a desktop folder. They arrive as text files. Then open the
second project, create a method in the dialog and drag it's text file
from the desktop into the code editor. You will have to delete the
declaration and End Sub.
HTH,
Jack
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|