Dear All,
I am new to UltraGauge.Can any body tell me how to implement it.
Thanks
I have implemented it .If any body want to know can ask me..Still I am doing RND on it and I am looking where all I can apply in my system
bye
Hi, i have been struggling with the implementation for a while now. i was wondering if you could point me in the right direction. Tom
HI Tom,
// transverse through each gauge
// val is the variable you want to diaplay on the gauge
{
rg.Scales[0].Markers[0].Value = Convert.ToInt32(val);
rg2.Scales[0].Markers[0].Value = Convert.ToInt32(val);
}
any body can tell me using vb 2008 code
HI,
Here is a good link to do C# to VB conversiona and VB to C#
http://www.developerfusion.com/tools/convert/csharp-to-vb/
Cut and paste the code from the previous post into this website