events

hi, i'm stuck on something.

i have a custom dgv with inside it

PrivateWithEvents mynavigatorAs BindingNavigator

PublicWithEvents mySaveAs Windows.Forms.ToolStripButton

now mynavigator and mysave are on a main menu.

so basically all dgv that are draggd and droppd have control over the navig, and the save button,

the navigator works fine, it knows which dgv is in focus etc.

the save now is an issue,. the mysave button is a reference to a shared savebutton when the dgv is in focus. now when i press save, all opened dgv save action is fired. is it not supposed to be one dgv's save when the save button is shareD?

what can i do/?

[1130 byte] By [hrubesh] at [2007-12-24]
# 1

okay basically i need somthing like. a button, we all can share it, but one at a time . how can i implement this.

i left dgv_lostfocus, its not working,

is there anything like shared one at a time?

hrubesh at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms General...