Flying Cow
#21
Posted 26 November 2007 - 09:16 PM
Thank you for all the hard work you put into these projects!
#23
Posted 27 November 2007 - 08:26 PM
z-x;481596 said:
That's great, the more options users have, the better (and if they are gratis options, then better yet!).
Hope to see your version soon.
#24
Posted 27 November 2007 - 09:47 PM
#26
Posted 28 November 2007 - 11:03 AM
Björn;481636 said:
No, it's not mine. I tried to download it, but couldn't
The author is from... Cordoba, Argentina? Hahaha! Good to know another argentinian is doing this kind of stuff!
Oh by the way, new version shows text below the preview, and has antialiasing (will be uploaded soon).
Has anyone tested it in a multimonitor setup? (say, put the window spanned through the two monitors and try see if it keeps scrolling smooth).
#28
Posted 28 November 2007 - 02:20 PM
Good luck on this project and I wish you many successes with it!
#30
Posted 28 November 2007 - 07:25 PM
Current supported video formats are the same as supported by Windows Media Player, as I'm using DirectShow. But I restricted them to .avi, .mpeg and .wmv, it should support .mov with the correct codecs but gave me a lot of headaches so it is not included.
I really want to support those formats, but it is too complicated and can't figure how to do it yet.
The only option I'm trying to figure out is somehow use VLC Lan Player to decode videos.
Edit: I forgot: to edit MusicDesktop.ini, just double-click on it. If this doesn't work, open a Notepad and drag and drop the file onto it.
@Björn:
I don't know how to integrate this into Windows Explorer
Maybe I can make a Finder clone instead? I'll need help with that as I don't own a Mac
#32
Posted 28 November 2007 - 07:43 PM
Extending Explorer with Band Objects using .NET and Windows Forms
Edit: Here are some more links that are in Delphi. They look like they might be a little old but they should be helpful, nonetheless.
http://www.bsalsa.co...s_band_obj.html
http://www.delphi300...le_2950.asp?SK=
http://www.delphifr....e.aspx?ID=21741
http://www.plugins-s...emos.html#iebar
#33
Posted 28 November 2007 - 07:46 PM
Sranshaft;481752 said:
Extending Explorer with Band Objects using .NET and Windows Forms
do you have a website
#34
Posted 28 November 2007 - 07:51 PM
#35
Posted 28 November 2007 - 08:36 PM
Sranshaft;481752 said:
Wow!!! Let's see:
Extending Explorer with Band Objects using .NET and Windows Forms
100% useful. It's in C#, but it uses COM and interop, so it's kinda very useful to understand Band Objects (I didn't know they had that name).
http://www.bsalsa.co...s_band_obj.html good, but horribly implemented (IMHO). I'll try to do a better implementation of this. As Flying Cow is open source (re-read first post, edited minutes ago) it will include such thing if I can do it.
http://www.delphi300...le_2950.asp?SK= not too useful, explains how to install a band object but not how to write one.
http://www.delphifr....e.aspx?ID=21741 talks about the www.bsalsa.com example mentioned above. Edit: oh, it includes some bugfixes to the original code...
http://www.plugins-s...emos.html#iebar this link seems broken.
I must say: Sranshaft: thanks for all this information!
#37
Posted 28 November 2007 - 10:39 PM
I found this:
Implementing a Folder View
What do you think?
If I understood this document, the user would be able to choose between Miniatures, Mosaics, Icons, List, Details (sorry if misnamed any of them, I have a spanish Windows) and now Flying Cow...
Edit: Me ignorant, hahah, I read about folder views (IShellView), it seems to have nothing to do with what I was talking about...
#40
Posted 29 November 2007 - 12:36 AM
http://www.ddj.com/s...cleID=184402922 - code is in C++ but it should show you how to format the SendMessage call.
And this is the MSDN page regarding FM_GETFILESEL - http://msdn2.microso...y/bb774185.aspx
This should do what you're looking for. It will return the currently selected items in the active file manager (Explorer) window. Using this, you should be able to manipulate however you want. I'm still looking for a way to change the selected item but I'm sure it'll be a SendMessage call.








Sign In »
Register Now!
Help


MultiQuote