استخدام الاداة Data Grid فى Visual basic 6 و Dot Net
صفحة 1 من اصل 1
استخدام الاداة Data Grid فى Visual basic 6 و Dot Net
استخدام الاداة Data Grid فى Visual basic 6 و Dot Net
لكل من انتقل من Visual basic 6 الى Visual studio 2005 أو .net اليكم الخصائص والوسائل والاحداث
الخاصة باداة التحكم Data Grid فى Visual basic 6 وما يقابلها فى Visual
studio 2005 وهو تقريبا متوافق مع
Visual dot Net :
Properties
لكل من انتقل من Visual basic 6 الى Visual studio 2005 أو .net اليكم الخصائص والوسائل والاحداث
الخاصة باداة التحكم Data Grid فى Visual basic 6 وما يقابلها فى Visual
studio 2005 وهو تقريبا متوافق مع
Visual dot Net :
Properties
Visual Basic 6.0 | Visual Basic 2005 Equivalent |
AddNewMode | New implementation. Data operations are handled in the data source. For more information. |
Align | Dock and Anchor |
AllowAddNew | AllowNew (BindingSource) |
AllowArrows | No longer an adjustable property; arrow navigation always allowed. For more information. |
AllowDelete | AllowRemove (BindingSource) |
AllowRowSizing | AllowUserToResizeRows |
AllowUpdate | AllowEdit (BindingSource) |
Appearance | New implementation. For more information. |
ApproxCount | New implementation. Data operations are handled in the data source. For more information. |
BackColor | BackgroundColor |
Bookmark | New implementation. You can now directly access any item. |
Caption | New implementation. Use a Label control to simulate a title bar. |
Col | SelectedColumns |
ColumnHeaders | ColumnHeadersVisible |
Container | Parent; inherited from Control. |
CurrentCellModified | IsCurrentCellDirty, IsCurrentCellInEditMode |
CurrentCellVisible | CurrentCell |
DataChanged | IsCurrentCellDirty, IsCurrentRowDirty |
DataFormats | DataGridViewCellStyle.object. |
DefColWidth | Width DataGridViewColumn object. |
DragIcon DragMode | New implementation. For more information. |
EditActive | IsCurrentCellInEditMode |
FirstRow | FirstDisplayedScrollingRowIndex |
Font FontBold FontItalic FontName FontSize FontStrikethrough FontUnderline | Font |
ForeColor | ForeColor |
HeadFont | DataGridViewCellStyle object. |
HeadLines | No direct equivalent. Use the WrapMode property of the DataGridViewCellStyle object in combination with ColumnHeadersHeight. |
Height | Height, inherited from Control class. |
HelpContextID | New implementation. For more information. |
hWnd | Handle |
hWndEditor | New implementation. Use Handle. |
Index | New implementation. For more information. |
Left | Left, inherited from Control class. |
LeftCol | FirstDisplayedScrollingColumnIndex |
MarqueeStyle | No direct equivalent. Use the SelectionMode, CellBorderStyle, and Format properties. |
RecordSelectors | RowHeadersVisible |
Row | SelectedRows |
RowDividerStyle | GridColor, CellBorderStyle, RowHeadersBorderStyle, ColumnHeadersBorderStyle properties. |
RowHeight | Height |
SelBookmarks | New implementation. You can now directly access any item. |
SelEndCol SelStartCol | SelectedCells, SelectedColumns |
SelLength | No direct equivalent. Use the SelectionLength property in the EditingControlShowing event handler. |
SelStart | No direct equivalent. Use the SelectionStart property in the EditingControlShowing event handler. |
SelText | No direct equivalent. Use the SelectedText property in the EditingControlShowing event handler. |
Split Splits TabAcrossSplits | New implementation. Split views are not directly supported; use a SplitContainer control. |
TabAction | StandardTab |
Tag | New implementation. |
Text | CurrentCell.Value |
ToolTipText | ToolTip component |
Top | Top |
VisibleCols | DisplayedColumnCount method. |
VisibleRows | DisplayedRowCount method. |
WhatsThisHelpID | New implementation. For more information. |
Width | Width, inherited from Control class. |
WrapCellPointer | No longer an adjustable property; default behavior is WrapCellPointer = True. |
123- عضو نشط
- عدد المساهمات : 34
نقاط : 164
تقييم العضو : 0
تاريخ التسجيل : 15/06/2010
الوسائل والاحداث
Methods
Events
Visual Basic 6.0 | Visual Basic 2005 Equivalent |
CaptureImage | New implementation. Capturing the contents of a DataGridView control to a PictureBox control is not supported. |
ClearFields | New implementation. Column formatting is automatic when re-binding. |
ClearSelCols | ClearSelection |
ColContaining | IndexOf (DataGridViewColumnCollection) |
Drag | New implementation. For more information.. |
GetBookmark | New implementation. Bookmarks are no longer supported. |
HoldFields | New implementation. Column formatting is preserved when rebinding. |
Move | SetBounds, inherited from Control class. |
Rebind | ResetBindings, inherited from Control class. |
RowBookmark | New implementation. Bookmarks are no longer supported. |
RowContaining | IndexOf (DataGridViewColumnCollection) |
RowTop | GetContentBounds (DataGridViewCell) |
Scroll | New implementation method. Use the CurrentCell property. |
SetFocus | Focus |
ShowWhatsThis | New implementation. For more information.. |
SplitContaining | New implementation. Split views are not directly supported; use a SplitContainer control. |
ZOrder | BringToFront()or SendToBack()functions |
Events
Visual Basic 6.0 | Visual Basic 2005 Equivalent |
AfterColEdit | CellEndEdit |
AfterColUpdate AfterDelete | New implementation. Data operations are handled in the data source. For more information.. |
AfterUpdate | RowsAdded |
BeforeColEdit | CellBeginEdit |
BeforeColUpdate BeforeDelete BeforeInsert BeforeUpdate | New implementation. Data operations are handled in the data source. For more information.. |
ButtonClick | Click (Button control) |
Change | TextChanged |
Click | SelectedIndexChanged |
ColEdit | CellBeginEdit |
ColResize | ColumnWidthChanged |
DblClick | CellMouseDoubleClick |
DragDrop DragOver | New implementation. For more information. |
Error | DataError |
HeadClick | ColumnHeaderMouseClick |
MouseDown | CellMouseDown |
MouseMove | CellMouseMove |
MouseUp | CellMouseUp |
OLECompleteDrag OLEDragDrop OLEDragOver OLEGiveFeedback OLESetData OLEStartDrag | New implementation. For more information. |
OnAddNew | RowsAdded |
RowColChange | CurrentCellChanged |
RowResize | RowHeightChanged |
SelChange | SelectionChanged |
SplitChange | New implementation. Split views are not directly supported; use a SplitContainer control. |
Validate | Validating |
123- عضو نشط
- عدد المساهمات : 34
نقاط : 164
تقييم العضو : 0
تاريخ التسجيل : 15/06/2010

» Run time Errors in Visual basic
» عمل فلاشة لبدء تشغيل الجهاز وتنصيب ويندوز 7 منها ، الاداة مقدمة من ميكروسوفت
» شرح استخدام WHERE مع كل جمل SQL
» شرح كامل لاستخدام الاداة SSTAB والتحكم بها ، Using SSTAB control
» Data base Tranning 1 Answer
» عمل فلاشة لبدء تشغيل الجهاز وتنصيب ويندوز 7 منها ، الاداة مقدمة من ميكروسوفت
» شرح استخدام WHERE مع كل جمل SQL
» شرح كامل لاستخدام الاداة SSTAB والتحكم بها ، Using SSTAB control
» Data base Tranning 1 Answer
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى
» مضاد فيرس مجاني من ميكروسوفت New Antivirus From Microsoft - Free
» كيفية تثبيت Windows XP بعد تثبيت Windows7
» النسخة الاصلية لكتاب الف ليلة وليلة الممنوع ( للكبار فقط )
» http://ahlakalam.to-relax.net/t476-topic
» كتاب نادر - اعترافات جولدامائير واسرار لم تنشر عن حرب اكتوبر
» الكتاب الاسود - قصة تعذيب المسلمين فى عهد حسنى مبارك
» الكتاب النادر اول حوار صحفى مع جنى مسلم
» كتاب نهاية اسرائيل والولايات المتحدة الامريكية
» كتاب ( الحلم اليهودى والوهم الماسونى )
» Internet Download Manager 6.05 Build 2 Final
» مجموعه كتب رائعة - متنوعة
» فن الالقاء الرائع للدكتور طارق سويدان
» شرح بالصور لكيفية صنع نسخة ويندوز خاصة بك واضافه البرامج والتعريفات لها
» تحويل الملفات الى PDF بدون برامج
» Hiren's BootCD 13.1
» نزهة الألباب فيما لا يوجد فى كتاب - من كتب الثقافة الجنسية العربية
» شقائق الاترج فى رقائق الغنج - من كتب الثقافة الجنسية العربية النادرة
» الحرام - مغامرات حقيقية لأميرة سعودية
» عملية ذبح نمر وسلخ جلدة- حصرية ونادرة جداجداجدا