Tự học thiết kế chương trình cho học sinh làm toán bằng Visual Basic 6.0 tập 1 part 8 ppt
Ngày tải lên: 10/08/2014, 15:21
Tự học thiết kế chương trình cho học sinh làm toán bằng Visual Basic 6.0 tập 2 part 8 docx
Ngày tải lên: 10/08/2014, 15:21
Dùng List Controls trong visual Basic 6
... As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Global Const LB_SETHORIZONTALEXTENT = &H194 Kế đó trong Sub Form_Load gọi Function SendMessage qua Application Programming ... Horizontal Scrollbar. Dim VLong As Long ' make a horizontal scrollbar for both Listboxes VLong = SendMessage(lstAscii.hwnd, LB_SETHORIZONTALEXTENT, lstAscii.Width, ByVal 0) VLong = ... Dim PersonId As String * 5 Dim PersonName As String * 20 ' Assign PersonId to fixed length text PersonId = txtPersonId.Text ' Assign PersonName to fixed length text PersonName...
Ngày tải lên: 28/08/2012, 15:46
Giáo trình Visual Basic 6
... = Convert.ToInt 16( cao) 've truc hoanh, điểm tịnh tiến gốc (0,cao/2) g.DrawLine(pen1, point1, Point2) point1.X = 0 point1.Y = Convert.ToInt 16( cao / 2) Point2.X = Convert.ToInt 16( rong) ... Point2.Y = Convert.ToInt 16( cao / 2) g.DrawLine(pen1, point1, Point2) 'tính điểm đầu x0 = a y0 = Math.Sin(a) x1 = a point1.X = Convert.ToInt 16( (x0 - a) * tlx) point1.Y = Convert.ToIn 16( cao ... While (x1 <= b) x1 = x1 + 0.05 y1 = Math.Sin(x1) Point2.X = Convert.ToInt 16( (x1 - a) * tlx) Point2.Y = Convert.ToInt 16( cao / 2 - (y1 * tly)) g.DrawLine(pen1, point1, Point2) point1.X...
Ngày tải lên: 13/11/2012, 10:23