Hi, i am trying to use a network stream in c#. I need to both read and write
strings, some integral types (short, byte).
I tried using a StreamReader and a StreamWriter on this stream. But the
StrteamReader only gives char reading options (unicode utf8 2 bytes chars) .
If i try to read at the...
Hi, i am trying to refresh a panel inside which i drow circles. However, the Control.Refresh () method refreshes the whole control. i need to refresh only a small part of it. In Java you can simply call a Control.Redraw (Rectangle r) function which refreshes the specified rectangular area of...
Hi, i need to generate mouse events outsidee the windows i create. (preferably c#, but a c++ solution will do as well)
i need to create a program that will "move" the mouse pointer, and click on windows (not windows that I myself create) and type random keys around the OS, but without...
Hi, i need to generate mouse events outsidee the windows i create. (preferably c#, but a c++ solution will do as well)
i need to create a program that will "move" the mouse pointer, and click on windows (not windows that I myself create) and type random keys around the OS, but without...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.