Click to See Complete Forum and Search --> : REALLY URGENT: combo box inside a grid control cell


Darkwing
March 13th, 1999, 12:15 AM
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

Vinayak Sapre
March 13th, 1999, 09:32 PM
check out Sheridan's(?) spread.vbx / ocx

Chris Eastwood
March 14th, 1999, 07:09 AM
Or you could check out the article at the msdn :


http://support.microsoft.com/support/kb/articles/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