Click here to Skip to main content
15,949,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: Build query using strings ? Pin
PIEBALDconsult30-Apr-10 4:34
mvePIEBALDconsult30-Apr-10 4:34 
GeneralRe: Build query using strings ? Pin
spankyleo12330-Apr-10 6:05
spankyleo12330-Apr-10 6:05 
GeneralRe: Build query using strings ? Pin
PIEBALDconsult30-Apr-10 7:50
mvePIEBALDconsult30-Apr-10 7:50 
AnswerRe: Build query using strings ? Pin
dan!sh 29-Apr-10 6:49
professional dan!sh 29-Apr-10 6:49 
GeneralRe: Build query using strings ? Pin
spankyleo12329-Apr-10 22:48
spankyleo12329-Apr-10 22:48 
AnswerRe: Build query using strings ? Pin
Ravi Bhavnani29-Apr-10 13:04
professionalRavi Bhavnani29-Apr-10 13:04 
QuestionSecurity rights of the SetIPConnectionMetric Method (Win32_NetworkAdapterConfiguration class) in Windows 7 Pin
Karthik S Prakash29-Apr-10 3:05
Karthik S Prakash29-Apr-10 3:05 
QuestionList suggestions for my needs Pin
grmihel229-Apr-10 2:58
grmihel229-Apr-10 2:58 
Hi dear fellow developers,

I'm developing a new subsystem, where I need a list of search results. The list will contain more or less different object types, and as in ListBox I need the ability to click on the listed object, which can send the selected object to the propriated GUI; e.g.:
-------------------------------------
| <Adress object>                   |
|       <Customer object>           |
|       <Customer object>           |
|       <Customer object>           |
| <Adress object>                   |
|       <Customer object>           |
-------------------------------------


When clicking on Customer object, the customer gui will be shown with the selected object information inside. And when clicking on Adress object the adress gui will be shown with the selected object information inside, and so forth will all type of objects on the list.

I have looked at following lists:
Listbox:
This form of list couldn't make the tab index for making overview of different objects easier (As an last chance, I could use different colors, but the tabs wouldn't work still).

TreeView:
The view form are perfect and easy to make an overview with, but it seems like an disanvantage when getting to the click events, since it doesn't have the "SelectItem" object function.

ListView:
Havn't seen much on this one yet. Sounded like an solution to my needs, but doubt since it seems to have the split screen information, which showing information or contains of the left screen selection.


Any with some experience who could calculate which type of list for my needs here? Please help.

Best regards
AnswerRe: List suggestions for my needs Pin
Henry Minute29-Apr-10 4:42
Henry Minute29-Apr-10 4:42 
GeneralRe: List suggestions for my needs Pin
grmihel23-May-10 4:28
grmihel23-May-10 4:28 
AnswerRe: List suggestions for my needs Pin
PIEBALDconsult29-Apr-10 8:23
mvePIEBALDconsult29-Apr-10 8:23 
GeneralRe: List suggestions for my needs Pin
grmihel23-May-10 4:24
grmihel23-May-10 4:24 
GeneralRe: List suggestions for my needs Pin
PIEBALDconsult3-May-10 5:19
mvePIEBALDconsult3-May-10 5:19 
GeneralRe: List suggestions for my needs Pin
grmihel24-May-10 0:13
grmihel24-May-10 0:13 
QuestionMulti-Page TIFF support Pin
Jordy "Kaiwa" Ruiter28-Apr-10 23:27
Jordy "Kaiwa" Ruiter28-Apr-10 23:27 
AnswerRe: Multi-Page TIFF support Pin
Luc Pattyn29-Apr-10 0:59
sitebuilderLuc Pattyn29-Apr-10 0:59 
QuestionRe: Multi-Page TIFF support [modified] Pin
Jordy "Kaiwa" Ruiter29-Apr-10 1:11
Jordy "Kaiwa" Ruiter29-Apr-10 1:11 
GeneralRe: Multi-Page TIFF support [modified] Pin
Luc Pattyn29-Apr-10 1:36
sitebuilderLuc Pattyn29-Apr-10 1:36 
GeneralRe: Multi-Page TIFF support Pin
Jordy "Kaiwa" Ruiter29-Apr-10 2:41
Jordy "Kaiwa" Ruiter29-Apr-10 2:41 
GeneralRe: Multi-Page TIFF support Pin
Luc Pattyn29-Apr-10 3:03
sitebuilderLuc Pattyn29-Apr-10 3:03 
GeneralRe: Multi-Page TIFF support Pin
Jordy "Kaiwa" Ruiter29-Apr-10 3:24
Jordy "Kaiwa" Ruiter29-Apr-10 3:24 
GeneralRe: Multi-Page TIFF support Pin
Luc Pattyn29-Apr-10 3:32
sitebuilderLuc Pattyn29-Apr-10 3:32 
GeneralRe: Multi-Page TIFF support Pin
Jordy "Kaiwa" Ruiter29-Apr-10 3:39
Jordy "Kaiwa" Ruiter29-Apr-10 3:39 
GeneralRe: Multi-Page TIFF support Pin
Luc Pattyn29-Apr-10 3:51
sitebuilderLuc Pattyn29-Apr-10 3:51 
QuestionIs it Possible to download a pdf file from a web page without showing the URL of pdf file in address bar Pin
Puneet Bhatnagar28-Apr-10 22:49
Puneet Bhatnagar28-Apr-10 22:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.