i'm kinda new to vb.net although i have been using vb6 4 over a year now. So when i got this error it really stumped me. this is the error:
'Sub Main' was not found in 'WindowsApplication6.Form1'.
what does it mean, what is this sub main.
I no to most of you guys this must be simple but im really stuck.
thnx for any help
Sub Main is referring to the start point of the project. Check your project properties. Its likely that you changed the name of a form that was originally set to start up.
Sub Main is referring to the start point of the project. Check your project properties. Its likely that you changed the name of a form that was originally set to start up.
Thanks! that's the problem i encountered.
but how to change the form name if i do want to?