c# - Skype4COMLIB skype.message.chat.sendmessage -


i have problem c# code trying change group chat topic not work

private void button10_click(object sender, eventargs e)     {         skype skype = new skype();         skype.message.chat.sendmessage("/topic " + textbox9.text);     } 

and when press button says unknown message

you have attach skype skype.attach(); should make 1 global skype object , on form load should attach skype.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -