Can someone translate this visual basic source code for me into PROPER English??
Hi, i am trying to read some visual basic source code and am trying to figrue out what every line of the codes mean
For example:
"Private Sub MDIForm_Load()
Me.Show
Set CN = New ADODB.Connection
Private Sub MDIForm_Load()
' display current form ie MDI
Me.Show
' set new ADO database connection to CN, I think CN is global variable.
Set CN = New ADODB.Connection
'open the connection/masterfile.mdb





Another requirement for many test facilities is the ability to program a DPG using familiar software like Visual Basic. DPGs are often compact and portable enough to be able to use them from the designer's desk, powered from a PC's USB port.