Windows Develop Bookmark and Share   
 index > Windows Forms General > Image Double clock event
 

Image Double clock event

Hi,

 I need to create the Image double clock event example souce code. pls suggest me.

Thanks
Ram
Rammohan Ammiti  Thursday, October 08, 2009 7:58 AM



  Image i=  new Image();
i_mousedown on the image control

if (e.ChangedButton == MouseButton.Left && e.ClickCount == 2)
{

/// write it your code.
 
}


Thanks & Regards
Ram

Rammohan Ammiti  Thursday, October 08, 2009 8:32 AM



  Image i=  new Image();
i_mousedown on the image control

if (e.ChangedButton == MouseButton.Left && e.ClickCount == 2)
{

/// write it your code.
 
}


Thanks & Regards
Ram

Rammohan Ammiti  Thursday, October 08, 2009 8:32 AM

You can use google to search for other answers

Custom Search

More Threads

• How to select DataGridView original cell after DataValidated
• Listbox control
• Recieving an Open File request from Windows
• open outlook adress book
• Custom source from database to autocomplete textbox
• Inheriting user control from another user control (Windows application)
• want 2 share data from 1 from 2 another with MDIFORM
• How to Get the Url of a Hyperlink?
• COM Component Error 80040112
• Get the TextBox Border Color