Bitmap to Word document

How to draw a rectangle and covert to an image and that image saved into word file?
Use Word.

Seriously, messing with the file format directly is not the thing to do.

If you must use C++ to direct the process, you will need to Automate Word as a COM object. Links to start reading here:
http://social.msdn.microsoft.com/Forums/en-US/ce5eae50-9fa4-4334-874f-b0fce2e53015/how-to-use-word-automation-from-unmanaged-c?forum=worddev

When googling for more, remember that you are using "unmanaged c++" (unless you want to download VS Express and use C++/CLI).

You've got a bit of learning to do. Good luck!
Topic archived. No new replies allowed.