blah blah blah is here! blah blah » Close

0
votes
0 answers

C# I need a help

How can I Clone tabcontrol1 tab page multi time using botton???

0
votes
1 answers

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.

0
votes
1 answers

How to Freeze the gridview?

Hi friends if u know the answer ple send my email:anand.ind87@gmail.com

1
votes
1 answers

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

0
votes
0 answers

CKEditor

how can use ckeditor_3.1 as control pannel?How can insert,edit,delete option by it?pls help....

0
votes
1 answers

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

Feedback