Winamp and mIRC DDE -
Whilst fiddling with a Winamp Plugin called mIRCex, which sends the current played song to mIRC and says it rather proudly in the channel which i currently resided, I thought to myself.. how the hell does it do that?
After more fiddling, i discovered that i could control Winamp throught mIRCs DDE Server commands (a friend of mine even went on to write a script for mIRC which controled Winamp from this).
---
I was wondering if it is possible to write a VB program, which would use the DDE capabilitys of Winamp and mIRC to make a hybrid program, which allowed the user to use mIRCs chat functions and Winamps music controls, all on 1 dialog.
Any help would be much appreciated.
-Steve-GreenDaze-
Winamp and mIRC DDE -
Whilst fiddling with a Winamp Plugin called mIRCex, which sends the current played song to mIRC and says it rather proudly in the channel which i currently resided, I thought to myself.. how the hell does it do that?
After more fiddling, i discovered that i could control Winamp thro
[2005] dll to work with mIRC's $com -
I made a dll to work with mIRC. in my computer I am able to run it like I should, the problem is when i gave the dll and tlb to a friend he couldn't run it because mIRC could not register it.
Anyone (doesn't need to know mIRC script) have an ideas?
here is the mIRC code if it h
mIRC Login -
I would like to make an application that logs into mIRC with the given nickname and path to mIRC. How would I do this?
Using GetWindowText with mIRC -
Hi I'm having some trouble getting text from mIRC a
mIRC channel. I know you should be able to get it with
GetWindowText or a SendMessage (WM_GETTEXT),
but I can't seem to figure out how to do this.
Can someone please give me some working sample???
John
Register Name[resolved] -
Hard to explain but I'll try the best I can.
You know for IRC it has irc://66.66.66.66:6667 and it launches mIRC and connects to that server?. How can I have my program have its own name thing so it launches when someone clicks say [/i]myprog://66.66.66.66:9801[/i] ? What I'm asking
mIRC and VB .... need help -
Hi i want to use mIRC's dde function to talk to a vb application. I have found many resources on how to talk from vb to mIRC but nothing on how mIRC can talk to vb using DDE.
Any help/documentation ect. will be nice.
Thanks
spaceknop
Sending A message to an active mIRC Window -
Does anyone know how to send a message to an active mIRC window. Winamp and K-JoFol has this feature.
------------------
OmarSwan
omarswan@yahoo.com
http://www.omarswan.cjb.net
To God Be The Glory
Mirc -
Hello Guys,
Here is something which might interest you:
1. Open Hyperterminal and cancel the dialog box.
2. Goto File > Properties
3. Set the parameters as below:
Connect using: TCP/IP (Winsock)
Host Address: YourComputerName
Port Number: 1000
4. Click
Communicating with apps -
What would be the best way for me to read from and write to an existing application?
The application I want to communicate with is mIrc. I would like to be able to read any data coming into mIrc that shows up on the screen and write data into the input box for mIrc.
Any help wil
Sending info from mIRC to program via DDE -
I have been experimenting with sending info from mIRC to a program I wrote via DDE. I have read all the examples and as far as I can tell they match up but I am obviously still missing something. I have set the Property "LinkMode=1-Source" and "LinkTopic=Books".
mIRC [resolved] -
I want to make a program that grabs the chat text from mIRC and saves it as a text file.
I know how to save the text to a file once i get it. The problems is that WM_GETTEXT dont work.. Can anyone help me figure out a different way to get the chat text from mIRC.
Thanks~
USE mIRC -
Come on man Use mIRC , It's faster , easier , more comfortable and Let you see what I've typed .
I'm waiting on #amman as the of +Zargawee .
OK
Designing a form -
Hi all,
I am very new to VB, however, I am well experienced in VBScript (ASP) so I'm not totally lost
I'm trying to learn VB by doing a chat system with a client and server. It will work like mIRC, and the look n feel will also be inspired by mIRC.
The problem is this:
I can
winamp keeps freezing -
hi i've got winamp and am using the shoutcast plugin to make a interent radio station but for some reason winamp keeps freezing the computer is brand new fresh install of win 2000 but it seems somthing is conflicting with winamp.
i've got zone alarm as my software firewall, avg as my
Winamp from commandline -
Is there a command line play button for winamp? or does anyone know all the types of command lines for pause, next, back, and etc? if they exist i would love to know them. or if anyone knows an easier way to play winamp in a program without starting winamp?
VB6 Active Program Windows -
Hello Everybody
Alright... I'm trying to build a simple "MSN User-Is-Online" thingny for mIRC, using VB 6.0, and everything is perfect, except one thing. When I load my Notify.exe, it gets "Active". In other words, say if I have mIRC.exe running, when I'm gonna
Send Keys to Winamp 5.0 -
Hi,
I'm trying to send keys to Winamp version 5.0.
I've looked through the forums and the posts I've found regarding sending keys to applications all use the FindWindow function.
I've tried to use the FindWindow function with Winamp 5.0, but no luck.
Has anyone managed to d
Mc Brain Winamp !!! -
I have another problem, the lists will load properly in winamp but when winamp opens it is minimized, how can I change that?
thx
Checking for EOF w/ MP3 -
Anyone know how to do a check to tell when Winamp has reached the EOF of and MP3? I want to use winamp instead of WMP because of all of the crossfading effects. Any help appreciated. I need to know when winamp reaches the EOF so I can go to the next file in the playlist.
winamp - kickin da lamers arse -
Hi all,
As part of a program i am writing i need to be able to capture the filename of the track currently playing in winamp. i have found info on controlling winamp 2.x here: Winamp developers
I have also downloaded the sample script there and the modules but still can't really w
winamp api in vb6 -
hi, i did a search on this forum but was thrown into the c/c++ area, i got the doc from winamp dev site, (it wont let me ask questions at their forums) i want to use the winamp api in vb, their doc is for c/++ developers.
any ideas?
TA
This will be a fun one! :) -
Ok, I need some advice on how to do this. I have always used the mediaplayer.ocx control to play mp3 files in my program, but I love the crossfading plugins, etc. in winamp. So what I want to do is use a shell command to run Winamp in the background to play the file. That's easy! Her
mIRC Addons -
Hi im really new to vb but i only wish todo the basics anyway. how could i create a .dll file to use with mirc, so that i can get mirc to call things from the .dll
for a test and to get me started off i was told to make a quick...
Sub testing ()
msgbox "Done!"
end sub
DLL for mirc -
I was wondering if it was possible to do a DLL for mirc?
If so, how?
I mean, how to make the subs, and so?
An example for a fully working DLL would be very very nice.
Thanks in advance.
-spike
Winamp Problem -
Hello all. I have been using Winamp pro for about a week now, and I use FRAPS to record videos straight to AVI from counter-strike. Now for the past week or 2 its been able to play these videos fine. But all of the sudden last nite I started getting this error, and I Haven't made any c
But 2 more questions Winamp Window lost -
Winamp on my system is docked to the lower part of my screen. I opened the Playlist and it moved further down.
I tried selecting Move form the context menu of Winamp on Task Bar, but does not help.
How to?
[2008] Hooking mirc -
Hello..
Is it possible to hook etc. mirc.exe so it will use an open connection, to etc. send "PRIVMSG #channel :message here" from another app?
thanks
How can I password an application -
does anyone know a code so i can password an application like winamp. my winamp directory is c:/program files/winamp/winamp.exe.
Thanx
mIRC dll -
How do i make a mIRC dll in vb?
bad winamp -
For some reason winamp always plays songs at 5x speed for half the song, then goes back to normal speed. I've reinstalled winamp2 and winamp3 many times, but it still happens. Bad Winamp!!
Winamp's movement effect -
Open up Winamp. And then grab the title bar and shake Winamp around a few times. See the effect? It's like a piece of the form drags behind it (a little). How do you do that? I used to have this code, but I can't find/remember it.
Registry > Key > Winamp path -
Winamp users!
Do you have this in your registry?
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\Winamp.exe\path
If not, where do you have the path to winamp in your registry?
Winamp > Songtext -
All winamp users! I need to know what songtext plugins there are out there! I only know there was something called singit for use with winamp, so I need to know if there are other apps can beat my.
WinAmp Plug-ins -
Does anybody know if there is a plug-in for WinAmp that will allow me to play Real Jukebox files (.rmx). I found one on the WinAmp website but it doesn't for ****e.
Creating OWN DLL -
So... This is somehow API-thing, I think.
My purpose is create DLL-file, what mIRC uses with $dll (function).
The idea is create dll, what reads winamp's title, and returns artist - songname -> mIRC.
If someone haves GOOD tutorial of DLL-programming (in VB), please, could he/sh
mIRC rooms -
mIRC VB help rooms.
I'm new to VB and I'm looking for some good rooms to hang around in and try to learn something.
Winamp 3 Control API -
Hi guys,
Is there any known Winamp 3 Control API that actually works out there? I searched PSC and google for a few hours but found nothing at all - only for Winamp 2.x.
Any help appreciated, thanks.
Randy
MIRC Dlls -
Does any 1 know if u can use Vb to make mirc dlls and if u can could u give me a example.
Thanks,
Andy
I don't want to GetFocus -
Can I make a form that isn't able to get a focus?
Example: I start WinAmp, then click my form. WinAmp should keep it's focus.
Or else: Is there a way to reset the focus to the form that lost it.
Example: I start WinAmp, then click my form. My form get's the focus but the code in G
What programs are written in -
The following programs were written in the following languages and compilers.
Napster - Visual C++
WinAmp - Visual C++
Dev C++ - Borland C++ Builder or Delphi
mIRC - Borland C++
WinZip - Visual C++
And i know this for a fact...