Cool Windows controls

  • Thread starter Thread starter brosembob
  • Start date Start date
B

brosembob

Currently I'm working on a Windows application (C#) where I'll need to
create controls, like VU Meter, Sine Meter, switches, etc. What's the
best technology to use to create those controls? Is GDI+ good for it?
Also I'm looking into possibility of buying such controls. Can
someone send me into the right direction?

Thanks,
-Bob
 
Hi,

Currently I'm working on a Windows application (C#) where I'll need to
create controls, like VU Meter, Sine Meter, switches, etc. What's the
best technology to use to create those controls? Is GDI+ good for it?
Also I'm looking into possibility of buying such controls. Can
someone send me into the right direction?


A good source to find frameworks like those is MSDN magazine , it has lot
of ads.
 
Hello (e-mail address removed),

see www.codeproject.com for control samples and http://www.componentsource.com
for extensive collection of commercial controls
Currently I'm working on a Windows application (C#) where I'll need to
create controls, like VU Meter, Sine Meter, switches, etc. What's the
best technology to use to create those controls? Is GDI+ good for it?
Also I'm looking into possibility of buying such controls. Can
someone send me into the right direction?
Thanks, -Bob
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Thanks guys for your reply.
As far as do it yourself, is GDI+ would be the right technology to use
to implement those types of controls? Do you know any good tutorials on
the web or a book that would be helpful for this matter?

Thanks,
-Bob
 
Hello (e-mail address removed),

yep, GDI+ is good, see samles and tutorials here http://www.codeproject.com/cs/media/#GDI+
BTW, If u are only startind learinig this kind of stuff, I recoment to look
at XAML (Windows Presentation Framework), it's new UI that will be in Vista.
There are several books for XAML and you can download WinFX to try to use it
Thanks guys for your reply.
As far as do it yourself, is GDI+ would be the right technology to use
to implement those types of controls? Do you know any good tutorials
on
the web or a book that would be helpful for this matter?
Thanks, -Bob
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top