Find a .NET control ?

  • Thread starter Thread starter John Young
  • Start date Start date
J

John Young

I posted this in Microsoft.Public.dotnet.faqs but did not get any answers.
Maybe I'll have more luck here, so please bear with me...

Does anyone know where I can find an analog clock control for c#? Something
along the lines of the clock in Longhorn would be great, but I would also
settle for a nice looking digital clock.

Thanks for your time...
 
Thank you for those links. I'll take a look at them...


--
try
{
Linux (any version)
}
catch
{
Format (mainHardDisk)
Install (Windows2000/XP/2003)
}
// You know you want to !!!

John Young
 
http://www.codeproject.com/dotnet/vgclock.asp

That clock is in MyXaml, using VG.net. If you want a version just using
VG.net and not MyXaml, post a message through the VG.net website, and I will
email it to you. It will be included in the next public VG.net build, but
that is not posted yet.

http://www.vgdotnet.com/support.shtml

The clock is a VG.net Picture, but once inserted in a sub-class of Canvas,
you have a Control.

Regards,
Frank Hileman

check out VG.net: www.vgdotnet.com
Animated vector graphics system
Integrated VS.net graphics editor
 
Back
Top