I have a program written in VB4.
Problem: How do you make a cell in a grid control behave like a combox when you click on it? Is there a control that combines both a grid control with a combo box?
I really really need help on this.
Thanks,
Darkwing
Printable View
I have a program written in VB4.
Problem: How do you make a cell in a grid control behave like a combox when you click on it? Is there a control that combines both a grid control with a combo box?
I really really need help on this.
Thanks,
Darkwing
check out Sheridan's(?) spread.vbx / ocx
Or you could check out the article at the msdn :
http://support.microsoft.com/support.../q140/8/88.asp
Which shows how to use a textbox (you could change it for a combo) with a Grid Control in VB4. The MSFlexGrid in VB5 is even easier to use with edit controls.
Regards
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb
How to Edit Grid Cells in VB Using Overlapped Text Box