|
-
March 13th, 1999, 01:15 AM
#1
REALLY URGENT: combo box inside a grid control cell
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
-
March 13th, 1999, 10:32 PM
#2
Re: REALLY URGENT: combo box inside a grid control cell
check out Sheridan's(?) spread.vbx / ocx
-
March 14th, 1999, 08:09 AM
#3
Re: REALLY URGENT: combo box inside a grid control cell
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|