Jump to content

small navigator

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
YAR

YAR

    Newbie

  • Members
  • Pip
  • 5 posts
hi
i will use the wizard to load the data from data base to my form
by drag and drop table from data set
but i would not use the default navigator i want to make small
navigator(next,move start....) by the code
how can i do that
and thanks

#2
jackolantern

jackolantern

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
I'm not sure exactly what you mean by "navigator". Are you referring to a database frontend? If so, Visual Studio has great built-in tools that would almost allow you to do that with no code written.

#3
YAR

YAR

    Newbie

  • Members
  • Pip
  • 5 posts
thanks
i mean by navigator four buttons for move around the any tables in data base
the four buttons is
(next,previous,move end,move start )
i know this navigator built in with drag and drop the tables
but as i said i want make it by the code

#4
jackolantern

jackolantern

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
Maybe a more experienced user could help you out with that, but one of the nice things about the drag'n'drop functions within Visual Studio and Visual Studio Express is that after every drag'n'drop GUI action, the source code to the project is updated. If you were interested in learning how to do these using only code, you should be able to arrange your GUI how you want it and then investigate all of the code files and see how the IDE is building the code.

#5
kam11

kam11

    Newbie

  • Members
  • Pip
  • 3 posts
could help you out with that, but one of the nice things about the drag'n'drop functions within Visual Studio and Visual Studio Express is that after every drag'n'drop GUI action, the source code to the project is updated.