WINAMP.COM | Forums > Developer Center > Winamp Development > Solution: Get FileName from external app/dll |
| Pages (2): [1] 2 » |
Last Thread
Next Thread
|
| Author |
|
|
peter ist death
Registered: May 2000 |
yeah, nice. which windows OS did you test that in ? |
||
|
|
|
HeikoSS Junior Member
Registered: Apr 2002 |
Windows 2000 |
||
|
|
|
HeikoSS Junior Member
Registered: Apr 2002 |
-deleted |
||
|
|
|
peter ist death
Registered: May 2000 |
i was only afraid about win2k and similar, but if it works then it's OK. |
||
|
|
|
Gourou Senior Member
Registered: Feb 2002 |
the probable conversion to vb..... but it doesnt work |
||
|
|
|
HeikoSS Junior Member
Registered: Apr 2002 |
Hi again, |
||
|
|
|
Gourou Senior Member
Registered: Feb 2002 |
Bows down to Heiko |
||
|
|
|
bananskib Junior Member
Registered: Apr 2002 |
The answer is no - documented in frontend.h : |
||
|
|
|
HeikoSS Junior Member
Registered: Apr 2002 |
LOL? |
||
|
|
|
HeikoSS Junior Member
Registered: Apr 2002 |
Iīm not very used to C too, but this Code works. code: Maybe someone wants to rewrite it, to make it look nicer ![]() Heiko S. |
||
|
|
|
salva Junior Member
Registered: Oct 2001 |
Hello Gourou, will you post some project sample with your code ? |
||
|
|
|
Gourou Senior Member
Registered: Feb 2002 |
sure, hell, why not, gimme a min to get a sample cobbled together.. |
||
|
|
|
Gourou Senior Member
Registered: Feb 2002 |
here, it works fine for me, if it doesnt work correctly for you, then message me
|
||
|
|
|
Gourou Senior Member
Registered: Feb 2002 |
bloody hell, cant edit my own upload, that sux, so here's an update, I fixed a bug, it wasnt noticeable, but it was an error, and I dont like errors, even if they get passed by ok. BTW, this is just source code, I didnt bother to compile it
|
||
|
|
|
deep_burn Junior Member
Registered: Jul 2001 |
Excellent code!
I know I shouldn't be replying to a post that's 3 months old, but I can't help it. This is an excellent example of being able to pull the current song title/filename from WinAmp, which is exactly what I wanted to do. Even better, it's native VB. |
||
|
|
|
HeikoSS Junior Member
Registered: Apr 2002 |
/me wonders how many vb coders are out there =) |
||
|
|
|
Gourou Senior Member
Registered: Feb 2002 |
more than you think... |
||
|
|
|
NegativeFactor Junior Member
Registered: Jul 2002 |
This thread has made my life 100% better, since now i can get the song names!! No more sleepless nights, yeah!! |
||
|
|
|
quentin Junior Member
Registered: Aug 2001 |
vbcoder |
||
|
|
|
HeikoSS Junior Member
Registered: Apr 2002 |
Sorry, other question: |
||
|
|
|
Lion King Major Dude
Registered: Jan 2001 |
|||
|
|
|
daydee Junior Member
Registered: Oct 2002 |
code: |
||
|
|
|
quentin Junior Member
Registered: Aug 2001 |
code: i love you ![]() yeah that worked fine ![]() thanks for your help!
|
||
|
|
|
daydee Junior Member
Registered: Oct 2002 |
code: |
||
|
|
|
deep_burn Junior Member
Registered: Jul 2001 |
You people are beautiful. The DAY I come back to working with the API for VB, you resurrect this post. |
||
|
|
|
daydee Junior Member
Registered: Oct 2002 |
|
||
|
|
|
deep_burn Junior Member
Registered: Jul 2001 |
That's an excellent idea. Although, it's nowhere close to what I'm doing. |
||
|
|
|
syph424 Junior Member
Registered: Jul 2003 |
Back from the dead....
Looks like it's been a few months since anyone's dug this one up from the dead... it's about time to do it again, eh? |
||
|
|
|
orlandocurioso Junior Member
Registered: Oct 2003 |
Big Thank You for HeikoSS & Gourou! |
||
|
|
|
ScoBra7 Junior Member
Registered: Mar 2004 |
code: |
||
|
|
|
cutter2004 Junior Member
Registered: Mar 2004 |
Urgent!!! How to get filename in fullpath
Urgent!!! How to get filename in fullpath. |
||
|
|
|
ScoBra7 Junior Member
Registered: Mar 2004 |
In wa_ipc.h you'll find code: But "(not external apps)" is not true my app can get it. Thus for the fullpath use code: in the above code. |
||
|
|
|
Davman99 Junior Member
Registered: Mar 2004 |
Ok, now im gonna have to reveal my n00bness here, and while i doubt i will get an answer, im gonna ask anyway... code: that will allow me to control winamp's volume, along with play and stop. I take it this is possible (everything is), but not being a C coder, im not sure how. If anyone has any ideas, or can point me in the direction of code samples that i may understand (are nicely commented), it would be great.... |
||
|
|
|
ScoBra7 Junior Member
Registered: Mar 2004 |
If I understand you correctly, the DLL "plugs-in" to mIRC? |
||
|
|
|
fdeshayes Junior Member
Registered: Jan 2007 |
hi! |
||
|
|
|
Tardymo Member
Registered: Sep 2006 |
Can you post a DllImport you are using for openProcess? __________________ |
||
|
|
|
fdeshayes Junior Member
Registered: Jan 2007 |
i've seen your WACC lib and download it. It work fine :-) code: here is how i get tag with taglib code: Last edited by fdeshayes on 01-17-2007 at 09:26 PM |
||
|
|
|
Tardymo Member
Registered: Sep 2006 |
code: If you don't want to wait, you can fix the library yourself. Just replace this line: Dim RetStr As String = Marshal.PtrToStringAnsi(returnVal, MaxStrLen) with this one: Dim RetStr As String = Marshal.PtrToStringAnsi(returnVal) It's in clsWacc.vb in ReadRemoteString function. By the way. Next version will be able to read information from tags, so stay tuned. __________________ |
||
|
|
|
fdeshayes Junior Member
Registered: Jan 2007 |
thanks for this explication. code: i've not VB so i must wait until next released. Can you said approximatly when will be the next released or maybe can you send me only the fresh .dll (even in beta, i only use cWinamp.Playlist.Position and cWinamp.Playlist.GetItemPath()) ? thanks for your work! |
||
|
|
|
| Pages (2): [1] 2 » |
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > Winamp Development > Solution: Get FileName from external app/dll |
Forum Rules:
|