Message 1 of 8

Not applicable
05-03-2016
01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I have a form that I created in vb.net which had no errors untill I refrenced the Inventor "Autodesk.Inventor.Interop.dll" now anything to do with color such as the code bellow has an error stating that "Black is not a member of color"? Thats really anoying dose anybody know how to fix this?
'Numeric value check Angle 2 section...S If IsNumeric(DataGridView2.Rows(6).Cells(1).Value) Then 'Restores font style to proper values if error occoured before... DataGridView2.Rows(6).Cells(1).Style.ForeColor = Color.Black DataGridView2.Rows(6).Cells(1).Style.BackColor = Color.White Else
Solved! Go to Solution.