|
-
Mar 16th, 2005, 11:43 PM
#1
Thread Starter
Addicted Member
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.
-
Mar 16th, 2005, 11:46 PM
#2
Fanatic Member
-
Mar 16th, 2005, 11:50 PM
#3
Thread Starter
Addicted Member
Re: Name that control
 Originally Posted by ZeBula8
data control
I can't find a class named DataControl.
-
Mar 17th, 2005, 03:23 AM
#4
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|