📄 changelog
字号:
2007-07-16 Rolf Bjarne Kvinge <RKvinge@novell.com> * Information.vb: Fix 1.0 build.2007-05-30 Rolf Bjarne Kvinge <RKvinge@novell.com> * DateAndTime.vb: Move OS-specific code to the OS drivers (date/time setters). Fix DateAdd to use the current culture. * Information.vb: Speed up IsNumeric and make it equal to Versioned.IsNumeric (except where it's supposed to be different). * Strings.vb: Speed up Filter, and provide an implementation for Asc for non-ascii code pages. * Collection.vb: On any profile below 2.0 the IList.Item setter is broken, so break it.2007-05-21 Eyal Alaluf <eyala@mainsoft.com> * DateAndTime.vb: Fix DateDiff of DateInterval.WeekOfYear2007-05-17 Eyal Alaluf <eyala@mainsoft.com> * Financial.vb: Fix calculations. The biggest issue was non integral periods. E.g. IPmt(0.1/48, 24.5, 48, 50000, 0, DueDate.EndOfPeriod)2007-05-09 Rolf Bjarne Kvinge <RKvinge@novell.com> * Information.vb: Fix type comparison.2007-04-24 Rolf Bjarne Kvinge <RKvinge@novell.com> * Conversion.vb: Build fix.2007-04-16 Rolf Bjarne Kvinge <RKvinge@novell.com> * MsgBoxStyle.vb: Revert ifdef, it was the other way. * Collection.vb: Fix signatures to match MS.2007-03-07 Rolf Bjarne Kvinge <RKvinge@novell.com> * VbStrConv.vb, MsgBoxStyle.vb, Collection.vb, MsgBoxResult.vb: Corcompare work.2007-03-01 Rolf Bjarne Kvinge <RKvinge@novell.com> * FirstWeekOfYear.vb: * DueDate.vb: * Constants.vb: * CallType.vb: * AppWinStyle.vb: * DateAndTime.vb: * ErrObject.vb: * TabInfo.vb: * OpenAccess.vb: * FileSystem.vb: * FirstDayOfWeek.vb: * CompareMethod.vb: * TriState.vb: * SpcInfo.vb: * HideModuleNameAttribute.vb: * VariantType.vb: * OpenMode.vb: * MsgBoxStyle.vb: * DateInterval.vb: * OpenShare.vb: * Conversion.vb: * Information.vb: * DateFormat.vb: * ComClassAttribute.vb: * Strings.vb: * Collection.vb: * AudioPlayMode.vb: * MsgBoxResult.vb: * MyGroupCollectionAttribute.vb: * FileAttribute.vb: CorCompare work.2006-12-29 Rolf Bjarne Kvinge <RKvinge@novell.com> * Strings.vb: Removed a warning.2006-11-27 Miguel de Icaza <miguel@novell.com> * Interaction.vb: Implement InputBox2006-10-22 Guy Cohen <guyc@mainsoft.com> * Fix Get/Set Settings, to use HKCU\Software\VB and VBA Program Settings * Fix Partition bug to better work with spaces2006-10-10 Kornél Pál <kornelpal@gmail.com> * Interaction.vb: Declare Module as Public. (Fix regression.)2006-09-12 Miguel de Icaza <miguel@novell.com> * Interaction.cs: Convert from a Module into an non-inheritable class; Turn all methods into shared methods. (MsgBox): Implement, should make Sudoku work.2006-09-12 Kornél Pál <kornelpal@gmail.com> * Strings.vb: Call AscW(Char) in AscW(Char) recursively that will result in returning the first parameter without any method being called.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -