Making editors for cricket games

asprin

Administrator
Admin
India
PlanetCricket Award Winner
Joined
Sep 3, 2012
Online Cricket Games Owned
  1. Don Bradman Cricket 14 - Steam PC
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.
 

barmyarmy

Retired Administrator
Joined
Mar 12, 2003
Location
Edinburgh
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).
 

BlitzBerg

ICC Board Member
Joined
Sep 27, 2009
Location
Mumbai,India
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.
 

sanjeevaloria

International Coach
Joined
Jul 19, 2010
Online Cricket Games Owned
  1. Don Bradman Cricket 14 - Steam PC
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.
 

barmyarmy

Retired Administrator
Joined
Mar 12, 2003
Location
Edinburgh
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?
 

sanjeevaloria

International Coach
Joined
Jul 19, 2010
Online Cricket Games Owned
  1. Don Bradman Cricket 14 - Steam PC
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.
 

KrishnamurthiN

Club Captain
Joined
Oct 22, 2012
Location
Chennai.
Online Cricket Games Owned
  1. Don Bradman Cricket 14 - Steam PC
I have Visual Studio 10 installed on my computer. Will I be able to use it to create editors?
 

Targaryen

You-Know-Who
India
RCB...
Joined
Apr 1, 2014
Profile Flag
India
Online Cricket Games Owned
  1. Don Bradman Cricket 14 - Steam PC
How to save the project and use it as a application(.exe) in sharpdeveloper??
 

Users who are viewing this thread

Top