MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.

Infragistics Windows Controls Integration Complete

I've been seriously neglecting my blogging duties in favor of getting work done <s>, but wanted to post information on our integration with Infragistics Windows Controls. We completed the integration a few weeks back, integrating the following Infragistics controls with MM .NET:

  • AnimationControl
  • UltraButton
  • UltraCalculator
  • UltraCalculatorDropDown
  • UltraCalendarCombo
  • UltraChart
  • UltraCheckEditor
  • UltraColorPicker
  • UltraCombo
  • UltraComboEditor
  • UltraCurrencyEditor
  • UltraDateTimeEditor
  • UltraDayView
  • UltraDropDownButton
  • UltraExplorerBar
  • UltraFontNameEditor
  • UltraGrid
  • UltraLabel
  • UltraListBar
  • UltraMaskedEdit
  • UltraMonthViewMulti
  • UltraMonthViewSingle
  • UltraNumericEditor
  • UltraOptionSet
  • UltraPictureBox
  • UltraStatusBar
  • UltraTabControl
  • UltraTabStripControl
  • UltraTextEditor
  • UltraTimeZoneEditor
  • UltraTreeView
  • UltraWeekView

As with their web controls, we have added MM . NET automatic data binding, security, and localization to these controls. Again, if you're not familiar with these controls, I recommend checking them out (www.infragistics.com).

Did You Know?

You can use the .NET FlagsAttribute to specify that an enumeration can be treated as a bit field. For example:

[Flags()]
public enum mmSecurityAccessFormLevel
{
   /// <summary>
   ///
Edit
   ///
</summary>
   Edit = 1,

   ///
<summary>
  
///
Add
 
///
</summary>
  
Add = 2,

   
///
<summary>
  
///
Delete
  
///
</summary>
  
Delete = 4,
}

You can then use bit operators to determine if a particular flag is set. For example:

this.chkUserAdd.Checked =
  
((AccessLevel & mmSecurityAccessFormLevel.Add) == mmSecurityAccessFormLevel.Add);

Kevin McNeish
.NET/C# MVP
www.oakleafsd.com


Posted Dec 07 2004, 09:12 AM by KevinMcNeish

Comments

KevinMcNeish wrote re: Infragistics Windows Controls Integration Complete
on 12-09-2004 10:25

Whoo Hoo! Yippee! Yabbadabbadoo!


jMM
KevinMcNeish wrote re: Infragistics Windows Controls Integration Complete
on 12-29-2004 23:22
Alright! And when can we get our hands on these?
KevinMcNeish wrote re: Infragistics Windows Controls Integration Complete
on 01-02-2005 21:28
can anybody help me how do i enable or disable ultraListBar items at the run time
KevinMcNeish wrote re: Infragistics Windows Controls Integration Complete
on 01-03-2005 7:59
For this type of question you should contact Infragistics tech support direcctly
KevinMcNeish wrote re: Infragistics Windows Controls Integration Complete
on 03-10-2005 9:07
With the UltraCalendarCombo. I want to advance the date when given a certain number of days. Say you are making a reminder for yourself that would happen 30 days from today. In other words you want to add 30 days to today's date and have that display in the calendar combo instead. How do you change the date (value) of the combo?
KevinMcNeish wrote re: Infragistics Windows Controls Integration Complete
on 05-10-2005 8:21
In VB.NET


cmbDate.Value.AddDays(days)

Where cmbDate is the name of the Calendar combo and days is the number of days to be added.
TrackBack wrote re:Infragistics Windows Controls Integration Complete
on 05-25-2005 5:05
Infragistics Windows Controls Integration Completeooeess
TrackBack wrote re:Infragistics Windows Controls Integration Complete
on 07-22-2005 20:19
Infragistics Windows Controls Integration Completeooeess
TrackBack wrote re:Infragistics Windows Controls Integration Complete
on 08-03-2005 21:09
Infragistics Windows Controls Integration Completeooeess
KevinMcNeish wrote re: Infragistics Windows Controls Integration Complete
on 11-09-2005 2:17
Thanks

Add a Comment

(required)  
(optional)
(required)  
Remember Me?


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems