About Rohit Prakash Expertise I can answer questions on VB.NET 2003. Areas include: Designing/Developing/Deploying desktop/client-server applications. I can also help in database connectivity using ADO.NET to connect to popular databases like Oracle,Access,SQL Server,MySQL,PostgreSQL etc.
Experience I have 3 years experience using Visual Basic.NET in corporate environments. I have been providing consulting to private organizations and large departments and also developed solutions for custom needs.
Education/Credentials Master of Computer Applications.
Question hi
how can i get the location of a control according to the parent form (not parent panel or groupbox)?
thanks
Answer Can you illustrate what actually you want?
With what I understand with your question, if you want to position the control according to the parent form, then you can store the X,Y positions of parent form in a global variable and when you want to show the control you can use the module variables and add desired values to position it accordingly.
If you can clear your exact requirement, I may be able to help you better.