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

Search:

Type: Posts; User: ramancv

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    11,997

    Re: GridSplitter resize problem[WPF]

    Please let me know if you are able to solve the problem. I am still scratcing my head.
  2. Replies
    6
    Views
    1,070

    Re: mutiple strings to handle ???

    OK, Here is the piece of code I was using. This works fine in XP But I see problem with Win CE version.

    CStringArray csType;
    CStringArray csVel;
    CStringArray csAttn1;
    CStringArray csAttn2;...
  3. Replies
    6
    Views
    1,070

    mutiple strings to handle ???

    Hi,
    I have a 4 string of arrays with which I need to simultaneously access them by index or by key. Sorting is an option but not needed. Is there any efficient (performance and memory management are...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured