Dear all,
My problem can be simplified as follows,
There is one TableLayoutPanel1 which has two rows. In the first row, there is the other tableLayoutPanel2, while the groupBox1 is in the other row of TableLayoutPanel1. My question is how can I expand or collapse the second row part in the...
Hey,
I also tried following code, it works somewhat for my case. However, with something little not. See followings.
The context file to be read is, i.e.
abc:1111111111,2222222222,3333333333,4444444444,5555555555,6666666666,
d: 0
efg...
Dear all,
I met one problem when reading the following context file by using C. E.g. abc: 123123,123123123,123123123
I use the statement, i.e. fscanf(fp_t, "%s %d %d %d", stringA, cl[0], cl[1], c[2]);
However, the values cannot be read and put to the variable cl[1], cl[2]. Only reading value...
Dear all,
I met one problem about resuming the thread. The thread function init() will be executed when the thread test_thread() is resumed. However, it is never done by my following snippet of code as follows. I don't know where the problem is. Can you help me a little?
Thanks in advance...
Dear all,
My program scenario is as follows.
Three threads (thread 1-3) will fetch values from the ring buffer. E.g. after one thread gets one value from ring buffer of which length is 100, the outputIndex of ring buffer will be decreased by one, per time.
Meanwhile, there is anther thread...
Dear all,
I had one program, which was written by C, and there are some outputs printed in the console window. Therefore, once you run the exe file, it is required to close window by using any key.
However, I start one exe program by using Proc.Start(); But I don't know how to terminate the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.