blah blah blah is here! blah blah » Close

1
votes
1 answers

Is it possible to add a dropdownlist inside the radiobuttonlist as an item?

Is it possible to add a dropdownlist inside the radiobuttonlist as an item? if so how? Thanks!

1
votes
6 answers

C# WinForms: Embed NumericUpDown control inside a ListView

Would it be easier if I change my ListBox to ListView? In another words, I want to embedded NumericUpDown control inside a ListView such that the 3rd column (Quantity) of the ListView is controlled by the NumericUpDown. The item for Quan ...

0
votes
1 answers

Inter-link btw Forms and Buttons inside

Say I have 2 Forms, Form1 and Form2. Inside Form1, there is a button1, which when clicked goes to Form2. Inside Form2, there is a button2, which when clicked goes to Form1. Also, inside Form2, there is another button3, which when click ...

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