473,397 Members | 1,961 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Radio buttons and labels in visual basic 2010 express

I want to make the radio button name show up in the label when click on I have 4 name vi, USA, antigua and Barbados I can get it to change to the name under the picture box why?
Dec 1 '12 #1
4 3161
PsychoCoder
465 Expert Mod 256MB
Bytes.com isn't a code writing service, we're a community of like-minded people who have come together to help others.

Show us the code you're written to try and solve this issue (format it with the code tags button </CODE>) and any issues you're having and someone will be more than happy to help :)
Dec 2 '12 #2
Ok thank you I will try and do it ASAP
Dec 2 '12 #3
Expand|Select|Wrap|Line Numbers
  1. Public Class Form1
  2.     Dim i As Integer
  3.     Private Sub Rad1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Rad1.Click
  4.         Rad1.Enabled = False
  5.         Label1.Text = "Processing..."
  6.         Rad1.Enabled = True
  7.         'Label1.Text = "Ready..."
  8.     End Sub
  9.  
  10.     Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
  11.         Label1.Text = "Ready..."
  12.     End Sub
  13. End Class
Dec 2 '12 #4
I got it nm Ty Ty Ty !!!!!!
Dec 2 '12 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Brian Henry | last post by:
Visual Basic 2005 Express: http://download.microsoft.com/download/f/c/7/fc7debaf-4513-4300-9e6a-8fe27be88cd1/vbsetup.exe Visual C# 2005 Express:...
0
by: Alex Pavluck | last post by:
Hello. I have always wanted to learn how to write programs as a hobby and Visual Basic 2005 Express seems like the perfect platform. Can someone who is more experience let me know if this is a...
1
by: Martin Racette | last post by:
Hi, I recently installed that programing environment, and I'm wondering how to do some of the things I created a program that renames, moves, and copies file, most of the routine are located...
8
by: Zardax | last post by:
Hi !!! I need to know if there is compatibility between VB 6.0 and Visual Basic 2005 Express Everything I need is to compile the VB 6.0 code in Visual Basic 2005 Express without re-write the...
4
by: dave | last post by:
Could some one please explain how to rename a project after it has been saved in visual basic 2005 express. I can start and save the original project but after closing it then reopening it and...
3
by: Pitaridis Aristotelis | last post by:
Is there any way to create setup for a project made in Microsoft Visual Basic 2005 Express Edition
3
by: Seigfried | last post by:
I can't find a way to do that anywhere on their site. Usually, you can get a CD for the cost of Shipping and Handling for their free downloads, but they don't seem to offer that option here.
1
by: hunkgym | last post by:
Good Day! Would be appreciate if there is solution for the following problem: - In VB.Net of Visual Studio.Net 2003, developer can click and drag a table listed in the Server Explorer from a...
2
by: chaosdl | last post by:
Hello, I am currently using Visual Basic 2005 express edition with a MS Access database. I have made a "Contacts" Form, where the user will be able to enter a members surname and press an OK...
11
by: research | last post by:
Hi, I'm using Visual Basic 2005 Express Edition to develop small tools in relation with our applications and I'm facing a problem using the interface. It sometimes happens that the design...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.