c# - Multiple forms with listbox -


could tell me how write code when user clicks on specific entry in listbox, example if click first name "josh", open new form can add , edit details paticular person? have looked on website , nothing seems on here.

thanks

josh.

you can use events of listbox click event ... perform action want.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -