Making editors for cricket games

Embi do you have an index of the tutorials in this thread? I'm not sure where everything is and what to try.
 
heres a MIND READER made by me: (in VB6) :cool:
hows it?
 

Attachments

  • MIND READER.zip
    60.6 KB · Views: 22
Last edited:
Another Problem!

There Is Another Problem.I Am Not Able To Compile My Projects As There Is No "Make" Option In My Software (Visual Basic 6.0 Working Model Edition).The Option Is Present But It Is Grayed.Is There Any Add-On Or Something That Enables This Option.Someone Please Help Me.
 
Last edited:
Either you have to buy proffesional/enterprise edition of VB6.0 or you would have to download VB2005(VB.net) express edition from microsoft website.
 
I made an address book using database(my 1st project using database)
post ur comments:
 

Attachments

  • My Address Book.zip
    764.3 KB · Views: 7
Better for you to post a tutorial so others can make one too rather than the finished article as that is the idea of this thead.
 
Harrypotter_fan said:
k,i'll do that ,but how many use VB6?

There are a few; and VB.NET and VB6 code is fairly interchangeable if you know what you're doing. Also, you can teach the concepts of the database too.
 
I don't really know the best way, but a little research and knowledge:

1) You could create a new form, put a text box on it, and paste the help text into the textbox. You then disable the textbox (change the enabled property to false) so the user can't type into it or change it.
Next you put a button on your main forms or a help menu or something else, that opens your helpform when you click on it. Probably the easiest option.

2) This page - http://www.microsoft.com/technet/prodtechnol/office/office2000/proddocs/opg/part2/ch13.mspx
is quite interesting. It seems to be for VBA, which is a cut down version of VB6. You could probably use this if you want a really professional look.

Any questions, anyone, just ask people.
 
Is the applications required net famework are made in vb.net or vb? :confussed
 
I just thought id bump this thread as im interested in more tutorials. im stuck at a stage where i know the basics but dont know were to go. can someone make a tutorial bridging the gaps between the basics and the big stuff.

can you make it a calculator tutorial please.
 

Users who are viewing this thread

Top