vb6.0 crashes



JJ
07-10-2005, 01:14 AM
Hi,

When I am trying to open a new application in VB and add microsoft
components such as msflxgrd.ocx or richtxt32.ocx etc
or an existing application that contains such components what happens is
that it searches for an entry in the registry in the path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Visual Basic\6.0\

If the component that we are trying to use has an class entry in this path
then the project opens successfully.
If there is no entry in the path then the vbp closes
If we login in as an administrator and open a new application or an old
application then an entry of the components that are referred in the project
is made in the registry in the above path and the project opens without any
error.

Then if we login as a normal user and open a project, since there is an
entry in the registry in the above path the project opens without any error.

Thanks in advance

Regards,
JJ

mail to me at maheshjj@yahoo.com


vb6.0 crashes