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
small navigator
Started by YAR, Jan 13 2009 12:42 PM
4 replies to this topic
#1
Posted 13 January 2009 - 12:42 PM
|
|
|
#2
Posted 13 January 2009 - 01:22 PM
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
Posted 13 January 2009 - 03:01 PM
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
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
Posted 13 January 2009 - 10:46 PM
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
Posted 26 January 2009 - 02:24 AM
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.


Sign In
Create Account

Back to top









