Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 1 of 1
  1. #1
    Join Date
    Apr 2006
    Posts
    7

    Please help me...

    Hi...
    I create a listbox that search a folder for *.jpg.I want to open picture in my project when i chose one from list box.

    --This is my codes

    LB = "ListBox1";
    tSelected = ListBox.GetSelected(LB);
    if tSelected then

    sFolderToOpen = ListBox.GetItemData(LB, tSelected[1]);
    tFiles = File.Find(sFolderToOpen, "1.JPG", false, false, nil);

    -- I dont khnow what i must put in ?
    Image.Load("Image1", ? );



    Please help me
    Attached Files

Posting Permissions

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