How To Register My Visual Basic Program Into System Registry?

i made a simple program and i made it executable and then i tried to run it in other computer without installed visual basic and when i’ve run it has an error said Run-time error 339 Component MSDTAGRD.ocx or one of its dependencies not correctly registered. A file is missing or invalid. Who can helped me on this>>>????

Tags: , , , , , ,

2 Responses to “How To Register My Visual Basic Program Into System Registry?”

  1. ????? Bhayana says:

    You can’t run the program directly by .exe file (which you have made by File >> “yourprojectname”.exe) on other computer which havn’t VB or dependency files installed. For this you have to make a Package of your Project -
    Go to -
    Start >> Microsoft Visual Studio >> Microsoft Visual Studio Tools >> Package & Deployment Wizard
    Select your project file, click on the package and proceed further.

  2. paresh says:

    you must need install “SDK of vb”
    in other computer…

Leave a Reply