Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once you've capture this event, you can do what you want with the file list. You may even update the picture's Image property with any of the recognized image files dropped. For your convenience, you can have the picture control automatically update it's image by using the AutoLoadDropFile property.

Example

Code Block
Transfer Param1 to FileCount 
Transfer Param2 to FileList 

Convert "|*" to @FM:@VM in FileList 

// TODO: Process files here.

See Also

AutoLoadDropFileImage