Re: VB5 Object
From: Larry Serflaten (serflaten_at_usinternet.com)
Date: 06/12/04
- Next message: Don_at_home.com: "Re: Why in the Let not in the Get?"
- Previous message: Gale Green: "Re: Why in the Let not in the Get?"
- In reply to: Recon: "Re: VB5 Object"
- Next in thread: Recon: "Re: VB5 Object"
- Reply: Recon: "Re: VB5 Object"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 12 Jun 2004 05:48:33 -0500
"Recon" <nowhere@all.com> wrote
> At the moment I am using the main form to line draw the daily price bars
> (chart). It would be nice to be able to put the mouse cursor over the bar
> and have the open, high, low and close prices displayed somewhere else on
> the screen for that one day. Because I have drawn a line to display the
> price, this is not possible.
You are mistaken, it certainly IS posible. The Form can tell you exactly where
the pointer is, (MouseMove event) from that you can calculate which bar the
mouse is over.
> However, if I can make the line an object, and
> then draw the object, that object would then automatically do that if so
> coded.
> I did have an idea of maybe creating labels dynamicly and drawing them
> instead of the lines.
If you can see how that would work, why not go ahead and try it?
LFS
- Next message: Don_at_home.com: "Re: Why in the Let not in the Get?"
- Previous message: Gale Green: "Re: Why in the Let not in the Get?"
- In reply to: Recon: "Re: VB5 Object"
- Next in thread: Recon: "Re: VB5 Object"
- Reply: Recon: "Re: VB5 Object"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|