Hi, when I try to read the users joined to a special channel in mIRC via DDE, I can only read the users from the one channel, that is actually selected...
But I need to see also users in channels, that are not selectet in mirc.
That's right, DDE topics return the value for the currently active server, since you could be on multiple servers and joined on the same named channel on all of them. If you want to retrieve information across multiple server connections, you must use the COMMAND topic to evaluate it.
seeing the reply from khaled it would be a channel on a different server then the one he has currenly active (aka, server window or channel/pm/whatever selected at)
let's say he wants to know #A on network A, but he has channel #B on network B selected he doesn't get the info because the DDE method he uses only returns stuff for the _ACTIVE_ server connection