Enter Keywords:
1 - 10 of 46(0.012 seconds)
Sort By:
 
A Double-Click triggers a Clicked Event then DoubleClicked event. How can I trigger only "DoubleClick" event in DataWindow Control (and not to trigger Clicked Event before)? Thank you.
Zones: PowerBuilderDate Answered: 08/28/2004 Rating: 7.4 Views: 0
I'm very new to C#... I am trying to migrate a VB6 form to C#. It basically has a number of Option buttons (now called RadioButtons in .Net), and an OK button. I want the user to be able t...
Zones: C#Date Answered: 01/27/2004 Rating: 7.4 Views: 0
I currently have a form that contains a datagrid on it.  I want to be able to doubleclick on a row within the datagrid and then have it open a seperate form that contains textboxes that will displa...
Zones: C#Date Answered: 12/21/2004 Rating: 8.4 Views: 0
I have quite a simple question, i have a datagrid and I would like to know the coordinates(ie row and column) of the cell that was double clicked on. The problem is that the 'e' in the following pa...
Zones: C#Date Answered: 02/09/2005 Rating: 7.4 Views: 27
Hi I have created a set of panels in a form to display a series of data like so - Dim panelData as Panel panelData = new Panel { add this to form } panelData = new Panel { add this t...
Zones: VB ControlsDate Answered: 04/26/2006 Rating: 9.8 Views: 0
I hava a farpoint planer control and I want to detect the click and double click on the planer control . Any way of doing ?? I tried with using the mouse down event and a timer with a form level...
Zones: Visual BasicDate Answered: 05/18/2000 Rating: 7.2 Views: 0
Hello, Experts. I know that HTML elements can have events. Could you write down some samples and explain a bit about them. For sample, how to write events for table. <table id="myTable"> <t...
Zones: JavaScriptDate Answered: 02/05/2002 Rating: 7.8 Views: 0
Hi, I have a listview control that lists some files.  I want to be able to doubleclick on the files and have them open. The code I am trying to use is:     Private Sub listviewLocalFile_Do...
Zones: MS Visual BasicDate Answered: 11/08/2004 Rating: 9.2 Views: 0
I have a datagrid that the user double clicks, and then once they double click, a value based from a column fills a textbox.  The problem, is that in the  below code, if the value is <NULL> in SQL ...
Zones: MS Visual BasicDate Answered: 01/21/2005 Rating: 8.4 Views: 0
In my datagrid, I am utilizing the doubleclick event.  Is there a way to make it to where if the user doubleclicks anywhere in the row, the event fires, other than them having to doubleclick the ta...
Zones: MS Visual BasicDate Answered: 01/25/2005 Rating: 9.6 Views: 0