listbox with checkbox style in .net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bill Dudek

    listbox with checkbox style in .net

    Does vb.net have a listbox with a checkbox style like in vb6? I didn't
    even see a style option under properties. I'm just starting in .net
    and am trying to port an existing application over.

    Thanks,
    Bill
  • Rick Rothstein

    #2
    Re: listbox with checkbox style in .net

    Almost everybody in this newsgroup is using VB6 or lower. While you may
    get a stray answer to VB.NET questions here, you should ask them in
    newsgroups devoted exclusively to .NET programming. Look for newsgroups
    with either the word "dotnet" or "vsnet" in their name.

    For the microsoft news server, try these newsgroups...

    microsoft.publi c.dotnet.genera l
    microsoft.publi c.dotnet.langua ges.vb
    microsoft.publi c.vsnet.general

    There are some others, but these should get you started.

    Rick - MVP



    "Bill Dudek" <william_dudek@ yahoo.com> wrote in message
    news:1e6cee30.0 406300938.13091 0ba@posting.goo gle.com...[color=blue]
    > Does vb.net have a listbox with a checkbox style like in vb6? I didn't
    > even see a style option under properties. I'm just starting in .net
    > and am trying to port an existing application over.
    >
    > Thanks,
    > Bill[/color]

    Comment

    • Bill Dudek

      #3
      Re: listbox with checkbox style in .net

      Rick,
      Thanks, I'll keep these in mind. Although I'm sorry to say that
      the answer was staring me in the face. In vb .net there is a second
      listbox named blatantly enough "checked listbox".

      Thanks.


      "Rick Rothstein" <rickNOSPAMnews @NOSPAMcomcast. net> wrote in message news:<BdydnSfnu amil37dRVn-gQ@comcast.com> ...[color=blue]
      > Almost everybody in this newsgroup is using VB6 or lower. While you may
      > get a stray answer to VB.NET questions here, you should ask them in
      > newsgroups devoted exclusively to .NET programming. Look for newsgroups
      > with either the word "dotnet" or "vsnet" in their name.
      >
      > For the microsoft news server, try these newsgroups...
      >
      > microsoft.publi c.dotnet.genera l
      > microsoft.publi c.dotnet.langua ges.vb
      > microsoft.publi c.vsnet.general
      >
      > There are some others, but these should get you started.
      >
      > Rick - MVP
      >
      >
      >
      > "Bill Dudek" <william_dudek@ yahoo.com> wrote in message
      > news:1e6cee30.0 406300938.13091 0ba@posting.goo gle.com...[color=green]
      > > Does vb.net have a listbox with a checkbox style like in vb6? I didn't
      > > even see a style option under properties. I'm just starting in .net
      > > and am trying to port an existing application over.
      > >
      > > Thanks,
      > > Bill[/color][/color]

      Comment

      Working...