473,657 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ComboBox DroppedDown

Hello Sir,

This is Chandra and Working as Software Engineer. I got a really weird
problem with ComboBoxes.

I have set the ComboBox DroppedDown Property to true.

Now the actual problem is When the ComboBox DroppedDown is Shown I have to
actually click twice to get out of the form or need to click twice to do
anything.

For Example in My Form If I have 2 Controls One is ComboBox and Another
Button Which Clicked Just Closes the Form. Then I set ComboBox DroppedDown
= true.So When the ComboBox DroppedDown = true to click on Close Button I
need to click twice to initate click event on the button.

Plz Help me on how to do it once when ComboBox DroppedDown = true.If
Combobox DroppedDown = true I need to click twicw to click X on the Form as
Well. Is this a Bug of ComboBox. I am using .NET 1.1

I am under tremendous pressure from client to perform this action.

I surely know u r the master in .NET sir plz help me to solve this problem.

Thanks very much

Chandra

Jul 21 '05 #1
4 2481
This might be oversimplifying ... have you tried giving something else
focus? i.e. form.focus()
Chandra wrote:
Hello Sir,

This is Chandra and Working as Software Engineer. I got a really weird
problem with ComboBoxes.

I have set the ComboBox DroppedDown Property to true.

Now the actual problem is When the ComboBox DroppedDown is Shown I have to
actually click twice to get out of the form or need to click twice to do
anything.

For Example in My Form If I have 2 Controls One is ComboBox and Another
Button Which Clicked Just Closes the Form. Then I set ComboBox DroppedDown
= true.So When the ComboBox DroppedDown = true to click on Close Button I
need to click twice to initate click event on the button.

Plz Help me on how to do it once when ComboBox DroppedDown = true.If
Combobox DroppedDown = true I need to click twicw to click X on the Form as
Well. Is this a Bug of ComboBox. I am using .NET 1.1

I am under tremendous pressure from client to perform this action.

I surely know u r the master in .NET sir plz help me to solve this problem.

Thanks very much

Chandra

Jul 21 '05 #2
This might be oversimplifying ... have you tried giving something else
focus? i.e. form.focus()
Chandra wrote:
Hello Sir,

This is Chandra and Working as Software Engineer. I got a really weird
problem with ComboBoxes.

I have set the ComboBox DroppedDown Property to true.

Now the actual problem is When the ComboBox DroppedDown is Shown I have to
actually click twice to get out of the form or need to click twice to do
anything.

For Example in My Form If I have 2 Controls One is ComboBox and Another
Button Which Clicked Just Closes the Form. Then I set ComboBox DroppedDown
= true.So When the ComboBox DroppedDown = true to click on Close Button I
need to click twice to initate click event on the button.

Plz Help me on how to do it once when ComboBox DroppedDown = true.If
Combobox DroppedDown = true I need to click twicw to click X on the Form as
Well. Is this a Bug of ComboBox. I am using .NET 1.1

I am under tremendous pressure from client to perform this action.

I surely know u r the master in .NET sir plz help me to solve this problem.

Thanks very much

Chandra

Jul 21 '05 #3
Thanks for ur response.

Please try to reproduce the problem and check out the problem then u will be
able to help me more???

"Clamps" wrote:
This might be oversimplifying ... have you tried giving something else
focus? i.e. form.focus()
Chandra wrote:
Hello Sir,

This is Chandra and Working as Software Engineer. I got a really weird
problem with ComboBoxes.

I have set the ComboBox DroppedDown Property to true.

Now the actual problem is When the ComboBox DroppedDown is Shown I have to
actually click twice to get out of the form or need to click twice to do
anything.

For Example in My Form If I have 2 Controls One is ComboBox and Another
Button Which Clicked Just Closes the Form. Then I set ComboBox DroppedDown
= true.So When the ComboBox DroppedDown = true to click on Close Button I
need to click twice to initate click event on the button.

Plz Help me on how to do it once when ComboBox DroppedDown = true.If
Combobox DroppedDown = true I need to click twicw to click X on the Form as
Well. Is this a Bug of ComboBox. I am using .NET 1.1

I am under tremendous pressure from client to perform this action.

I surely know u r the master in .NET sir plz help me to solve this problem.

Thanks very much

Chandra

Jul 21 '05 #4
Thanks for ur response.

Please try to reproduce the problem and check out the problem then u will be
able to help me more???

"Clamps" wrote:
This might be oversimplifying ... have you tried giving something else
focus? i.e. form.focus()
Chandra wrote:
Hello Sir,

This is Chandra and Working as Software Engineer. I got a really weird
problem with ComboBoxes.

I have set the ComboBox DroppedDown Property to true.

Now the actual problem is When the ComboBox DroppedDown is Shown I have to
actually click twice to get out of the form or need to click twice to do
anything.

For Example in My Form If I have 2 Controls One is ComboBox and Another
Button Which Clicked Just Closes the Form. Then I set ComboBox DroppedDown
= true.So When the ComboBox DroppedDown = true to click on Close Button I
need to click twice to initate click event on the button.

Plz Help me on how to do it once when ComboBox DroppedDown = true.If
Combobox DroppedDown = true I need to click twicw to click X on the Form as
Well. Is this a Bug of ComboBox. I am using .NET 1.1

I am under tremendous pressure from client to perform this action.

I surely know u r the master in .NET sir plz help me to solve this problem.

Thanks very much

Chandra

Jul 21 '05 #5

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

Similar topics

3
4259
by: Bill C. | last post by:
Hello, I know this has been discussed a lot already because I've been searching around for information the last few weeks. I'm trying to implement a DataGridComboBoxColumn class. I've found several examples on the web. They all seem to have problems, though that I've been unable to resolve. The most promising example I have found is at:
2
4326
by: pei_world | last post by:
I want to implement a key hit with enter to dropdown a combobox that is in the datagrid. in this case I need to override its original behaviours. I found some codes from the web. Does anyone know how to use this code? please help! http://www.experts-exchange.com/Programming/Programming_Languages/C_Sharp/Q_20862953.html
5
2147
by: ross kerr | last post by:
Hi All, I am extending the combobox to create a control that selects an item based on the text the user is typing into the text area of the control. I have an issue that occurs only when i drop down the combo box as the users typing. When the on leave event is fired the value in the selected
5
7057
by: Peter Stojkovic | last post by:
VB 7.1 and windows.forms. I have a comboBox on a form. When the user goes with TAB-Key to the comboBox, the comboBox should dropDown the ListBox automatically and show ALL entries. The user has no possibility to use a mouse !! How can I program a automatic dropDown ( Showing all entries ), if the user tabs to the comboBox ???
8
7012
by: elven byte | last post by:
Hello. I want a combo to open automatically when it gets the focus. I've been looking for it on the Internet, but I've just found with the API. It'd be OK, but it uses combo.hwnd, and I don't know which is the equivalent to hwnd in VB.NET. Can anyone help me in how to open the combobox, or how to work with the hwnd for it?
2
383
by: Chandra | last post by:
Hello Sir, This is Chandra and Working as Software Engineer. I got a really weird problem with ComboBoxes. I have set the ComboBox DroppedDown Property to true. Now the actual problem is When the ComboBox DroppedDown is Shown I have to actually click twice to get out of the form or need to click twice to do anything.
0
1471
by: | last post by:
Hi All. I have a problem with combobox, what I want is when combobox gets focus I need it to show the dropdown list t.This is fine if the user selects the combobox via keystrokes but when the combobox is selected via mouse click it draws the dropdown list twice. As I am trapping the enter event, I can see thats is called as well some other ? the style is set to dropdownlist as they must select one from the list I assume I must trap a...
7
26194
by: hung tran | last post by:
Hi, I'd like to drop down a combobox after validating the Leave() event, how can I do that ? Thanks
2
1777
by: Paul | last post by:
VB.NET 2003. I am loading a dialog box form with a ComboBox. I'm using a DropDownStyle of "DropDown" rather than "DropDownList". I want them to be able to type in it fill in as they type. The ComboBox contains a list of cities. The form will receive a parameter of one alpha-numeric character. I want to do two things (that I don't know how to do): 1. The parameter received to be moved to the ComboBox and the cursor to be...
0
8394
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8306
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7327
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.