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
B

bahman2000b

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

Posts

Recent Best Controversial

  • How to convert array of byte to stream?
    B bahman2000b

    How can we convert a byte array to stream or stream to array of byte? So How can we change the size of stream? Can we change the stream lenght(or size) bigger? I thank you very much for your answers.

    C# data-structures tutorial question

  • Ho to detect Sound Device?
    B bahman2000b

    How can I detect the sound device? Which "namespace" is required? and what type is its input and output? is it binary? Thank you too much. Bahman

    C# question

  • Thread taking maximum CPU time-
    B bahman2000b

    See in a method which is working with thread if we have a loop we must use some code to stop the loop. for example i wrote the following code which passes to ThreadStart: for(;;) { bytesRcvd = client.Receive(rcvBuffer, 0, rcvBuffer.Length, SocketFlags.None); msg1 = Encoding.UTF8.GetString(rcvBuffer); msg3 = "\0"; msg1 = msg1.Trim(msg3.ToCharArray()); Array.Clear(rcvBuffer, 0, rcvBuffer.Length); } the thread is await until the data received if we wrote a code in loop that has no stopping, CPU will be busy by 100%. Bahman

    C# question data-structures help

  • Detect Sound Device in C#
    B bahman2000b

    How can I detect the sound device? Which namespace is required? and what type is its input and output? is it binary? Thanks for answer. Bahman

    C# question csharp

  • how to change sound to byte and byte to sound?
    B bahman2000b

    I've designed a udp connection using socket and threading. I want to know how I can change sound to an array of byte and change an array of byte to sound. So how can I set received sound to speaker and give output sound from its device like microphone? What should I do? Thanks a lot for your answers. Bahman

    C# question data-structures tutorial
  • Login

  • Don't have an account? Register

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