Re: Lists in VB.NET CF...

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Daniel Moth (dmoth74_at_hotmail.com)
Date: 11/16/04


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?
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>


Relevant Pages

  • Re: Lists in VB.NET CF...
    ... the workaround is not to use a checkbox control but to actually ... use checkboxed listview. ... > "Daniel Moth" wrote in message ... >>> My problem is that I basically need a selection mechanism from a list, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Lists in VB.NET CF...
    ... With the ListView you have 2 possible behaviors: if you tap ... on the row toggles the checkbox. ... > "Daniel Moth" wrote in message ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Lists in VB.NET CF...
    ... But it checkboxes in the listview do work in the CF. ... > "Daniel Moth" wrote in message ... My problem is that I basically need a selection mechanism from a list, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: How to disable the checkbox change when click on ListView
    ... Set the Activation property to OneClick ... Daniel ... > I am using a ListView in my form with checkboxs in it. ... My question is when I select a row, the checkbox ...
    (microsoft.public.dotnet.framework.compactframework)
  • Alternate solution
    ... The flag works for the OnLoad event of the windows form / web form / mobile form. ... In a single select Listview, not multi-select, the following code is simple to implement, and prevents multiple firing of the event. ... selection, once for clearing the selection and once for adding the new ... Set a bflag and use it in the event to bypass the code in the event. ...
    (microsoft.public.dotnet.framework.windowsforms)