I am trying to find a way to create a vertical progress bar in a VB.NET Windows application. I saw this post, but it’s in C# and thus not all that much help to me. Can anyone help?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Why doesn’t the C# answer help you? I ran it through a code converter and it worked straight away:
Edit
Although you should really define a public constant for the (PBS_VERTICAL) style value (&H4), rather than using a magic number in code like that.