Hi!!!
I am working on window application and in that I have made tool strip,menustrip and instead of using richtextbox I am using listbox.
In listbox I have added items statically using :
" this.listBox.Items.Add("..............."); "
Can anyone tell me how can I link
"save as" , "save" , "print", "print preview" buttons to the listbox...