Search found 6 matches

by Snuttan
2006-02-14 17:47
Forum: Programmer's Help
Topic: Getting an unfinished file from TransferView
Replies: 14
Views: 8541

ooh so if there were a namespace clash it would go with the one in the global namespace if one exists in it?
by Snuttan
2006-02-12 15:34
Forum: Programmer's Help
Topic: Getting an unfinished file from TransferView
Replies: 14
Views: 8541

The best is to make the user fill it in/browse for it, since there are also zip packages for VLC so there are no entries created in that case. Very good point, thanks alot for the heads up, when I get the time I'll look into the dc++ gui Have a look at RegOpenKeyEx in DC++. I looked into it as you ...
by Snuttan
2006-02-11 08:22
Forum: Programmer's Help
Topic: Getting an unfinished file from TransferView
Replies: 14
Views: 8541

I could look for the VLC path in HKEY_LOCKAL_MACHINE\\Software\\VideoLAN but I'm not very skilled in reading from the registry and I couldn't find a good tutorial for it either so I quickly abandonned that idea. So then I thought that VLC perhaps created an environment variable, but they didn't, and...
by Snuttan
2006-02-10 20:42
Forum: Programmer's Help
Topic: Getting an unfinished file from TransferView
Replies: 14
Views: 8541

Thanks alot for all the help, this is what I ended up with in case anyone is intrested in doing something similar. LRESULT TransferView::onStream(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/) { int i = -1; while( ( i = ctrlTransfers.GetNextItem(i, LVNI_SELECTED) ) != -1) ...
by Snuttan
2006-02-09 16:59
Forum: Programmer's Help
Topic: Getting an unfinished file from TransferView
Replies: 14
Views: 8541

Hi, thanks for the reply and sorry to be a bother but I can't seem to find: string Target in ItemInfo as you described. What exactly does Target hold? Is it just the file name, the path and file name or none of the above? So what I'm set out on doing is just finding the QueueItem that is currently s...
by Snuttan
2006-02-08 16:23
Forum: Programmer's Help
Topic: Getting an unfinished file from TransferView
Replies: 14
Views: 8541

Getting an unfinished file from TransferView

Hi there! Well as the topic might have revealed I'm in need of getting the file name of the temporary file in the unfinished folder that is currently selected by the user. I also need the path to the unfinished folder. What I want to do is add a function that lets the user right click on any file an...