a beginner's beginning

docmax

New Member
Hi,
I'm a beginner to this programming and site:sign0013:. How do I create my program introductory screen (the start-up screen with graphics and/or text and or control buttons) for my first program?:sign0085:
 

mjcoon

Well-Known Member
Licensed User
Hi,
I'm a beginner to this programming and site. How do I create my program introductory screen (the start-up screen with graphics and/or text and or control buttons) for my first program?

I hope that this has been explained well in http://www.b4x.com/forum/tutorials/859-my-first-application.html#post4335. (I haven't read it but then I'd been programming for decades before coming here!)

At least after reading it you will be able to ask more specific questions...

Mike.
 

Cableguy

Expert
Licensed User
Longtime User
I think you are refering to a "splash screen"?
There are several way o do it, and one of it would be to use the "specialForm" dll, wich, with the help of a timer, would make it possible to display a non-rectangular form, containig what graphics or text needed, with fade-in and fade-out...
 

taximania

Well-Known Member
Licensed User
Longtime User
Hi,
I'm a beginner to this programming and site:sign0013:. How do I create my program introductory screen (the start-up screen with graphics and/or text and or control buttons) for my first program?:sign0085:

Are you using your computer, 'Desktop'.
Or your Windows 'device'. ?

You appear to be a total newbie to computer programming.
This makes it very difficult for other forum members to give you help.
 

docmax

New Member
Thanks mjcoon (and others),
I got it! My first Application worked:sign0060:. I'm a fast learner (I have program before: with the old IBM punch card machine and GW basic line by line coding without objects).
 
Last edited:
Top