Flatshot command (3D to 2D)

Flatshot command (3D to 2D)

Anonymous
Not applicable
2,025 Views
3 Replies
Message 1 of 4

Flatshot command (3D to 2D)

Anonymous
Not applicable

it is possible for this command "Flatshot", to bypass the dialog box?  Just by using text line.

 

or

 

It is possible to use "Flatshot" command in VBA.

 

Thank's

Alain

0 Likes
2,026 Views
3 Replies
Replies (3)
Message 2 of 4

bikelink
Contributor
Contributor

Up the same question. How can I invoke the command without dialog box ?

thanks in advance!

0 Likes
Message 3 of 4

Anonymous
Not applicable

It is not possible not to show the dialog. Just invoke the command Flatshot, choose configuration you want, click ok and the control returns to code.

 

    '' FlatShot
    Call DOC1.SendCommand("flatshot" & vbCr & "0,0,0" & vbCr & "1" & vbCr & "1" & vbCr & "0" & vbCr)

0 Likes
Message 4 of 4

bikelink
Contributor
Contributor

thank Youo very much, i'll try as soon as possible

0 Likes