>I am creating a VB application to run over mapinfo.

I thought I felt something.

>I want to allow the user to save the mapinfo window which I am
>displaying in a picture box as bitmap. Here is my code but it
>is not working
>
> mapinfo.do "Save Window mapWinID AS ""FILE.bmp"" Type ""bmp"" "
>
>does anyone have  any suggestions

It looks like you need to replace mapWinID with a number. If you
are using mapWinID as a variable in your VB application, perhaps
something like this:

  mapinfo.do "Save Window " + mapWinID + " AS ""FILE.bmp"" Type ""bmp"" "




----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to