Search:

Type: Posts; User: dbryan

Search: Search took 0.04 seconds.

  1. Re: How to get values from a MDI form from a child form

    But will this work on a MDI form? How about a listview?
  2. How to get values from a MDI form from a child form

    I've been looking for the answer so now I'm just going to ask the VB6 community;

    I have an MDI form that is used for data editing and viewing. I want to open another form (preferably dialog) from...
  3. Re: How to determine selected cell in Listview with a scroll bar?

    Could I somehow use Getscrollinfo to determine this?

    Public Declare Function GetScrollInfo Lib "user32" Alias "GetScrollInfo" (ByVal hWnd As IntPtr, ByVal n As Integer, ByRef lpScrollInfo As...
  4. How to determine selected cell in Listview with a scroll bar?

    I have the following code for selecting a column within a selected row

    Private Sub LV_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
    Dim i As Integer

    iCurX...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width