• Member Avatar for P.manidas
    P.manidas

    Began Watching How to prevent child window resizing and change position

    How to prevent child window resizing and change position? code: SetParent lonHandle, Form1.hwnd now, I want to prevent resizing and change position from lonHandle window
  • Member Avatar for P.manidas
    P.manidas

    Replied To a Post in How to prevent child window resizing and change position

    Change the property of child window (Form1) as.. Form1.BorderStyle = 1 Form1.Moveable = False
  • Member Avatar for P.manidas
    P.manidas

    Began Watching listview problem

    hi, can somebody help me? i am using visual basic 6.0 with microsoft access 2003 database i have a form that view the data from the database through the listview …
  • Member Avatar for P.manidas
    P.manidas

    Replied To a Post in listview problem

    Change the line no. 6 as Do While Not rcdset.EOF = True

The End.