Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog and Check Boxes
#1
Hey this mite not be possible but really curious, i want to make something so people can decide between all the windows open which ones to send a certian message to....

for example if someone has to go for a few mins he can check the windows he wants to send the message "brb" to or "b back soon"

Only problem ive had is i want to make Checkboxes corresponding to the windows open,

like if there are 5 windows open, make 5 check boxes on the dialog and add the IM Name next to it.

This gets all the Yahoo IMs that are open and removes the "- Instant Message" Part.....

Code:
Copy      Help
ARRAY(int) a; int i; str sc sn
win("" "" "YahooMessenger" 0 0 0 a)
for(i 0 a.len)
,sn.getwintext(a[i])
,if(sn != "Yahoo! Messenger")
,,sn.replacerx("Instant Message")
,,sn.replacerx("-")
,,out "%s" sn

Thanks in advance!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)