Search results for query: *

  • Users: iosys
  • Content: Threads
  • Order by date
  1. I

    storing different things in one byte array

    I'm writing some code to transfer files using system.net.sockets methods. It works fine for sending one file or string in a byte array because I know exactly what to expect on the receiving end. What I want to to do is include multiple elements in the byte array, like a string containing...
  2. I

    WebBrowser stops responding to embedded video player controls.

    This is very simple to reproduce on my end. Insert a WebBrowser control and set the URL to "youtube.com". Click on a video there and start watching it. You can use the controls on the video player only once, and then it will not work. For example, change the volume, then try changing the...
  3. I

    MDI child title bar when maximized

    When you maximize a child within an MDI parent, it automatically creates a semi title bar with a control box and close button. I don't want this bar, how do I get rid of it? I have already set the parent and child forms to not have title bars, but this one still shows up.
Back
Top