Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. andreiaron

    byte[] <----> Char

    thanks very much!
  2. andreiaron

    byte[] <----> Char

    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...
  3. andreiaron

    refreshing only a portion of a control

    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...
  4. andreiaron

    generating mouse events OUTSIDE my own window

    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...
  5. andreiaron

    generating mouse events OUTSIDE my own window

    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...

Part and Inventory Search

Back
Top