i have vb.net program and code is follow by below
Try
Dim frm1 As fViewStock ' Form1
frm1 = New fViewStock
Application.Run(frm1)
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
screen will appear error msg.click this link to view error msg :
http://bp1.blogger.com/_Ho8coLCIRLo...M/OLhmL1uSdJo/s1600-h/masa+starting+error.JPG
what i need to check? what i need to do? some one who expert please help.I'll
appreciate any help
Try
Dim frm1 As fViewStock ' Form1
frm1 = New fViewStock
Application.Run(frm1)
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
screen will appear error msg.click this link to view error msg :
http://bp1.blogger.com/_Ho8coLCIRLo...M/OLhmL1uSdJo/s1600-h/masa+starting+error.JPG
what i need to check? what i need to do? some one who expert please help.I'll
appreciate any help
Last edited: