473,289 Members | 1,756 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,289 software developers and data experts.

ComboBox double click

hi
I manage a double click event in a combo box..
but this event doesn't fire
????
I don't know why??
Nov 16 '05 #1
4 3821

Check if you are handling the double click event in
Properties-->events of the combobox
-----Original Message-----
hi
I manage a double click event in a combo box..
but this event doesn't fire
????
I don't know why??
.

Nov 16 '05 #2
Yes I handle it..
but this handling dosen't work..
The Click event works but Double Click dosen't work.
"tribal" <an*******@discussions.microsoft.com> wrote in message
news:0c****************************@phx.gbl...

Check if you are handling the double click event in
Properties-->events of the combobox
-----Original Message-----
hi
I manage a double click event in a combo box..
but this event doesn't fire
????
I don't know why??
.

Nov 16 '05 #3
If you handle click you cant handle double click because the firing of the
click event to a handler stops the control waiting to see if there is a
second click.

Ciaran
"perspolis" <re*****@hotmail.com> wrote in message
news:Oh**************@tk2msftngp13.phx.gbl...
Yes I handle it..
but this handling dosen't work..
The Click event works but Double Click dosen't work.
"tribal" <an*******@discussions.microsoft.com> wrote in message
news:0c****************************@phx.gbl...

Check if you are handling the double click event in
Properties-->events of the combobox
>-----Original Message-----
>hi
>I manage a double click event in a combo box..
>but this event doesn't fire
>????
>I don't know why??
>
>
>.
>


Nov 16 '05 #4
I didn't handle Click event but I handle SelectedIndexChange...does this
event prevent from firing Double Click??
"Ciaran" <ci****@theodonnells.plus.com> wrote in message
news:41***********************@ptn-nntp-reader04.plus.net...
If you handle click you cant handle double click because the firing of the
click event to a handler stops the control waiting to see if there is a
second click.

Ciaran
"perspolis" <re*****@hotmail.com> wrote in message
news:Oh**************@tk2msftngp13.phx.gbl...
Yes I handle it..
but this handling dosen't work..
The Click event works but Double Click dosen't work.
"tribal" <an*******@discussions.microsoft.com> wrote in message
news:0c****************************@phx.gbl...

Check if you are handling the double click event in
Properties-->events of the combobox

>-----Original Message-----
>hi
>I manage a double click event in a combo box..
>but this event doesn't fire
>????
>I don't know why??
>
>
>.
>



Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Uninvisible | last post by:
I have put together a db for a law firm to keep track of counterfeit activities. There are four parent tables: tblContact tblTransaction tblAction tblFile I have created a form,...
3
by: Wajih-ur-Rehman | last post by:
I am developing a C# app. I want to do something when someone double clicks on a combo box. But this event never fires. Any suggestions? Thanx!
1
by: Alex K. | last post by:
I am using combo box with DropDownStyle = simple. Tried to use double click event but it does not work. I've got this.comboItems.DoubleClick += new...
2
by: Anne | last post by:
Hello, I have a combobox in vb.net that I am trying to preform an action on if the user double clicks it. I have set the DoubleClick event but it does not fire. Has any one else seen this and...
1
by: MadCrazyNewbie | last post by:
Hey Group, How could I do it so if something isn`t listed in my ComboBox (It looks up a Database Coloumn), When a User Double Clicks on the ComboBox it brings up a form so they Can add it in...
5
by: Nick | last post by:
Hey guys, I have 2 events on a windows forms datagrid, the mouse move as well as the double click events. What's happening is that when I double click on a row in the grid, the mouse move event...
1
by: scott_gui | last post by:
Creating a Windows application: <Double-Button-1> mouse event has a conflict when there is also a binding to the <Button-1> event. It seems like a silly oversight that performing a double click...
2
by: scott_gui | last post by:
I am creating a Windows application: The mouse event <Double-Button-1> has a conflict when the <Button-1> event also has a binding. Double clicks will first perform the single click action. This...
9
by: Armando | last post by:
I have an app (A2000) where I am letting the user move an object on the screen. I use the OnClick for a command button event to modify the object's Top (or Left) properties, but you can only click...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.