473,762 Members | 7,330 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ValueMember = This ?

I am binding a combo box to an ArrayList of
objects with a property called "Name" that is
assigned to DisplayMember.

How can I have the SelectedValue of the combo
return the instance of the object whose Name
property is selected in the combo?

I know that I can add a property like this:

public class MyObject
{
public MyObject Value {get{return this;}}
}

And set ValueMember to "Value".

But, I was wondering if there was any special
designation I could just set ValueMember to,
since I don't always work with my own objects
or non-sealed objects, and hence, can't always
add the property.

--
Tony M.
Nov 17 '05 #1
3 3463
Tony Maresca wrote:
I am binding a combo box to an ArrayList of
objects with a property called "Name" that is
assigned to DisplayMember.

How can I have the SelectedValue of the combo
return the instance of the object whose Name
property is selected in the combo?

I know that I can add a property like this:

public class MyObject
{
public MyObject Value {get{return this;}}
}

And set ValueMember to "Value".

But, I was wondering if there was any special
designation I could just set ValueMember to,
since I don't always work with my own objects
or non-sealed objects, and hence, can't always
add the property.


do you want the SelectedItem property?

Hans Kesting
Nov 17 '05 #2
Hans,
I don't know. I'm not sure I understand where I would need that in
Control.Invoke. But I am anxious to see your example.
Thanks,
Trint

.Net programmer
tr***********@g mail.com

*** Sent via Developersdex http://www.developersdex.com ***
Nov 17 '05 #3
Trint Smith wrote:
Hans,
I don't know. I'm not sure I understand where I would need that in
Control.Invoke. But I am anxious to see your example.
Thanks,
Trint

Net programmer
tr***********@g mail.com

*** Sent via Developersdex http://www.developersdex.com ***


I meant, instead of trying to get SelectedValue to return the item,
you could use SelectedItem which already returns the selected item
(as an "object").

Hans Kesting
Nov 17 '05 #4

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

Similar topics

2
2023
by: Supa Hoopsa | last post by:
Working on a windows form, I am trying to bind a listbox to a dataset and want to set the displaymember & Valuemember properties of the listbox so that I can retrieve the selectedvalue from a selecteditem in the listbox. My code is very simple: lstReports.DataBindings.Clear() lstReports.DataSource = dsDataSet.Tables("Reports") lstReports.DisplayMember = "ReportDescription" lstReports.ValueMember = "ReportsKey"
1
5672
by: Tonya | last post by:
Hi! I have a CheckedListBox, bound to a DataSet using DisplayMember and ValueMember. I need to have the ValueMember of all checked items in run time. the only way to receive ValueMember is through the SelectedValue, which is not useful in my situation. what is the best way to have the collection of
1
11058
by: Jim Heavey | last post by:
If you have a comboBox which has it's DisplayMember and ValueMenber bound to a datatable. If I know the "ValueMember" value - is there a way for me to set the index of the control to correspond to that ValueMember without having to iterate over the values in the control to find the index of the matching value menber? There is a "FindString" method of the ComboBox which apparently iterates over the collection looking form a match on...
0
1167
by: Beringer | last post by:
I have implemented a combobox and have set the DataSource to an ArrayList. I next set the DisplayMember and ValueMember properties. When I run the code the combobox will display the proper text set by DisplayMember but it seems that the ValueMember doesn't work correct because when I go to use the SelectValue property it never displays the correct text in the combobox. Here is an example of my code:
0
1140
by: Alpha | last post by:
I am getting the following Exception error message when I assign the listbox Value to a table column in dataset. The dataset gets the tables and value from SQL table. There is no error if I comment out the ValueMember assignment. There are several other combox using the same dataset but different tables and they're all fine with their Valuemember assignments. Can someone tell me what I'm doing wrong here? Thanks, Alpha ...
1
1291
by: geraldine hobley | last post by:
Hello, I wish to set the valuemember of a combobox to the value of a property in a class(projlist - see below). I wish to set the valuember of the combobox cmbstatus to the value of property "status" in the class Projlist) Below is how I bind the text field phone on form Myform to the property phone in class projlist, this works fine.
1
1574
by: Bruce A. Julseth | last post by:
Sorry. The other post got sent before I was complete. Does the ValueMember property in the ComboBox work like the DisplayMember property. For example, if I set the properties: comboBox1.DataSource = dataSet1 comboBox1.DisplayMember ="Employees.LastName" comboBox1.ValueMember = "Employees.EmployeeID" If I select from the box a "LastName", I can retrive that selected name. How
5
2715
by: Spam Catcher | last post by:
Hello all, I can't seem to set the value member properly in code... I'm using a ComboBox in DropDownList mode: Private Class ApplicationsComboBoxItem Private _Name As String Private _Application As ApplicationWorker
5
34091
by: =?Utf-8?B?QmVu?= | last post by:
How would you add an item with its DisplayMember and ValueMember without binding to a datatable or dataview like: listbox.DisplayMember = "name"; listbox.ValueMember = "recid"; listbox.DataSource = dt; listbox.Items.Add(name) can only add the DisplayMember. Thanks,
2
6826
by: Cdude | last post by:
Please can anyone tell me how to display the valuemember of a combobox which is databound I have tried MessageBox.Show(Combobox1.ValueMember.ToString()) this displays the Column name to which the valuemember is databound.
0
9378
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10137
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9989
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9927
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8814
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6640
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5268
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3510
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.