Results for "Author: jolyon bloomfield"
Drag 'n' Drop Explorer Style
Well, this is an interesting bit of code. Instead of trying to catch the drag drop files, we're trying to initiate them. This is just a simple little bit of code that works just like Winzip or something, by drag dropping a file! Uses those strange OLE event type things. Enjoy! Jolyon Bloomfield Jolyon_B@Hotmail.com ICQ UIN: 11084041
Recursive permutations
Takes in a string and spits out all possible permutations of the inputted characters using a simple recursive routine. Good recursive example.