I am using the free sample "Grid List Control" from Rexyer.
I found it from free source site :
It can just do what I want , and worked fine. but I found if I input some japanese string to the editbox and if the length of string more than 256 , the input string in the CListCtrl item will be cut to 256 , and I will lost the others . The english(ascII) is no problem . I try to read and debug the source but I can not know where or why the question come from .
I found it from free source site :
It can just do what I want , and worked fine. but I found if I input some japanese string to the editbox and if the length of string more than 256 , the input string in the CListCtrl item will be cut to 256 , and I will lost the others . The english(ascII) is no problem . I try to read and debug the source but I can not know where or why the question come from .