Click here to Skip to main content
15,896,154 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: how to include check box in datagrid for .net 1.x version Pin
gzali26-Sep-07 23:36
gzali26-Sep-07 23:36 
QuestionData not displaying on separate forms Pin
basi001420-Sep-07 8:28
basi001420-Sep-07 8:28 
AnswerRe: Data not displaying on separate forms Pin
Dave Kreskowiak20-Sep-07 8:54
mveDave Kreskowiak20-Sep-07 8:54 
GeneralRe: Data not displaying on separate forms Pin
Paul Conrad26-Sep-07 16:15
professionalPaul Conrad26-Sep-07 16:15 
Questiondll Pin
ellllllllie19-Sep-07 22:27
ellllllllie19-Sep-07 22:27 
AnswerRe: dll Pin
Colin Angus Mackay20-Sep-07 0:42
Colin Angus Mackay20-Sep-07 0:42 
QuestionToolbar or BindingNavigator? Pin
aharrisreid19-Sep-07 13:09
aharrisreid19-Sep-07 13:09 
AnswerRe: Toolbar or BindingNavigator? Pin
kuyak200024-Sep-07 20:12
kuyak200024-Sep-07 20:12 
aharrisreid wrote:
I am in the process of designing a generic 'record maintenance' toolbar class containing the 'standard' add/edit/delete/save/cancel buttons. I notice that the VS toolbox already has a bindingnavigator control which already has some of the functionality that I require (although I don't require the navigation buttons).

Which control should I go for? As far as I can see the bindingnavigator is just a glorified toolbar bound directly to a datasource, but I may be missing something.

Can I subclass a toolbar/bindingnavigator visually or does it have to be done in code? I am using C# with VS2005 express.


You can just use Windows Forms' BindingSource and create a decent ToolStrip (previously known as ToolBar in .NET 1.x), with your own buttons with custom actions.

Any data binding applications in Windows Forms can do navigating by just using BindingSource with a valid DataSource such as DataSet or DataTable.

Start from this:

http://msdn2.microsoft.com/en-us/library/ef2xyb33.aspx[^]

Eriawan
GeneralRe: Toolbar or BindingNavigator? Pin
aharrisreid25-Sep-07 1:37
aharrisreid25-Sep-07 1:37 
AnswerRe: Toolbar or BindingNavigator? Pin
kuyak20001-Oct-07 18:05
kuyak20001-Oct-07 18:05 
GeneralRe: Toolbar or BindingNavigator? Pin
aharrisreid4-Oct-07 15:48
aharrisreid4-Oct-07 15:48 
GeneralRe: Toolbar or BindingNavigator? Pin
kuyak20008-Oct-07 0:40
kuyak20008-Oct-07 0:40 
GeneralRe: Toolbar or BindingNavigator? Pin
aharrisreid8-Oct-07 0:50
aharrisreid8-Oct-07 0:50 
QuestionColumnHeaderMouseDoubleClick event Pin
tthellebuyck19-Sep-07 5:04
tthellebuyck19-Sep-07 5:04 
AnswerRe: ColumnHeaderMouseDoubleClick event Pin
bttds26-Sep-07 19:42
bttds26-Sep-07 19:42 
QuestionSession like variables Pin
benqazou19-Sep-07 2:58
benqazou19-Sep-07 2:58 
AnswerRe: Session like variables Pin
Lutosław19-Sep-07 6:59
Lutosław19-Sep-07 6:59 
GeneralRe: Session like variables [modified] Pin
benqazou24-Sep-07 4:20
benqazou24-Sep-07 4:20 
GeneralRe: Session like variables [modified] Pin
Lutosław24-Sep-07 4:55
Lutosław24-Sep-07 4:55 
AnswerRe: Session like variables Pin
Lutosław19-Sep-07 7:08
Lutosław19-Sep-07 7:08 
AnswerRe: Session like variables -> Properties Pin
Arjan Einbu22-Sep-07 10:46
Arjan Einbu22-Sep-07 10:46 
AnswerRe: Session like variables Pin
Pete O'Hanlon23-Sep-07 9:09
mvePete O'Hanlon23-Sep-07 9:09 
GeneralRe: Session like variables Pin
benqazou24-Sep-07 4:03
benqazou24-Sep-07 4:03 
AnswerRe: Session like variables [modified] Pin
bttds26-Sep-07 19:55
bttds26-Sep-07 19:55 
QuestionCombining 2 projects into 1 Pin
heztheone18-Sep-07 21:53
heztheone18-Sep-07 21:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.