Hi,
i am converting a vc++ project written in 16 bit code to 32 bit code. Am using VC++ 6.0.
In the 16 bit code they have used a in build class cvbcontrol which is not supported in 32 bit environment. CVBControl class was used in the code to display the datas in a grid form by fetching the data from the database. Also the datas in the grid displayed can be edited the changed manually.
Can you help in showing me the replacement for this functionality in 32 bit environment.
Thanks