Killa Graphics Active Topics Lister
Posted: Tue Dec 21, 2004 10:33 pm
Hey all just wanted to put in this other dll, when you activate it it will return the currently active topics under the "Todays Active Topics" section and will return a the corresponding link. Here is the required code to use this ActiveXDLL
alias KGMon {
comopen RiftsKGDLL RiftsKGmtopic.class1
var %x = $com(RiftsKGDLL,getSC,1,*bstr, Rift)
msg # Active KG Topics: $com(RiftsKGDLL).result
var %y = $com(RiftsKGDLL,getSC2,1,*bstr, Rift)
msg # Active KG Topics (continued): $com(RiftsKGDLL).result
comclose RiftsKGDLL
}
feel free to change the alias name and how the code works, but as far as the comcalls go be careful changing those.
****Note****
If you are a staff member this will list Todays active topics, Including any staff topics and their links. i know they are unaccesible to others, but it's just an obligatory advisory.
************
alias KGMon {
comopen RiftsKGDLL RiftsKGmtopic.class1
var %x = $com(RiftsKGDLL,getSC,1,*bstr, Rift)
msg # Active KG Topics: $com(RiftsKGDLL).result
var %y = $com(RiftsKGDLL,getSC2,1,*bstr, Rift)
msg # Active KG Topics (continued): $com(RiftsKGDLL).result
comclose RiftsKGDLL
}
feel free to change the alias name and how the code works, but as far as the comcalls go be careful changing those.
****Note****
If you are a staff member this will list Todays active topics, Including any staff topics and their links. i know they are unaccesible to others, but it's just an obligatory advisory.
************