blah blah blah is here! blah blah » Close

0
votes
3 answers

Which one come first when 2 even happen?

Dear all, I want to make a button click event which write and read through the serial port. In the other side, I also have a timer tick event which also write and read through the same port. My question is, if the button click and tim ...

0
votes
1 answers

Windows Form Form1_Load() handler

I tried Microsoft's example of DataGridView. They want to do this: Class Form1 { public Form1() { InitializeComponent(); this.Load += new EventHandler(Form1_Load); // this line bothers me } } This seems to cause Form1_Load() t ...

Feedback