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

Search:

Type: Posts; User: Alin Comsa

Search: Search took 0.03 seconds.

  1. How can I import the addresses from Outlook Express to my program

    How can I import the addresses from Outlook Express to my program? Thanx a lot :)
  2. How can I create a Combo box control at runtime?

    How can I create a Combo box ctrl at runtime?
    Thanx.
  3. Thread: combo Box

    by Alin Comsa
    Replies
    1
    Views
    537

    combo Box

    How can I create a combo box control while runtime process?
  4. How can I autosize an Edit Control to size of its content in meanwhile of runtime process?

    How can I autosize an Edit Control (or a Static control) to size of its content in meanwhile of runtime process?
  5. Replies
    0
    Views
    475

    Problem with the focus control

    I have two control on the CDialog form:
    one TreeCtrl and one Edit control.
    When I double click at the TreeCtrl I want that the focus and the caret to appear in the Edit control:
    I tried this:

    ...
  6. How do I get the index of a column from a multiline CEdit box?

    How do I get the index of a column from a multiline CEdit box?
  7. Replies
    1
    Views
    570

    caret position

    How do I get the caret position from a CEdit control
    i use this:



    int iPos = c_edit.CharFromPos(c_edit.GetCaretPos() );

    // c_edit is a CEdit ctrl
  8. Replies
    2
    Views
    585

    Cursor position

    How can I get the cursor position in a CEdit control? Please help me.
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured