Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8639639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:04:09+00:00 2026-06-12T11:04:09+00:00

Here is what I have tried… which is completely wrong I assume, as it

  • 0

Here is what I have tried… which is completely wrong I assume, as it did not work.

If ProgressBar1.Value > 5 < 20 Then
    Label8.Text = "Hello"
End If

All help is greatly appreciated! Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:04:11+00:00Added an answer on June 12, 2026 at 11:04 am
    If ProgressBar1.Value > 5 AndAlso ProgressBar1.Value < 20 Then
        Label8.Text = "Hello"
    End If
    

    Is one way.

    AndAlso means that the condition will ‘short circuit’ if the first value evaluates to false. So if ProgressBar1.Value is not > 5 – it won’t bother checking the rest of the condition.

    You could also write it using And

    If ProgressBar1.Value > 5 And ProgressBar1.Value < 20 Then
        Label8.Text = "Hello"
    End If
    

    and it would evaluate both conditions. In this particular case, it won’t make much difference, but I generally prefer AndAlso/OrElse over And/Or

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Yes, I have searched and tried many techniques, but nothing seems to work. Here
Im quite stuck here and I have tried my best but I could not
Having an issue here that I have tried everything I can think of but
I have tried several of the solutions I have seen out here, but am
Here is what I have tried thus far: > cd /Applications/MAMP/bin/php5/bin/ > ./pear channel-discover
Here is the code I have tried to append a node in existing xml,
Here is what I have. I have tried several things but I can't figure
gem install heroku failed with following message and I have tried the solution here
Complete new person to Ruby and Rails here... Have tried some tutorials in the
I am sorry about the amount of code here. I have tried to show

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.