Ok, thnx a lot for your nice comments.
This is how it works:
Wait For 5 Seconds
The above statement is break into 4 parts. i.e;
Wait
For
5
Seconds
Now simply we tell vb that if "Wait" keyword occurs, then search for "For" keyword right after "Wait" and if it finds "For" then it searches for an integer and if it founds a valid "Integer" then it finally finds "Second" or "Minute" keyword. Else it gives the syntax error.
So how can I make an exe ??
Making an exe is as simple as creating an installer.
We just need to pass the source code to the compiler.
The compiler checks the code and pass it to another class that will actually create Exe.
That class actually contains C# compiler. C# compiler converts the vb code to C# and makes the exe on the specified location. That's it !!
So, as you see all vb stuff can be done using this...coz its actually vb in the back end.
I love love this forum and I think this forum can have its own simplest language !!
Regards
Hassan