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

Search:

Type: Posts; User: dynamictoys

Search: Search took 0.02 seconds.

  1. How to add CString and Integer to AraryList?

    I need to read out a file, analysis and store difference data in CSting and Int. I create an ArrayList but how can I store both CString nd Int to that ArrayList? Or how can I convert CString to...
  2. How to let user edit an item in a CListView?

    Hi,

    Using C++ MFC, I created a CListView with few column and 5 items in each column. How can I enable user to change the value of certain item in certain Row and column?
    My CListView is in...
  3. How to easy change the background of a Dialogue

    Hi,
    I use Visual C++ MFC in Visual Studio, would like to ask how I could change the background color of the main dialogue or put an image as background of the dialogue?
    Should it be added in the...
  4. Replies
    2
    Views
    867

    Re: How to create a CListBox array?

    Thanks for all you guys!
    Have a nice day!
  5. Replies
    2
    Views
    867

    How to create a CListBox array?

    HI,
    I use C++ MFC in Visual Studio, in the program header, I create a CListView variable by

    CListBox m_list[6];


    As m_list is only a pointer and not an actual variable,
    Then in the...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured