Results 1 to 18 of 18

Thread: Yet more trouble...

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2006
    Posts
    219

    Yet more trouble...

    Ok, so I'm working on my custom made OpenFileDialog seeing as it was my only option to work with directories with the .luaproj extension.

    Here's what it looks like so far:




    However, if I click "Choose File", I will get this error:




    Here is the main code snippet that drives the "Choose File" button:

    Code:
    projFileList = IO.Directory.GetFiles(ListBox1.DataSource + ListBox1.SelectedIndex.ToString + "\")
    And "projFileList" is an array.
    Last edited by Louix; Sep 1st, 2008 at 01:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width