Home | Help Forums | Web Design Tutorials | Free Swishmax Downloads | All Downloads

 

 

Company

Home

Nework Details

Tutorials

SWiSH 2

SWiSHMax

Flash MX

PHP & MySQL

HTML / JScript

Adobe Photoshop

Corel Draw

Gimp

Miscellaneous

Downloads

Templates

Plugins

Fonts

Wallpapers

Free Images

Scripts and Codes

Products

E-Books

SWiSH BB

SWiSH Templates

SWiSH-DB Newsletter
Subscribe to our newsletter : GO
  Partners / Affiliates

   Swish Templates
   SWiSH Climax
   GimpTalk
   Idea Designs
   Sposatoettore
   Try Acai Berry Diet
   Download Free Ringtones
   Swishzone

Manage your site with Flax Article Content Management System
[Visual Basic]Status Bar Change
Category : SWiSH 2 | Level : Beginner | Language : English
Ask Question | Read Comments | Post tutorial | Previous | Next

Web www.swish-db.com

hello ,

This Tutorial is Copywritien to Newsbomber.com !

Start a Standard EXE Project.

--------------------------------------------

1) Press Ctrl + T . Select Windows Common control .6
user posted image

2 ) Put a Status Bar On Your Project

user posted image

3 ) Now Add Two Timers . The first timer set the interveal to 100 and the other to 50000 'or any number on how long you would want it to take to change to Idle

4 ) Open the Code Layout and copy this :

Private Sub Timer2_Timer()
StatusBar1.SimpleText = "text"
Timer2.Enabled = False
End Sub

5 )enter this code

Private Sub Timer1_Timer()
Timer2.Enabled = True
End Sub

6 ) Enter This code :

Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Timer2.Enabled = False
StatusBar1.SimpleText = "text"
End Sub

Thats it ENJOY


All rights reserved - swish-db.com