Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nikulin_andrey

@nikulin_andrey
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I have a problem with TcpClient....
    N nikulin_andrey

    How can I to determine when socket connected to my TcpClient is close connection? I do this... IPAddress ipAddress = Dns.Resolve(Dns.GetHostName()).AddressList[0]; TCPListiner = new TcpListener(ipAddress,PortNumber); TCPListiner.Start(); while(true) { if (TCPListiner.Pending()) { TcpClient TCPClient = TCPListiner.AcceptTcpClient(); NetworkStream LNS = TCPClient.GetStream(); } } then I send some text throw NetworkStream LNS. Client can close connection. And result this.... System.IO.IOException: Unable to write data to the transport connection. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, So cketFlags socketFlags) at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)

    C# question csharp data-structures debugging help

  • C# and comm port... How?
    N nikulin_andrey

    How can I work in C# with Comm Port? I need send some data to Comm Port and then read answer... Please help me. Sorry my English.:(

    C# question csharp help

  • How I can Check keyboard buffer?
    N nikulin_andrey

    This sample doesn't work. The best overloaded method match for 'System.IO.StreamReader.StreamReader(System.IO.Stream)' has some invalid arguments Argument '1': cannot convert from 'System.IO.TextReader' to 'System.IO.Stream' :zzz:

    C# help question

  • How I can Check keyboard buffer?
    N nikulin_andrey

    Hi! Please help me! I hava a problem. How I can check Keyboard buffer is empty or not? For instance do { // do something } while (CharFromKeyBoard != "q"); System.Read and SystemReadLine waiting user input, but I need do some operation until user press some key, for instance char "q". Sorry my English.

    C# help question

  • How I can draw bitmap on window caption ?
    N nikulin_andrey

    How I can draw bitmap on window caption ? I want draw picture near system button[minimize,maximize,close]. Sorry my english!

    C / C++ / MFC graphics question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups