Find more posts tagged with
Hello, Thanks for reply. Actually I am running a macro which will extract free edges automatically and takes picture od complete hypermesh window. It is capturing image but The gui for edges is not showing. In backend macro running. I want picture along with edges window activation... Tool - > edges... This should highlight while taking pictures......
i believe the screenshot goes only with the contents of the graphical area.
can you take a screenshot (manually) of what you want in the end? not sure if I got it. do you waant the panel also?
Exactly right... I want panel mainly.. Graphical area I am OK but panel mainly I need it with. Panel should change as per macro....i believe the screenshot goes only with the contents of the graphical area.
can you take a screenshot (manually) of what you want in the end? not sure if I got it. do you waant the panel also?
Exactly right... I want panel mainly.. Graphical area I am OK but panel mainly I need it with. Panel should change as per macro....
You could get the whole area (might be too much), using the HDW command: CaptureDesktop
hwi OpenStack
hwi GetSessionHandle sess
sess CaptureDesktop png C:/temp mypicture.png
hwi CloseStack
can you detail better (with some pictures) what are you trying to accomplish here?