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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you convert a string length into a form/ control cordinate ?

Status
Not open for further replies.

Collin

Programmer
Jul 18, 1999
46
US
I want to duplicaate the Auto list members functionality of the code window in design mode in a textbox in my project.<br>

 
Well you need to use the mouse move event of the textbox<br>
and pop up a listbox that has items in it.<br>
The listbox's X-Y coordinates need to be where the Mouse's X-Y coords are.<br>
<p> DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top