Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rajivpandey
  • Order by date
  1. rajivpandey

    I need to load a form and have it show at a specific position

    Declare two public variables in general section. lets say Public v1 as double public v2 as double in mousedown even v1=x v2=y in the load even of called form me.top=parenform.v1 me.left=parenform.v2 try this .. i have just tried this and it is working.. regards rkp
  2. rajivpandey

    ADO Data Control does return data

    Well your problems is related to server communication. would you mind telling me a bit detail of you access method. that will help me in helping you better.. regards rkp
  3. rajivpandey

    I need to load a form and have it show at a specific position

    You can achieve this by trapping the X and Y values of the mouse button. In the load event of form that you want to call pass these(X,Y) values and set for calling forms 'top' and 'left' properties. i hope that will solve your problems. thanks regards rkp

Part and Inventory Search

Back
Top