register msrdp.ocx

  • Thread starter Thread starter Viresh
  • Start date Start date
V

Viresh

I registerd the msrdp control, but when I add it in the componentes (in VB),
it gives the following error message:
The file msrdp.ocx was not registerable as an activex component.
what should i do?

Thsnks.
 
Place msrdp.ocx on drive C:\
1. Start -> Run -> cmd -> ENTER
2. cd\ -> ENTER
3. regsvr32 msrdp.ocx
4. if "DllRegisterServer in msrdp.ocx successed" then you success registered your ocx file.
 
Back
Top