blah blah blah is here! blah blah » Close

0
votes
1 answers

forms

Hi! I have a question. In mey program I have Form1 and button. I click the button and Form2 appears(it has a textbox). If I push the button three times I will have three Form2. I want to know how can I sent text from textbox of Form2 to tex ...

0
votes
1 answers

C# for beginner

hey guys!! can you share your ideas!! im new to C#. IM still searching for another sources to learn this better. 1. Write a program that inputs a five-digit integer, separates the integer into its individual digits and prints the di ...

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