Shell32.dll not working

  • Thread starter Thread starter Raja Ranga
  • Start date Start date
R

Raja Ranga

Hello,

I am using the command ShellExecute to open a web page hyperlink (URL) from
a VB application and this was working fine until I installed Office 2003 in
my machine.

Could anyone tell me what would be the solution to open a Web page from a
Visual Basic Form without having to uninstall MS Office 2003 ?

Current version of Shell32.dll in my machine is : 5.0.3502.6077, dated: 02
Oct. 2002

Any hints in this regard is well appreciated.

Thanks & Regards,
Raja Ranga
 
Raja Ranga said:
Hello,

I am using the command ShellExecute to open a web page hyperlink (URL) from
a VB application and this was working fine until I installed Office 2003 in
my machine.

Could anyone tell me what would be the solution to open a Web page from a
Visual Basic Form without having to uninstall MS Office 2003 ?

Current version of Shell32.dll in my machine is : 5.0.3502.6077, dated: 02
Oct. 2002

Any hints in this regard is well appreciated.

Thanks & Regards,
Raja Ranga

Use ShellExecuteEx and GetLastError to find out what's going on, as
ShellExecute doesn't return the error status.
 
Back
Top