gettingstarted
[Top] [All Lists]

Re: copyiing LOTS of Methods from one RB program to another

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: copyiing LOTS of Methods from one RB program to another
From: CV <atauqua at hit dot net>
Date: Sat, 30 Oct 2004 09:18:28 -0500
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <003b01c4be81$529f5990$6401a8c0 at travergateway>

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>

<Prev in Thread] Current Thread [Next in Thread>