Yep good work Marko, if you have correctly installed your accelstepper library, then you should be able to go to File -> Examples -> Accelstepper and see a list of accelstepper example sketches.
Open one (eg bounce), and see if it works. If you are using an Adafruit motorshield, try one of the examples that are prefixes with AFMotor_.
If you can't see any Accelstepper examples, then you need to move your accelstepper library folder around until it is visible to the arduino IDE program. It only looks for libraries once when it first loads, so you need to close it, and restart to search for new library folders. By default, you can find it's sketchbook path by looking in File->Preferences->Sketchbook location. And inside _that_ folder should be a folder called "libraries", and that should have a folder called "accelstepper" with the accelstepper files in it.
It's worth bearing in mind that nobody here has any idea what you have already tried (except for "everything"), so can't make guesses about what might work. Help you can supply will be useful.
sn