Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. qingxing2005

    How to expand or collapse the second row of the TableLayoutPanel in th

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

    How to read this kind of file by using C.

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

    How to read this kind of file by using C.

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

    Question. Multiple threads plus ring buffer.

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

    Question. Multiple threads plus ring buffer.

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

    How to terminate exe file window in C#?

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

Part and Inventory Search

Back
Top