niksap
October 5th, 2003, 09:58 AM
The MFC Application, which include DataGrid, works in Windows2000 and WindowsXP. But in Windows98 it don't show DataGrid. Why, please?
|
Click to See Complete Forum and Search --> : Show DataGrid in Windows98 niksap October 5th, 2003, 09:58 AM The MFC Application, which include DataGrid, works in Windows2000 and WindowsXP. But in Windows98 it don't show DataGrid. Why, please? Doctor Luz October 6th, 2003, 02:53 AM Perhaps you don't have registered the DataGrid's .ocx file in the Win 98 computer. niksap October 6th, 2003, 03:36 AM Thank you. I'am beginner at operating system. Can you help me again? I have the MSDATGRD.OCX file in the Win XP computer. How can I register this file in the Win 98 computer? Doctor Luz October 6th, 2003, 06:53 AM Originally posted by niksap Thank you. I'am beginner at operating system. Can you help me again? I have the MSDATGRD.OCX file in the Win XP computer. How can I register this file in the Win 98 computer? Put the file in the Windows/System32 directory and use the RegSrv32.exe application form the DOS prompt. Setup->Execute->Command cd c:\windows\system32 (or your system directory name if other) RegSrv32 msdatgrd.ocx codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |