Click here to Skip to main content
15,890,973 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with Shockwave Flash Object on Win2K Pin
leppie23-Jun-08 0:09
leppie23-Jun-08 0:09 
GeneralRe: Problem with Shockwave Flash Object on Win2K Pin
Paresh Solanki23-Jun-08 0:13
Paresh Solanki23-Jun-08 0:13 
GeneralRe: Problem with Shockwave Flash Object on Win2K Pin
leppie23-Jun-08 0:35
leppie23-Jun-08 0:35 
GeneralRe: Problem with Shockwave Flash Object on Win2K Pin
Paresh Solanki24-Jun-08 0:43
Paresh Solanki24-Jun-08 0:43 
QuestionDataGridView event arguments Pin
eyalbi00722-Jun-08 22:19
eyalbi00722-Jun-08 22:19 
AnswerRe: DataGridView event arguments Pin
rah_sin22-Jun-08 22:26
professionalrah_sin22-Jun-08 22:26 
AnswerRe: DataGridView event arguments Pin
Ashfield22-Jun-08 22:36
Ashfield22-Jun-08 22:36 
AnswerRe: DataGridView event arguments Pin
John Ad22-Jun-08 22:44
John Ad22-Jun-08 22:44 
Hi,

On double clicking on the grid, the event invoked is:

Private Sub DataGridView1_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick

    End Sub


this gives RowIndex and ColumnIndex, whereas you will get e.location under the mouse click events, such as:

Private Sub DataGridView1_CellMouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellMouseEventArgs) Handles DataGridView1.CellMouseDoubleClick

   End Sub


Hope this helps.

Vinay
ComponentOne LLC.
www.componentone.com

QuestionEventLogPermission Pin
mrcooll22-Jun-08 22:14
mrcooll22-Jun-08 22:14 
AnswerRe: EventLogPermission Pin
DaveyM6922-Jun-08 23:52
professionalDaveyM6922-Jun-08 23:52 
GeneralRe: EventLogPermission Pin
mrcooll23-Jun-08 1:40
mrcooll23-Jun-08 1:40 
Questionsimulate web browsing with c# Pin
moti11122-Jun-08 21:08
moti11122-Jun-08 21:08 
AnswerRe: simulate web browsing with c# Pin
leppie22-Jun-08 21:09
leppie22-Jun-08 21:09 
AnswerRe: simulate web browsing with c# Pin
Christian Graus22-Jun-08 21:10
protectorChristian Graus22-Jun-08 21:10 
QuestionHow to pick out a specified text in a textbox? Pin
kevinlin_522-Jun-08 21:00
kevinlin_522-Jun-08 21:00 
AnswerRe: How to pick out a specified text in a textbox? Pin
leppie22-Jun-08 21:08
leppie22-Jun-08 21:08 
AnswerRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman22-Jun-08 21:10
Harvey Saayman22-Jun-08 21:10 
GeneralRe: How to pick out a specified text in a textbox? Pin
Programm3r22-Jun-08 21:18
Programm3r22-Jun-08 21:18 
GeneralRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman22-Jun-08 21:29
Harvey Saayman22-Jun-08 21:29 
AnswerRe: How to pick out a specified text in a textbox? Pin
Christian Graus22-Jun-08 21:11
protectorChristian Graus22-Jun-08 21:11 
AnswerRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman22-Jun-08 21:16
Harvey Saayman22-Jun-08 21:16 
GeneralRe: How to pick out a specified text in a textbox? Pin
kevinlin_522-Jun-08 22:12
kevinlin_522-Jun-08 22:12 
GeneralRe: How to pick out a specified text in a textbox? Pin
kevinlin_522-Jun-08 23:56
kevinlin_522-Jun-08 23:56 
GeneralRe: How to pick out a specified text in a textbox? Pin
Harvey Saayman23-Jun-08 0:10
Harvey Saayman23-Jun-08 0:10 
GeneralRe: How to pick out a specified text in a textbox? Pin
leppie23-Jun-08 0:12
leppie23-Jun-08 0:12 

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.