On Sep 4, 2006, at 9:06 AM, Mark Nutter wrote:



--- Robert Poland <[EMAIL PROTECTED]> wrote:

When I ty Run I get an error "There is no class with this name

MyDocWindow"

What am I missing?

The name "MyDocWindow" was just an example.  You need to use the
name of your window (not the title, but the name that appears in
the Name property at the top of the Properties pane). If you have
not renamed your window, that name will probably be "Window1" or
something similar. Use that name instead of "MyDocWindow".


Mark Nutter

Got past this now I am battling the task of getting the name of the dropped file. Here's where I'm at now;

  // OpenMyDoc()

  // Dim f As FolderItem
  Dim w As TextWindow
  Dim x As Boolean
  Dim c As String=""

  TextWindow.AcceptFileDrop ("text;rtf")
  c=DragItem.Name
.............

Robert Poland
[EMAIL PROTECTED]



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to