Pop up menu in combobox
-
akhils wrote:
Can anybody help me in disabling the pop up menu ie . (paste, cut, copy etc)
Why do you want to do that? Can you elaborate in more detail and maybe someone can help?
-
akhils wrote:
Can anybody help me in disabling the pop up menu ie . (paste, cut, copy etc)
Why do you want to do that? Can you elaborate in more detail and maybe someone can help?
hi... thnx for the response in my Application i hav a combo box . i dont want user to enter the values which are not there in the list . so i suppressed the key events . now user is not able to enter the values through key board. But the problem is user is able to right click on it and and cut the values, paste the values etc . can u help me in this problem ??? Akhil
-
hi... thnx for the response in my Application i hav a combo box . i dont want user to enter the values which are not there in the list . so i suppressed the key events . now user is not able to enter the values through key board. But the problem is user is able to right click on it and and cut the values, paste the values etc . can u help me in this problem ??? Akhil
You might want to look at this article, A Complete Read Only ComboBox[^] Or search this site for read only comboboxes. This might help you and you won't have to worry about trapping mouse events. Hope this helps some, Paul
-
hi... thnx for the response in my Application i hav a combo box . i dont want user to enter the values which are not there in the list . so i suppressed the key events . now user is not able to enter the values through key board. But the problem is user is able to right click on it and and cut the values, paste the values etc . can u help me in this problem ??? Akhil
-
Hello my friend, Just check "DropDownStyle" property of combobox. Set the property to DropDownList. Rahul Kulkarni
RahulRKulkarni wrote:
Set the property to DropDownList.
That looks like it works just fine :)
-
RahulRKulkarni wrote:
Set the property to DropDownList.
That looks like it works just fine :)
-
akhils wrote:
Thanx All for the replies.. let me try it out
Good luck to you :)