Expand Minimize
This topic has not yet been rated - Rate this topic

'Line' statements are no longer supported (Visual Basic Compiler Error)

Line statements are no longer supported. File I/O functionality is available as Microsoft.VisualBasic.FileSystem.LineInput and graphics functionality is available as System.Drawing.Graphics.DrawLine.

Error ID: BC30830

To correct this error

  1. If performing file access, use Microsoft.VisualBasic.FileSystem.LineInput.

  2. If performing graphics, use System.Drawing.Graphics.Drawline.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.