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

  • Home
  • SEARCH
  • 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 954571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:14:14+00:00 2026-05-16T00:14:14+00:00

Dim count As Integer For count = 1 To 10 Step 1 Dim But+count

  • 0
Dim count As Integer
For count = 1 To 10 Step 1
    Dim But+count As New Button
    myButton+count.Width = 100*count
    myButton+count.Height = 20*count
    myButton+count.Top = 50 *count
    myButton+count.Left = 50*count
    Me.Controls.Add(myButton+count)
Next

Dim But+count As New Button => How to make it work

  • 1 1 Answer
  • 1 View
  • 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-05-16T00:14:15+00:00Added an answer on May 16, 2026 at 12:14 am
    Dim buttons(9) As Button
    For count As Integer = 0 To 9
            Dim button As New Button
            button.Width = 100*count
            button.Height = 20*count
            button.Top = 50 *count
            button.Left = 50*count
            Me.Controls.Add(button)
            buttons(count) = button
    Next
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 492k
  • Answers 492k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Time to learn how to write your own dialogs! ;-)… May 16, 2026 at 10:20 am
  • Editorial Team
    Editorial Team added an answer Office 2007 turns on SafeDllSearchMode in the registry. http://msdn.microsoft.com/en-us/library/ms682586%28VS.85%29.aspx With… May 16, 2026 at 10:20 am
  • Editorial Team
    Editorial Team added an answer There is no DatePicker or Calendar control available with Ribbon… May 16, 2026 at 10:20 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have the following code: Dim i As Integer = dtResult.Rows.Count For i =
The only way I know of is awkward: 'check for empty return Dim count
Here is the code: Function getData(ByVal id As String) Dim reader As SqlClient.SqlDataReader Dim
Dim orders = From tt In testTable _ Order By tt.Item(OrderNumber) _ Select tt.Item(OrderNumber),
I usually do something like this: Dim Attempts = 0 Try Retry: <Block> Catch
Say I convert some seconds into the TimeSpan object like this: Dim sec =
I need to get all controls on a form that are of type x.
(VB.NET, .NET 3.5) I wrote the following function to read some text from txt
I have many text files in a folder. What I can do now is
I am trying to search through listview in VB.net 2008. It works fine with

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.