In the example below I am dropping multiple files on a ListView using _GUICtrlListView_Create() but for some reason even though the function WM_DROPFILES responds in the Console, it doesn't add the files to the ListView. But when using the in-built GUICtrlCreateListView, it works as it should. Normally when adding single files I use something like the Melba23 example. Because I like to use the ListView UDF I am hoping there is a work around? Thanks Example taken and modified from: Here ; *** S