CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: raju2001006

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    2,297

    Re: StringGrid,Memo

    It was just an example, you could have modified it according to your need;
    anyway, I have deleted some part of code to deal with the exact requirement you have here -

    "I took only the first...
  2. Replies
    3
    Views
    2,297

    Re: StringGrid,Memo

    Yes you can do that using similar code to this -


    int k=0;
    for (int rowint=0;rowint<StringGrid1->RowCount;rowint++)
    {
    for (int colint=0;colint<StringGrid1->ColCount ;colint++)
    {...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured