Making editors for cricket games

I mean like where can I find the actual programme file? I've saved it, and don't know which file to open.
 
Oh right lol, I thought you meant the program was creating 5 files. open the folder with the project name on it and find a .sln file or a .vbproj file. Doesn't matter which.
 
I gave the abilities changer a go, but i got a lot of exceptions. I prevented the exceptions by using the 'try...catch' method. These were the exceptions
ArgumentOutOfRangeException
IOException
It is working fine I think so.....
Here are some pictures of the program :
 

Attachments

  • vb1.JPG
    vb1.JPG
    57.3 KB · Views: 76
  • vb2.JPG
    vb2.JPG
    27.7 KB · Views: 82
Nithish Victor said:
Yes, I did. If the user does not select the roster file then a message will be displayed that he has not selected the roster file.

Not sure why you got those exceptions. I've added in some code to try and make it handle errors internally in the latest version which already had quite a few new features.
 
I have made another program. It was very simple making this one. Please download and tell if it works on your PC.
 

Attachments

  • VB.jpg
    855.1 KB · Views: 93
  • Myapp.zip
    8.5 KB · Views: 12
Nithish Victor said:
I have made another program. It was very simple making this one. Please download and tell if it works on your PC.

Man, that's a great programme :)!

Heres a screenie :p.
 

Attachments

  • wow.PNG
    wow.PNG
    3.7 KB · Views: 67
I just found this thread last night, and maybe came to it a bit late, but here's what I've done since then (just following the tutorials)...





 
madmusician said:
I just found this thread last night, and maybe came to it a bit late, but here's what I've done since then (just following the tutorials)...

Thats great! Well done. Try Colins latest tutorial of making an actual editor.
 

Users who are viewing this thread

Top