--
- Dani
The range of possible error codes a function can fail with is virtually
unlimited, and would be just about impossible to document. You shouldn't
need to know all the ways in which a function can fail - simply call
"GetLastError" and it'll tell you which error a function has generated.
If you want to tell the user the reason for the error, "FormatMessage"
will convert an error code into a "text string".
Chris
----------------------------------------------------------------
Chris Marriott, Microsoft Certified Solution Developer.
SkyMap Software, U.K. e-mail: ch...@skymap.com
Visit our web site at http://www.skymap.com
Steve R.
Thanks
Just type "regsvr32 grid32.ocx" in the .ocx's directory.
--
Andy Duplain, Syntegra, Brighton, UK.
*** When replying via e-mail, replace "nospam" with "syntegra" ***
GUJUN wrote in message <01bcfa92$033c8b80$16c809c0@gujunpc>...
>Hi,
>How can register the Grid32.OCX in the Window95 where the Grid32.ocx is not
>registed?
>
>Thanks
>
Use Regsvr32. The source code for it is included with most MS
development tools.