popup like live.com ?

  • Thread starter Thread starter Aruna Tennakoon
  • Start date Start date
A

Aruna Tennakoon

hi guys..

I am looking for a sample windows application in .NET like when we do a
image search in www.live.com and when we take the mouse pointer near the
image it shows a popup message(like zoom) with its details. any idea how
to do a small program like that in .NET ?

Thanks,
-Aruan
 
Hello Aruna,

It's just div, whith change its size and add new content when the mouse is
on the pic

This quesion is more appropriate for the asp.net group.


---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AT> hi guys..
AT>
AT> I am looking for a sample windows application in .NET like when we
AT> do a image search in www.live.com and when we take the mouse pointer
AT> near the image it shows a popup message(like zoom) with its details.
AT> any idea how to do a small program like that in .NET ?
AT>
AT> Thanks,
AT> -Aruan
 
Hi Michael,

Thank you for your note. I am doing this for a windows application not a
web application. Do u have any sample projects do the same like live.com ?

Thanks
-Aruna
 
Hello Aruna,

For the windows form controls refer to the "windowsforms" newsgroup to get
the guidance how to implement such a control

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

AT> Hi Michael,
AT>
AT> Thank you for your note. I am doing this for a windows application
AT> not a web application. Do u have any sample projects do the same
AT> like live.com ?
AT>
AT> Thanks
AT> -Aruna
AT> AT>
Hello Aruna,

It's just div, whith change its size and add new content when the
mouse is on the pic

This quesion is more appropriate for the asp.net group.

---
WBR, Michael Nemtsev [.NET/C# MVP]. My blog:
http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo

AT> hi guys..
AT> AT> I am looking for a sample windows application in .NET like
when we
AT> do a image search in www.live.com and when we take the mouse
pointer
AT> near the image it shows a popup message(like zoom) with its
details.
AT> any idea how to do a small program like that in .NET ?
AT> AT> Thanks,
AT> -Aruan
 
Back
Top