votes
votes
votes
playing cards
i want code in flash for generating random cards and cards are distributed between 4 to 6 persons in round manner of each member getting 2 cards.
votes
How to Freeze the gridview?
Hi friends if u know the answer ple send my email:anand.ind87@gmail.com
votes
Can we use Serial Port in ASP.NET Webforms?
in Winforms, this is easily done: using System.IO.Ports; SerialPort myComPort = new SerialPort("COM1", 115200, Parity.None, 8, StopBits.One); if (myComPort.IsOpen == false) { ...
votes
CKEditor
how can use ckeditor_3.1 as control pannel?How can insert,edit,delete option by it?pls help....
votes
ERROR: You can only take the address of an unfixed expression inside of a fixed statement initializer
Hello I wrote the following code, and got an error: unsafe void Get_ADC_Samples_From_All_Enabled_Channels(TextBox tb_OutputNumber_ADC, TextBox tb_Voltage_ADC) { bool got; double[,] chan ...
