Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

How to make Loading page

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-30-2008, 11:43 PM
Knows the basics
 
Join Date: Mar 2008
Posts: 53
Default How to make Loading page

Hi to all.

I have one simple question.
How can I make loading page before open application using Basic4PPC.

Time while opening on my application is 6-7 seconds, and I want to create loading page with Logo image (.gif, or .jpg) before application show Form1.

Can I do this with Basic4PPC..?

Thanks!
Reply With Quote
  #2 (permalink)  
Old 03-31-2008, 01:46 PM
Knows the basics
 
Join Date: Mar 2008
Posts: 53
Default No idea for this question???

No one have no idea how to do this?

Thanks!
Reply With Quote
  #3 (permalink)  
Old 03-31-2008, 02:04 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,733
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You can show a form at the beginning of sub App_Start followed by DoEvents.
Code:
Sub App_Start
 frmSplash.Show
 
DoEvents
 ...
 frmMain.Show
End Sub

Sub frmMain_Close
 AppClose
End Sub
Reply With Quote
  #4 (permalink)  
Old 03-31-2008, 02:41 PM
Knows the basics
 
Join Date: Mar 2008
Posts: 53
Default Hi Erel.

Sorry for my impatience.

Thank you for your quickly answer again.

Regard
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to read a wap page ? thestronger Questions (Windows Mobile) 2 11-02-2008 09:05 PM
Making Tab page visibility True/False selectively Wietze Questions (Windows Mobile) 2 10-01-2008 02:46 AM
Coverting text files with binary file page code functionality kolbe Code Samples & Tips 1 06-21-2008 05:06 PM
interacting with a web page..... Cableguy Questions (Windows Mobile) 0 03-17-2008 08:00 PM
Help me to make HTMLViewer Lib conf Questions (Windows Mobile) 2 06-17-2007 04:35 PM


All times are GMT. The time now is 09:08 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0