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

Search:

Type: Posts; User: arunkr6

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    10,210

    Re: Multi Line ListBox

    Your question makes rethinking on me..
    Bt after several try & error....... I reached here... n copied it here....
    Ok.. So 1) how do I delete the exact Selected indexes....?
    2)The return of ....
  2. Replies
    11
    Views
    10,210

    Re: Multi Line ListBox

    As like the above said procedure..I've written the code as


    int iTot = m_parameterlist.GetCount();
    iTot-=1;
    int len=m_parameterlist.GetSelCount();
    CArray<int,int> arySel;...
  3. Replies
    11
    Views
    10,210

    Re: Multi Line ListBox

    lemme try more...... n come back 2 u..thanx....
  4. Replies
    11
    Views
    10,210

    Re: Multi Line ListBox

    Assembler is extremely different from GUI concepts..... While working on GUI based pgms,I have struggled several times n the CodeGurus like u helped me a lot... tats wy am here for getti ng it. I've...
  5. Replies
    11
    Views
    10,210

    Re: Multi Line ListBox

    Sorry...In my appln, certain data is communicating with hardware.thats wy I have used certain assembly codes for error elimination.....Leave it...

    Can u help me for coding it...I've tried it...
  6. Replies
    11
    Views
    10,210

    Multi Line ListBox

    My application is developig in VC++ 2008. I have a List Box. Where I am Loading some Text data from a text file. After Loaded the listBox is as show in the attached figure :

    I have used it as a...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured