Answer the question
In order to leave comments, you need to log in
How to switch music in VK via C#?
The bottom line is this: There is an application on a sharp with a button and there is a vk tab in the browser. The browser window is minimized. How to switch music in VK when you click on a button in a form?
I poked around here - vknet.github.io/vk but there is nothing about switching music.
Answer the question
In order to leave comments, you need to log in
The VKontakte API has nothing to do with the question, what you were looking at is the site interface, and you need to manipulate the tab in your browser. One way or another, the solution to the problem will most likely be different for each browser. And the easiest way, it seems to me, is to communicate with the browser through extension. You can write your own, or you can try this for example: https://github.com/pmorch/FF-Remote-Control , you can connect via TCP and rob cowssend javascript code to be executed in the context of the selected tab. In general, see if it suits you or not. I don’t see an easier way yet, in any case, you need to manage your running browser specifically. Another approach is to throw a browser control into your application, then it will probably be much easier to manage the page, but it is not clear whether this suits you or not.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question