Search results for query: *

  1. SirZontax

    "Rewritting" WebNowPlaying

    You don't understand it. Ignore the code. It's a general question about c#. How can I run an Internal class with few other classes inside in the main or other methods. Or like you want it: How to run this: internal class Measure { //CODE } In this: class DeezerCatcher {...
  2. SirZontax

    "Rewritting" WebNowPlaying

    Okay, than I ask with a diffrent way. I got an internal class there and I want to run it in my main class. How can I do that?
  3. SirZontax

    "Rewritting" WebNowPlaying

    The Problem is that I dont run the check (DeezerSongCatcher : WebSocketBehavior) for the informations etc. and my question is how to do that.
  4. SirZontax

    "Rewritting" WebNowPlaying

    Hey, I started to edit the code of the Rainmeter Plugin "WebNowPlaying" because I want it to write the current song infos to a file. It gets the song information from its WebExtension which uses a WebSocket. I, obviously, copy pasted the code and tried to implement it into the Form, so you...
Back
Top Bottom