Skip to content
Home > Programming > Making Programs Fo the new paltalk > Reply To: Making Programs Fo the new paltalk

Reply To: Making Programs Fo the new paltalk

#190202
Admin
Administrator

lol that be cool sp, 🙂 i did this simple code to make a scroller dont laugh it works tho, check it

On Error Resume Next
DoEvents
Clipboard.Clear
DoEvents
Clipboard.SetText Text1.Text
AppActivate "- Voice Group"
DoEvents
SendKeys "^V" & "{Enter}"
Call Delay(1)

😉 its simple but it works but i dont want to use it like in my other programs cause i dont know if its reliable enough