An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
I want to capture pic while conducting both... I tried script but it is not changing... Can some body help me
can you detail better (with some pictures) what are you trying to accomplish here?
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?
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