Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am trying to make a small project for auto sign-in to gmail account.. i have to add AxSHDocVw.dll in my project as shown in the existing codes on different forums.. can any body help me out how to add the mentioned library. i cannot locate it...
Posted
Updated 19-Feb-17 20:54pm

Find the location of aximp.exe (on my computer, it was at C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin)
At an elevated command prompt, navigate to the aximp location and execute the following command: aximp %WINDIR%\system32\shdocvw.dll
This will generate SHDocVw.dll and AxSHDocVw.dll in the respective location... you can now add a reference to these files and access the proper control within C#.
To actually utilize the axwebbrowser... customize the toolbox and enable a COM Component for the "Microsoft Web Browser". This will allow you to add the AxWebBrowser control (shows up in the toolbox as "Microsoft Web Browser").

reference: where can I download AxSHDocVw.dll ?[^]
 
Share this answer
 
There are pleny of posts found in GOOGLE SEARCH[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900