Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
3,191 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi All
Since I'm New to VC++ 2019 , would like to seek kind help in adding/inserting a bitmap or an image from a file in word document on the click of a button in a MFC dialog. Appreciate if someone can share steps to do the same. Would be highly grateful.
Regards
Use Office Automation
(you can find many samples in Google by typing for example : "word automation mfc")
then
Document.InlineShapes
InlineShapes.AddPicture
to insert an image