I am trying to execute the "Data()" subroutine at startup. This did not work:
Is there a way to call the subroutine at the begining of debug?Code:Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Call Data() End Sub




Reply With Quote