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

Search:

Type: Posts; User: Cortez

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    996

    Spin Control Messages

    I couldn't find the NON-mfc reference for spin control in MSDN. Does anyone know the message for inc/dec the value? (or the whole message reference :) )
  2. Replies
    16
    Views
    4,595

    I already looked the example that is reached from...

    I already looked the example that is reached from the link you gave, and it ues VIRTUAL multicolumn list view, NOT multi column listview.

    If you read the code I wrote, you could esliy see this...
  3. Replies
    16
    Views
    4,595

    I know that there'S no multi-column textbox, I...

    I know that there'S no multi-column textbox, I mistyped. I meant multi column listview.

    I have MSDN cds, but can't find the example of how to add items in desired columns. This is why I posted a...
  4. Replies
    16
    Views
    4,595

    OK :) Here I've created a multi column textbox....

    OK :) Here I've created a multi column textbox. Now how do I add items to a specified column?



    DWORD dwStyle = WS_TABSTOP |
    WS_CHILD |
    WS_BORDER |
    WS_VISIBLE |
    LVS_AUTOARRANGE |...
  5. Replies
    16
    Views
    4,595

    I purely remember saying that I do not want to...

    I purely remember saying that I do not want to use MFC.
  6. Replies
    16
    Views
    4,595

    Is there any online tutorials/docs/code samples...

    Is there any online tutorials/docs/code samples that demostrate creation and usage of multicolumn listboxes?
    (I do not want to use MFC)

    I'll be glad to see one...
  7. Replies
    9
    Views
    1,219

    http://www.winprog.org/faq/#3.11.

    http://www.winprog.org/faq/#3.11.
  8. Replies
    16
    Views
    4,595

    Hmm, thanks, I've never thought of it. But i...

    Hmm, thanks, I've never thought of it. But i still don't know how to add a title though :/
  9. Replies
    16
    Views
    4,595

    Multi Column ListBox

    How can make a multicolumn list box (i know how to create it- but don't know how add columns and titles to them, and how to maintain).

    (I'm not using MFC)
  10. Replies
    2
    Views
    801

    I don't use MFC... I created the Edit box with...

    I don't use MFC...

    I created the Edit box with CreateWindow( "EDIT", ...
  11. Replies
    2
    Views
    801

    Accelator Keys - Focus

    I'm trying to write a notepad clone in VC++ 6.0 (not using MFC). The problem is something like this:

    I have a main window, a menu and accelerator table. When I run it, acceleators work fine. But I...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured