I have a cell in a datagridview its located at the 8th row 2nd column That cell and that cell only if clicked I want to show as save as dialoguebox but I can actually get a click event happening for a specific cell how do I do this in vb.net?
相关问题
- 'System.Threading.ThreadAbortException' in
- how to use special characters like '<'
- Stop child process when parent process stops
- Fire resize event once not based on timing
- How do I bind a DataGridViewComboBoxColumn to a pr
相关文章
- vb.net 关于xps文件操作问题
- C# Winform 生成的两个DatagridViewTreeViewSelectColumn列该
- What does it means in C# : using -= operator by ev
- How are custom broadcast events implemented in Jav
- Checking for DBNull throws a StrongTypingException
- Using the typical get set properties in C#… with p
- Programming a touch screen application with SWING
- How many pixels are scrolled on a website with a m
In you dataGridView Event "DataGridView1_CellClick" add this code :