Why don't answer: Showing Form as Field Lookup

Hi!
I made a form with only one combo box which loads data from database.
well problem is that i want to show that form as a lookup control for the datagrid, i can show that form on another form but i can't align that form just under/over the active cell of datagrid on another form.
please help me solve this problem.
Shani.
[346 byte] By [Zeeshan] at [2008-2-7]
# 1

Instead of a form for the Combobox, try a UserControl. That's going to be a lot wasier to position correctly, and the code will work exactly the same as in your Windows Form.

S

BillSempf at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
Hi Bill!
Thank you, atleast for answering my post. I'll try to check that way.
Shani!
Zeeshan at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic Language...