Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] Help System


Mineox
 Share

Recommended Posts

Hello Everyone, today im going to show you how to add a help system to EO

First of all: open VB6

then create a normal exe and make it look like this:

>! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/48c6001e4ab30ef5c744ca577a7171c6.jpg)
It dosen´t has to be equal just similar.

Duble click in the Controls Label and add this code:

```
Text1.Text = "To move in game you will have to use the arrows in your keyboard. You can attack with then CTRL or CONTROL key."
```
Add as much Labels as you want and add that code but edit the text.

Then double click Quit label and add this code:

```
Unload Me
```
Save and Compile as Help.exe and save it in your client (if you want if not you will have to edit the code to start the Help)

Open client.vbp and open FrmMain
Add a Button in the Options  or wherever you want, then double click it and add this code:

```
App.Path & "Help.exe"
```
Then Compile and
VOILA
Link to comment
Share on other sites

@abhi2011:

> Which is the text1.text? The RHS part? Though nice useful. Shuld be added to the source! And update ur signature.

Text1.text is the textbox at the right. The white thingy.
True im going to change it.
Link to comment
Share on other sites

It can be made a bit more better. I was thinking about it, you should also add the part in which you make the properties of the text box where the text box isn't editable.
–----------------------------------------------------------------------------------------------------------------------------------
Added the post after while Meteor Rain was actually posting so I though of editing. There are a lot of newbs there who will need help in almost everything.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...