۳۱-تير-۱۳۸۷, ۱۳:۱۹:۵۹
سلام
معادل کد زیر توی وب بی 6 چی میشه ؟
Dim parentrect As System.Drawing.Rectangle = Me.ClientRectangle
Me.m_Point_MouseDown = Me.PictureBox1.PointToScreen(e.Location)
Me.m_Point_Min = Me.PointToScreen(New System.Drawing.Point(parentrect.X + DELTA, parentrect.Y + DELTA))
Me.m_Point_Max=Me.PointToScreen(NewSystem.Drawing.Point(parentrect.Right - DELTA, parentrect.Bottom-DELTA))
معادل کد زیر توی وب بی 6 چی میشه ؟
Dim parentrect As System.Drawing.Rectangle = Me.ClientRectangle
Me.m_Point_MouseDown = Me.PictureBox1.PointToScreen(e.Location)
Me.m_Point_Min = Me.PointToScreen(New System.Drawing.Point(parentrect.X + DELTA, parentrect.Y + DELTA))
Me.m_Point_Max=Me.PointToScreen(NewSystem.Drawing.Point(parentrect.Right - DELTA, parentrect.Bottom-DELTA))