473,466 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Radiobuttons - Groupbox

Hi,

I'm trying to create a form in VISUAL BASIC .NET wich shows values of
records from a customers table. For example a form wich shows the
name, surname and sex of a person. For the name & surname i
create a textbox. then I select the correct table in the databinding
propertie of the name and surname textbox. but for showing the
correct sex of a person, i would like to use a radiobuttons. So i
create 2 radiobuttons on my form (rbMale & rbFemale). How can I
apply databinding on those 2 radiobuttons?
I have buttons on my form to move between records. So if i move
between my records... the radiobuttons of the sex must change if the
person is male or female...

please help, thx

Dries
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 20 '05 #1
1 1592
Cor
Hi Dries Cornelissen,

You could find a lot of samples in this vb resource kit.

http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing it

http://msdn.microsoft.com/vbasic/vbr...q/#installvdir

I hope this helps a little bit?

Cor

I'm trying to create a form in VISUAL BASIC .NET wich shows values of
records from a customers table. For example a form wich shows the
name, surname and sex of a person. For the name & surname i
create a textbox. then I select the correct table in the databinding
propertie of the name and surname textbox. but for showing the
correct sex of a person, i would like to use a radiobuttons. So i
create 2 radiobuttons on my form (rbMale & rbFemale). How can I
apply databinding on those 2 radiobuttons?
I have buttons on my form to move between records. So if i move
between my records... the radiobuttons of the sex must change if the
person is male or female...

please help, thx

Dries

Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: MB | last post by:
I have a set of RadioButtons grouped in a GroupBox that I need to data bind to a custom object. The custom object looks something like this: public CustomObject { private bool checked1 = true;...
1
by: Diogo Alves - Software Developer | last post by:
Is there any way to allow multiple radiobuttons checks without using groupbox or anything like that....???
3
by: lgbjr | last post by:
Hi All, I have 5 radiobuttons in a groupbox and I'm trying to uncheck all of them: Dim ctrl as Control For each ctrl in GB.Controls If TypeOf ctrl Is RadioButton Then ctrl.Checked=False...
2
by: paul.mason | last post by:
I was wondering if anyone else had come across this "feature" of .NET and if they had any idea what might be causing it. I've been writing my first C# Windows application (so if there's anything...
1
by: alberto | last post by:
If you place a RadioButton in a user control, it won't be exclusive with others radio buttons in a form because its parent is the user control, not the form. How can you solve this? Thank you
0
by: Rich | last post by:
Hello, I have a form that contains some textboxes and a couple of groupboxes that contain some radiobuttons. I have set the tabstop to false for all the radiobuttions. When the form originally...
4
by: Paul Bromley | last post by:
Hope someone can help me here. I thought this may be easy to find on Google, but I have not come across the answer. I have developed an application in VB.Net 2003 with a manifest file for...
0
by: PaulS | last post by:
Hello! I put on Form PictureBox and I set big image. Next I put many radiobuttons (80) on PictureBox, but I have problem. I want that 10 radiobuttons have own Checked, next part of 10...
8
by: =?Utf-8?B?UmljaA==?= | last post by:
If you enclose a group of radiobuttons (option buttons in MS Access) in an option group control (a frame control) in Access -- the frame control will return the index of the option button that is...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.