putting image on other image in ms word
-
hi everybody, can anybody tell me how can we put a image over another image in ms word through C#.I mean after inserting a image in word file through C# i have to insert another image over previous image.How to do this please help me regards, praveen
-
hi everybody, can anybody tell me how can we put a image over another image in ms word through C#.I mean after inserting a image in word file through C# i have to insert another image over previous image.How to do this please help me regards, praveen
Does Word even support this ? Or do you mean replace ( not merge ) the image ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
-
Does Word even support this ? Or do you mean replace ( not merge ) the image ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
actually i have inserted a image of a windows now i want to put mouse icon image on some specific point over previously inserted image.i don't know whether word support this or not.if possible then please let me know. thanks, praveen
-
actually i have inserted a image of a windows now i want to put mouse icon image on some specific point over previously inserted image.i don't know whether word support this or not.if possible then please let me know. thanks, praveen
I don't believe so, no. If you can't do it in Word, I doubt you can do it by controlling Word. You want to draw an icon as you move the mouse, or make a permanent watermark ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
-
I don't believe so, no. If you can't do it in Word, I doubt you can do it by controlling Word. You want to draw an icon as you move the mouse, or make a permanent watermark ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
i have an icon image of mouse arrow i just want to put it somewhere over the image.
-
i have an icon image of mouse arrow i just want to put it somewhere over the image.
OK, if you want to merge it on once, perhaps you can retrieve the bitmap and draw your arrow on it.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert
-
hi everybody, can anybody tell me how can we put a image over another image in ms word through C#.I mean after inserting a image in word file through C# i have to insert another image over previous image.How to do this please help me regards, praveen
You just have to change the properties of the images so that they can overlap. Normaly, when images are defined "in front of text", they are able to overlap. Then you just need to change the position of the images. Try to make it manualy by recording in a macro your action, then get the code and adapt it to offie automation. it should work.
David Domingues at webrickco@gmail.com. Feel free to visit http://webrick.athost.net/index.php