Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2007
    Posts
    15

    Hown to Ad Search and Open ? ? ? ?

    Hello



    add input+search bouton for find file in project folder and open it directly


    Thank you ..

  2. #2
    Join Date
    Sep 2007
    Posts
    15
    i need solution please

  3. #3
    Join Date
    Aug 2003
    Posts
    2,427
    You could let the user search directly rather than using an input and having to guess what's there -

    Code:
    result = Dialog.FileBrowse(true, "Locate File", _SourceFolder, "All Files (*.*)|*.*|", "", "", false, false);
    File.Open(result[1], "", SW_SHOWNORMAL);

Similar Threads

  1. File Search
    By John Fletcher in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 08-19-2007, 08:43 PM
  2. Return String not including search term
    By threaded in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 08-14-2005, 10:31 AM
  3. Using Windows Search
    By futchdl in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 07-14-2005, 10:24 AM
  4. Simple web search?
    By nerrad in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 11-06-2004, 09:00 AM
  5. File Search
    By Nvision in forum AutoPlay Menu Studio 3.0
    Replies: 6
    Last Post: 12-10-2001, 10:49 AM

Posting Permissions

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