language: VB.NET (mono-2.4.2.3)
date: 119 days 9 hours ago
link:
visibility: public
1
2
3
4
5
6
7
8
9
Imports System.Drawing.Drawing2D
Sub Form1_Paint ( s As Object, e As PaintEventArgs ) 
    Handles MyBase.Paint
    Dim g As Graphics = e.Graphics 
    Dim myimg As Image = FromFile.Image ( "C:\fun.jpg" )
    g.DrawImage ( myimg, 50, 50 )
End Sub    
 
 
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/5NswbO/prog.vb (2,4) : Error VBNC30203: Not valid as identifier.
/home/5NswbO/prog.vb (3,12) : Error VBNC30203: Not valid as identifier.
/home/5NswbO/prog.vb (4,8) : Error VBNC30203: Not valid as identifier.
/home/5NswbO/prog.vb (5,8) : Error VBNC30203: Not valid as identifier.
/home/5NswbO/prog.vb (6,6) : Error VBNC30203: Not valid as identifier.
/home/5NswbO/prog.vb (7,8) : Error VBNC30203: Not valid as identifier.
There were 6 errors and 0 warnings.
Compilation took 00:00:00.6232800