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

Search:

Type: Posts; User: dageek247

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    16,559

    Re: Listbox Item "top" position

    the capability of double clicking to edit the text?
    and yes i will try out the link. i will post on how it goes!
  2. Replies
    10
    Views
    16,559

    Listbox Item "top" position

    How would i get it?
    I am trying to to make it easier for my program users to edit the list items. I want it to work like this:



    Private sub list1_dblclick()
    text1.visible = true
    text1.text =...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured