Re: Lists in VB.NET CF...
From: Daniel Moth (dmoth74_at_hotmail.com)
Date: 11/16/04
- Next message: khorad: "Re: Lists in VB.NET CF... - Resco AdvancedList"
- Previous message: Chris Tacke, eMVP: "Re: Lists in VB.NET CF..."
- In reply to: dwhittenburg: "Re: Lists in VB.NET CF..."
- Next in thread: dwhittenburg: "Re: Lists in VB.NET CF..."
- Reply: dwhittenburg: "Re: Lists in VB.NET CF..."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Nov 2004 22:57:48 -0000
To followup, the stuff on the French site works (in an emulator at least).
As an aside, I think users would hate me if I made them use the Ctrl key to
multiselect items on a listview - LVIs with cehckboxes seems more natural...
Cheers
Daniel
-- http://www.danielmoth.com/Blog/ "dwhittenburg" <dwhittenburg@greenwaymedical.com> wrote in message news:OxNZMcBzEHA.1196@TK2MSFTNGP15.phx.gbl... > ah...ok... > > I will check out the stuff on the site and let you know what I discover... > It also doesn't appear that it is for the Compact Framework either... > > Thanks > > > "Daniel Moth" <dmoth74@hotmail.com> wrote in message > news:eU5DRYBzEHA.824@TK2MSFTNGP11.phx.gbl... >>I thought it was in French :-) >> Either way I don't have time to get it translated right now so you are on >> your own I am afraid. Let us know if it works as advertised... >> >> By the way, the workaround is not to use a checkbox control but to >> actually use checkboxed listview. Look at the ListView.CheckBoxes boolean >> property. >> >> Cheers >> Daniel >> -- >> http://www.danielmoth.com/Blog/ >> >> >> "dwhittenburg" <dwhittenburg@greenwaymedical.com> wrote in message >> news:uHyQ0SBzEHA.1404@TK2MSFTNGP11.phx.gbl... >>> Daniel, >>> >>> Thanks for the quick response... >>> >>> I thought about using a checkbox, but I'd rather use highlighting than >>> putting another control on the form. >>> >>> Btw, that site is in Spanish. I can read the code but not the text :) >>> >>> >>> >>> "Daniel Moth" <dmoth74@hotmail.com> wrote in message >>> news:e$WPaNBzEHA.2196@TK2MSFTNGP14.phx.gbl... >>>> How about using checkboxes with a listview? >>>> >>>> Also a quick search brought this up: >>>> http://www.codeppc.com/dotnet/listview/multiselect/listviewmultiselect.htm >>>> [I have not tried it myself so have no idea if it works or not] >>>> >>>> Cheers >>>> Daniel >>>> -- >>>> http://www.danielmoth.com/Blog/ >>>> >>>> >>>> "dwhittenburg" <dwhittenburg@greenwaymedical.com> wrote in message >>>> news:eH6wrJBzEHA.1392@tk2msftngp13.phx.gbl... >>>>> I've played with ListBox, ListView and used DataGrid a good bit. I was >>>>> wandering if either of these could be used as a solution for my >>>>> problem or if there were other List solutions? >>>>> >>>>> My problem is that I basically need a selection mechanism from a list, >>>>> however I need it multi-select. Currently, I'm using two ListBox >>>>> controls, one as the Available and one as the selected. Once clicking >>>>> on the Available it goes to the selected and vice versa. >>>>> >>>>> I was actually looking for more of one list that I could use and on >>>>> selection of an item in the list it would be highlighted and I could >>>>> select mutliples... >>>>> >>>>> Any suggestions? >>>>> >>>> >>>> >>> >>> >> >> > >
- Next message: khorad: "Re: Lists in VB.NET CF... - Resco AdvancedList"
- Previous message: Chris Tacke, eMVP: "Re: Lists in VB.NET CF..."
- In reply to: dwhittenburg: "Re: Lists in VB.NET CF..."
- Next in thread: dwhittenburg: "Re: Lists in VB.NET CF..."
- Reply: dwhittenburg: "Re: Lists in VB.NET CF..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|