Re: Need help to create a map

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hello again

Well your second question is a little better but i still don't see an idea,
or a way of tackling you issue here. Just your requirements and 'how do i do
it?'.

To be honest i am not even sure what you are trying to do from your
description i can't understand. When you say images of your objects, are you
referring to an object in the literal sense? Or code sense?

If you want to put images on a form and then allow user to move them about.
Yes that can be done.

You could use a picture box, and allow user to drag it about by capturing
the mouse down event and tracking it along with updating the picture box
location. That would allow user to move it abt.

For selecting catch the click event on the picturebox and have that return
the value you need to identify which is clicked.

I dont know if that helps



"Paul M" <paul.mercea@xxxxxxxxx> wrote in message
news:%239l20seSHHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
I'm stuck now, because I have images of my objects in png format but i
don't know how to use them like this:
- user can modify the map (position of objects)
- user can select object and selected object must return id value;

Is necesary some envelope to keep togheter all object...can I put object
directly on form??

I need first guidance to create something, more than the ideea.
If my ideea is wrong I would like to know now, not 3 month later an
recreate all project again.

So, any ideea would be appreciated!

Paul


PokerMan wrote:
First YOU attempt it yourself, post snippets of where you got stuck or
some methods of solving this that YOU have thought of. Then people help
you when you are stuck on the way.


"Paul M" <paul.mercea@xxxxxxxxx> wrote in message
news:%23b4pnzdSHHA.2256@xxxxxxxxxxxxxxxxxxxxxxx
Hi

I need to create a map for a room (chairs, bed, TV, forniture, etc).
All object allready exists like png images. I need to create a map for
each room, i mean the user need to create.

How can I do this?

TIA,
Paul


.



Relevant Pages

  • Re: OL24 White Peak - cover pic
    ... It's like, say, putting a picture of someone doing an ornate carving ... Publishers put all sorts of images on the fronts of books and other stuff. ... The picture is just that, a picture, it isn't required to convey anything about the map, in fact it's completely unnecessary other than for decoration. ... I've got a book here on Client Server Programming that has a Medieval knight on the front cover and spine. ...
    (uk.rec.walking)
  • Re: Problem displaying web pages
    ... Compress graphics file sizes to create smaller Publisher Web ... You add it to the picture toolbar after installing the SP. ... rendering two different versions of both your company logo and the ... viewing this site in publisher the images are good quality. ...
    (microsoft.public.publisher.webdesign)
  • Re: How can I hyperlink to an enlarged picture in Publisher 2003?
    ... I was referencing the way you produce your html ... One of the places where Publisher starts to feel its limits is when the ... When you resize and optimize your images, ... Picture> Size tab). ...
    (microsoft.public.publisher.webdesign)
  • Re: How do I create mouse overs for web documents?
    ... I did tweak the sky and the picture is a LITTLE bit clearer. ... Many thanks David. ... > you can see that you have added the alt tags to your images as they load ... and to get the alt tags to work in Pub 2003 requires ...
    (microsoft.public.publisher.webdesign)
  • Re: How to hide jpg
    ... To create your single large data file you could write a VB app to Open a new file for Binary and use Put to write an array of 101 Longs into the file. ... This will enable you to store one Long value and 50 "pairs of Longs" with the first Long containing the number of images the file contains and each "pair of Longs" thereafter specifying an "offset from the beginning" in LongA and the image data length in LongB. ... Then you can use that single data file in your own main VB program by writing code to extract the "number of images in the file" and then "look at" each appropriate pair of Longs in turn and "Get" data of the appropriate size and starting at the appropriate point into a Picture Box or StdPicture object or whatever. ... Private Declare Function GlobalAlloc Lib "kernel32" _ ...
    (comp.lang.basic.visual.misc)