Click here to Skip to main content
15,905,785 members

Comments by Nagy_I_86 (Top 5 by date)

Nagy_I_86 12-Aug-18 10:44am View    
I think your approach will be the right way to go but I cant figure out how to implement it. It is working for the "Name" column but it doesn't work for the others like "Extension" with values like ".EXE",".TXT",etc or "Last accessed" with dates.
Nagy_I_86 11-Aug-18 19:50pm View    
If I use 0/1 and sort descending then the files will be above the directories again or I'm wrong? Also 0/1 sort will not sort it alphabetically just separate files and folders
Nagy_I_86 16-May-15 12:42pm View    
Deleted
How can i determine which Button was clicked? With your solution all the buttons are treated as one button.
Nagy_I_86 29-Oct-13 7:44am View    
If I understand right with your solution I have to keep Control key pressed to multi select. Also the drag selection will be available if I click and start drag the mouse from empty space(after the last column). Later on I would like to make my app customizable (colours for selection, etc.) The regular click-drag multiselection will make me stuck with the default colours. The code does what I want to achieve, except this bug. Can you please tell me where is the mistake in my code or how to correct it. Sorry for my poor grammar!
Nagy_I_86 27-Oct-13 12:51pm View    
I like to keep the selection until deselected or operation completed.
thank you for your reply