CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Posts
    25

    .IMG file format

    I want to open some map files in .IMG file format using vb. I want to make the maps interactive as on click next detailed map opens. Kindly tell me the way to do this?


  2. #2
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: .IMG file format

    I give you only way to realise this.
    Transfer .IMG into any format recognized VB.
    In event MouseUp this picture box write code for open new map. This event have information about coordinate mouse pointer. Analyse this and open map.

    Andy Tower

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured