Using InitCustom (Beta 2)

By: W-Buffer

This is a new stuff from Creator 7 Beta 2, you can program all the code in a Bas without using any Form!

First you need to Declare a Creator2D Class, and then call InitCustom Method.

Dim En As New Creator2D
-> En.InitCustom AppName, Height, Width, MemAlloc

AppName.- You Application Name (only for Captions).
Height.- New Screen Resolution Height.
Width.- New Screen Resolution Width.
MemAlloc.- Memory Allocation Flags.

I sugest to read the tutorial Before this to get more information about Creator2D Stuff.

Hosted by www.Geocities.ws

1