Results 1 to 4 of 4

Thread: Name that control

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Location
    Canberra, Australia
    Posts
    175

    Name that control

    Can someone pleae tell me what is the name of the control that applications like Access use for table navigation? It has buttons for first and last record on the far left and right, it have buttons for previous and next adjacent to them and it has a text field showing the exact number of the current record. I need something like this for a Windows form but I can't find it amongst VB.NET's controls in the toolbox.

  2. #2
    Fanatic Member ZeBula8's Avatar
    Join Date
    Oct 2002
    Posts
    548

    Re: Name that control

    data control

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2004
    Location
    Canberra, Australia
    Posts
    175

    Re: Name that control

    Quote Originally Posted by ZeBula8
    data control
    I can't find a class named DataControl.

  4. #4
    Hyperactive Member Lil Ms Squirrel's Avatar
    Join Date
    Nov 2004
    Location
    planet squirrel
    Posts
    494

    Re: Name that control

    I think you'll find that there isn't a dotnet equivalent because the data control is BAD news.

    You can use the ADO COM control by adding a reference to the relevant library, but if you're doing .NET, you shouldn't be using it at all. If you really need it, you should create your own based on a dataset.
    Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
    Dr. Seuss

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width