Making editors for cricket games

Ok, you seriously need to consider learning VB. These seem to be basic syntax/programming errors. At this rate, you would keep posting at every stage.
 
Try completing your Try...Catch (after line 29) and nesting your if statements correctly (line 38 but would need to see more of the code).
 
I'd agree with asprin. Simply copy-pasting from the net wont really help you.

First error is that every Try needs a Catch block, and for the second, count is not a string function IIRC.
 
Ok, you seriously need to consider learning VB. These seem to be basic syntax/programming errors. At this rate, you would keep posting at every stage.
I know but how I fix this now.

Try completing your Try...Catch (after line 29) and nesting your if statements correctly (line 38 but would need to see more of the code).
I try but not work.

I'd agree with asprin. Simply copy-pasting from the net wont really help you.

First error is that every Try needs a Catch block, and for the second, count is not a string function IIRC.
I type all codes.
 
I'd agree with asprin. Simply copy-pasting from the net wont really help you.

First error is that every Try needs a Catch block, and for the second, count is not a string function IIRC.

The sample code has count as a string function so I wondered about that.
As others have said there really isn't much point just copying and pasting swathes of code if you don't understand what it does.
Have you done the tutorials in this thread?
 
The sample code has count as a string function so I wondered about that.
As others have said there really isn't much point just copying and pasting swathes of code if you don't understand what it does.
Have you done the tutorials in this thread?
I try to complete but I confused. @embi tutorials is tough.
 
I have Visual Studio 10 installed on my computer. Will I be able to use it to create editors?
 
How to save the project and use it as a application(.exe) in sharpdeveloper??
 

Users who are viewing this thread

Top