ניסיתי
קודם כל תודה על הקישור.. כתבתי:
<%@ Page Language="VB" %> <%@ import Namespace="System.Collections.Specialized" %> <%@ import Namespace="System.Drawing" %> <%@ import Namespace="System.Drawing.Imaging" %> <script runat="server"> Dim myBitmap As New Bitmap("hemy.jpg") myGraphics.DrawImage(myBitmap, 10, 10) </script>
וקיבלתי שגיאה:
BC30188: Declaration expected.
שמפנה לשורה:
myGraphics.DrawImage(myBitmap, 10, 10)