Originally posted by: new VC user
How to change the background Colors
ReplyOriginally posted by: Naeem Hassan Dad
How we create Inplace Combo box in specified cell? For example we only need to create a combo box in 1st row and 1st column.
ReplyOriginally posted by: Andrew Choi
I made a popup dialog box which has combo-grid box.
It's working fine after solving a lot of problems which is caused from my bad bad vc knowledge.
So, although is my dialog is working, I doubt the steps I did.
Can you please tell me whether my step is wrong or not?
If it is wrong, please give me the right step.
This is my step:
1. I first add gridctrl from registered ActiveX controls.
2. I copied files from the combogrid projects to my project.
At this point, current gridctrl is updated by combogrid.
3. I made a gridcontrol on a dialog.
That's all.
The biggest question of my project is that when I open the sample project I can see some classes through class wizard, but on my project I cannot see the classes that I copied into my project. Is it ok not showing the class?
Thanks
Andrew
Originally posted by: vamshidharreddy
i am using this grid in my application. and any body help me how to retrieve the single sell information and store it to a variable and then tranfer to database. please and any body help me...........
mail me
ReplyOriginally posted by: Jonatan and Estela
Hello, we have an application running in Windows NT that uses this control, but when we tried to use it in W95/98/2000, it doesn't work.
We tried to put a custom control, only with the DDX link, and it doesn't work properly.
Have you got any idea about how to solve it?
Thanks, Jonatan and Estela
ReplyOriginally posted by: Rashid Saleem
Wonderful work!
Anybody has seen the Grid used by SQL server 7.0 to specify column names and attributes. In a single row of a grid, there are text boxes, drop-down combos, and checkboxes in different columns of grid. Anybody any idea how it can be done?
Originally posted by: Kim tae hyun
When listbox drop down at last row, frame of 'Custom Control' cover over list of listbox.
How can I surmount this problem?
Originally posted by: D. Burgess
I have also been using lists to edit cells. I do this by adding an array of strings to the item structure. If the array is not empty, a list is used. Otherwise, a text field is used.
This control has been very useful!
Reply
Originally posted by: Alexander Gavrilov
Hi,
I have been playing around with CInPlaceList control, and have discovered
a bug. Pressing the Ctrl key will actually cause a GPF (stack overflow).
This will happen anytime the CBS_DROPDOWN style is included. When
subclassed CEdit control OnKeyDown is called, and if the key happens to
be Ctrl, it will send a WM_KEYDOWN message to the owner. The owner being
CInPlaceList control, will call CComboBox::OnKeyDown, thus causing the
loop to occur. If you need more details, please let me know.
Alex.