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 7043713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:19:24+00:00 2026-05-28T02:19:24+00:00

I have a form that has two views. These views are controlled by radio

  • 0

I have a form that has two views. These views are controlled by radio buttons on top of the form.

Here is the program:

http://dl.dropbox.com/u/41629841/DataCalculator/DataCalc1.PNG

Notice how the Radio button for Number Converter is selected.

Here is what it looks like when you select the Text Converter radio button:

http://dl.dropbox.com/u/41629841/DataCalculator/DataCalc2.PNG

That isn’t right. I have it set to hide the panel containing the number converter and show the one containing the text converter when you click that one. It hides the number converter but doesn’t show the text converter.

Here is a picture of the text converter panel:

http://dl.dropbox.com/u/41629841/DataCalculator/DataCalc4.PNG

Here is the relevant code:

Private Sub frmCalculator_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
    rdoNumberConverter.Checked = True
End Sub

Private Sub rdoTextConverter_Click(sender As Object, e As System.EventArgs) Handles rdoTextConverter.Click
    pnlTextConverter.Visible = True
    pnlNumberConverter.Visible = False
End Sub

Private Sub rdoNumberConverter_Click(sender As Object, e As System.EventArgs) Handles rdoNumberConverter.Click
    pnlNumberConverter.Visible = True
    pnlTextConverter.Visible = False
End Sub

Everything seems right and I can’t figure out why the text converter doesn’t show up. I’ve determined that it has something to do with the fact that both of the panels are right on top of each other because when I move them apart, the visibility toggling works perfectly.

Here are the supporting pictures:

http://dl.dropbox.com/u/41629841/DataCalculator/DataCalc5.PNG
http://dl.dropbox.com/u/41629841/DataCalculator/DataCalc6.PNG

So how do I make it work when they are on top of each other?

I tried using BringToFront() and SendToBack() to make sure the visible panel is in the front and it didn’t make a difference.

  • 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-05-28T02:19:24+00:00Added an answer on May 28, 2026 at 2:19 am

    Make sure the TextConverter panel isn’t “inside” the NumberConverter panel.

    From the designer, move them into different places so that they do not overlap at all.

    Then in code, move them into place:

    textConverterPanel.Location = numConvertPanel.Location
    

    Your visible, not visible toggling should work then.

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

Sidebar

Related Questions

I have a form that has two buttons on it, one yes, one no,
I have a windows form that has two DataGridViews (DGVs) that will hold 25,000+
I have a form that has a group of 3 text_fields. I need two
I have a form that has 90 buttons on it, one button for each
I have an insurance entry form that has contact information for two people. I
I have a form that has many long-methods. My quest is: What is the
I have a form that has 8 columns and a variable number of rows
I have a form that has a series of check boxes and some line
i have a form that has a multiple select drop down. a user can
I have a form that has a group of 13 checkboxes that together make

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.