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

Visual Basic

 
GeneralRe: SQL Script to delete empty rows in a table [modified] Pin
Dave Kreskowiak3-Jul-06 2:06
mveDave Kreskowiak3-Jul-06 2:06 
GeneralRe: SQL Script to delete empty rows in a table Pin
Rashar3-Jul-06 4:42
Rashar3-Jul-06 4:42 
GeneralRe: SQL Script to delete empty rows in a table Pin
Dave Kreskowiak3-Jul-06 4:58
mveDave Kreskowiak3-Jul-06 4:58 
QuestionNon-stop Progress Bar Pin
J Liang2-Jul-06 3:34
J Liang2-Jul-06 3:34 
AnswerRe: Non-stop Progress Bar Pin
Mekong River2-Jul-06 4:02
Mekong River2-Jul-06 4:02 
GeneralRe: Non-stop Progress Bar Pin
J Liang6-Jul-06 6:04
J Liang6-Jul-06 6:04 
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 
Ok, I'll copy it to here then, I actually answered to another person in this same thread.

This is what I do for the progress 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
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 
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 

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.