Click here to Skip to main content
15,905,875 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Non-stop Progress Bar Pin
Mekong River6-Jul-06 15:14
Mekong River6-Jul-06 15:14 
GeneralRe: Non-stop Progress Bar Pin
J Liang6-Jul-06 20:14
J Liang6-Jul-06 20:14 
GeneralRe: Non-stop Progress Bar Pin
Mekong River6-Jul-06 21:28
Mekong River6-Jul-06 21:28 
AnswerRe: Non-stop Progress Bar Pin
HakunaMatada3-Jul-06 0:33
HakunaMatada3-Jul-06 0:33 
GeneralRe: Non-stop Progress Bar Pin
Dave Kreskowiak3-Jul-06 2:04
mveDave Kreskowiak3-Jul-06 2:04 
GeneralRe: Non-stop Progress Bar Pin
HakunaMatada3-Jul-06 2:56
HakunaMatada3-Jul-06 2:56 
GeneralRe: Non-stop Progress Bar Pin
Dave Kreskowiak3-Jul-06 4:27
mveDave Kreskowiak3-Jul-06 4:27 
GeneralRe: Non-stop Progress Bar Pin
J Liang6-Jul-06 6:02
J Liang6-Jul-06 6:02 
Hey guys,

Thanks for the replies, sorry I can't get back to all of you earlier as my computer was facing some problem.

Yup, having flash in my program would slow things down and guess what, I found out the easy that will show the same as the booting screen bar.

First, select the progress bar, go to properties, on 'Style', select 'Marquee'.

Then, from the toolbox, drag the Timer to the page. After that, go back to the code and on any place that you wanted the progress bar to start, add

timer1.Enabled = True

Then when you wanted it to stop, just put timer1.Stop() and timer1.Enabled = False

That's all and it work just fine =)

J Liang
Questionchange font name in the rich text box Pin
komarko20012-Jul-06 1:21
komarko20012-Jul-06 1:21 
AnswerRe: change font name in the rich text box Pin
Mekong River2-Jul-06 4:07
Mekong River2-Jul-06 4:07 
GeneralRe: change font name in the rich text box Pin
komarko20012-Jul-06 6:05
komarko20012-Jul-06 6:05 
Questionkeypress event on textbox Pin
iramg1-Jul-06 9:31
iramg1-Jul-06 9:31 
AnswerRe: keypress event on textbox Pin
Oktay11-Jul-06 23:24
Oktay11-Jul-06 23:24 
AnswerRe: keypress event on textbox Pin
Mekong River2-Jul-06 4:10
Mekong River2-Jul-06 4:10 
QuestionReading TextFile to a recordset Pin
aransiola1-Jul-06 8:53
aransiola1-Jul-06 8:53 
AnswerRe: Reading TextFile to a recordset Pin
Mekong River2-Jul-06 4:12
Mekong River2-Jul-06 4:12 
QuestionAdd a reference programmatically Pin
dlarkin771-Jul-06 4:32
dlarkin771-Jul-06 4:32 
AnswerRe: Add a reference programmatically Pin
Mekong River2-Jul-06 4:17
Mekong River2-Jul-06 4:17 
GeneralRe: Add a reference programmatically Pin
Dave Kreskowiak2-Jul-06 5:39
mveDave Kreskowiak2-Jul-06 5:39 
QuestionVideo Recording Application? Pin
siteslayer1-Jul-06 2:29
siteslayer1-Jul-06 2:29 
AnswerRe: Video Recording Application? Pin
Ed.Poore1-Jul-06 23:57
Ed.Poore1-Jul-06 23:57 
AnswerRe: Video Recording Application? Pin
Mekong River2-Jul-06 4:21
Mekong River2-Jul-06 4:21 
GeneralRe: Video Recording Application? Pin
Colin Angus Mackay2-Jul-06 5:06
Colin Angus Mackay2-Jul-06 5:06 
GeneralRe: Video Recording Application? Pin
Mekong River2-Jul-06 5:59
Mekong River2-Jul-06 5:59 
GeneralRe: Video Recording Application? Pin
Colin Angus Mackay2-Jul-06 6:08
Colin Angus Mackay2-Jul-06 6:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.