Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


How to make Loading page


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-31-2008, 12:43 AM
Knows the basics
 
Join Date: Mar 2008
Posts: 54
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, 02:46 PM
Knows the basics
 
Join Date: Mar 2008
Posts: 54
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, 03:04 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,335
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, 03:41 PM
Knows the basics
 
Join Date: Mar 2008
Posts: 54
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 On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:53 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0