o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Problem with non-stop scrolling of the ComboBox drop-down list -

Hi!
I ran into a strange phenomena:
After clicking on either the spin buttons (the small triangles) or the
scroll bar itself of the drop-down list of a combobox, the scrolling
doesn't stop until the list end is reached. The scrolling stops when
the mouse pointer leaves the scroll bar area.
The application receives messages (via the serial port). The module
that handles the received messages is laced with DoEvents. When no
messages are sent to the application (the transmitter is turned off),
the combobox functions properly.


The application is VB6, SP6, under Windows XP, SP1 with 512 MRAM
memory.


Your help will be much appriciated.
Amir

 

Problem with non-stop scrolling of the ComboBox drop-down list -
Hi! I ran into a strange phenomena: After clicking on either the spin buttons (the small triangles) or the scroll bar itself of the drop-down list of a combobox, the scrolling doesn't stop until the list end is reached. The scrolling stops when the mouse pointer leaves th


Combobox, how to stop event firing when scrolling -
Hi Guys, I am a fairly basic user when it comes to VB6, I have, what is getting to be a rather large project. I have a Combox box with a large list of entries populated from a text file, then a number of If statement depending on what is selected from the Combobox drop down list.


Problem with ComboBox -
I have a combobox and style is set to 2- drop down list. When an item is selected from the drop down list I want to perform a lookup in the table. I coded the even combobox_changed but it is not going to this event when I select an item from the list. How can I accomplish this? A


Populating a combobox (drop down list) isn't working -
Hiya, I hope this is in the right place. I'm having trouble pulling a value out of my database, and putting it into a combobox when the combobox is on 'drop down list' style. If I take it off drop down list then the value shows up fine, but otherwise nothing. I have three values


ComboBox -- Drop down list -
Style is (2) Dropdown list, so I can edit the combobox. I have a list of different items in a Drop down list. When a form loads it should check if xName is in that combolist. If it is, then select it to be shown (in combobox.text). However the .text doesnt work as Dropdown list i


[2008] RTB VScroll, handle only after scrolling -
Hi, I am running some code in the VScroll event of a RichTextBox. There is a huge problem though, whenever I am scrolling, the code is running constantly, until I stop scrolling. What I would like to happen is that the code does NOT run while I'm busy scrolling, but that it runs


Stop manual type in combobox -
Guys, How do I stop users typing into a combobox, forcing them to select from the drop down ? Bob


[2005] drop down ---Urgent help asp.net 2.0 -
Hi, i have 3 drop down lists , for 1st drop down list ,in page load not postback , i am binding database data to the drop down list, for the 2 drop down i am adding items using property window, for the 2nd drop down list i make auto postback is true because after selection of item in


Need help w/ ComboBox validation code -
I need a way, using an ordinary ComboBox (not Drop-Down List), to discard any typed-in entries that don't match up with an item on the list. For example, if someone types something in, then tabs out of the ComboBox, and whatever they typed in doesn't correspond to something alread


ComboBox stuff -
Hi, I am programming in access '97 and now I want to use a comboBox to do the following: If I type a new value into my ComboBox that isn't in the list I want to Add it to the table where I created the list However using the NotInList option I can add the new entry but somehow


Having problem with date conversion -
1. User picks a date using a Calendar eg: 1/1/2007 Here is where I dont know what to do: then a combobox with 3,6,9,12,24,36 Months as options from the drop down list. The drop down would just show the numbers no dates Finally a text box would show the 1/1/2007 + the combobox


Interesting Combo Box Problem -
I've got a combobox which is populated with the following items: - C:\Program Files\...\Test.Doc - C:\Program Files\...\Test2.Doc - C:\Program Files\...\Test3.Doc When the user selects an item from the drop down the full path is displayed in the textbox part of the combo box (T


List view scrolling with drag & drop -
Hi vbf: I have an application with two list view, I use the drag & drop action and works correctly, but I want to auto scroll the list when the mouse point near of the bottom or upper item of the list, something like the explorer, excel, etc. Do you have some tip to help to do t


DDL selection not in list -
Hello Everyone I'm using Visual Studio 2005....... I have a drop down list in a grid view template field. The drop dropdown list contains a list of vendors that can change over time. If a record was entered using “Company A” yesterday, “Company A” may not be a valid vend


How to Autoscroll in WinForm -
Hi, I have one scrolling problem and don't know yet how to fix it. On Form I have a big datagrid that have about 40 columns, form has scroll bar so user could scroll on left and right to view data. My problem is, this datagrid has drag/drop functionality. User will drag item from


ComboBox Queston -
Ok, I am teaching myself VB.net 2003 version. I have a form with 3 Combobox..... My problum is this I want to be able to select text in the first combo box and once i have done that for the 3rd combobox's drop down list to refesh it self with a diffrent list for each item picked in


Horizontal bar in ComboBox -
I found some very nice code from VB world which will allow me to create a combobox which can expand to the maxium length of my list. However, to me that is not good enough. Is there a way that I can put Horizontal bar in the Combobox's drop down list? Thanks very much.


Another Noobie Question -
I'm trying to list items in a combo box. But for some reason, I get 2 of the same thing entered in. here is my code... ~~~~~~~~~~~~~~~~~~~~~~~~~ Private Sub comboBox_Change() comboBox.Text = "Select which conversion you would like." comboBox.AddItem ("Dog years


ComboBox problem.. -
Hi all, I have 2 comboxbox where lists in both combobox is the same... let's us in both combobox list's 1,2,3,4,5 I want it if I choose list no 2 in first combobox, then the list in second combobox will change automatically to list 2 also. I have no Idea about this... This co


HELP!! - Scrolling in an over written List Box -
Hi, I need some help with a problem I'm having in my listbox. I am creating button as a control for every line on my list box. Whilst scrolling the list box is creating more buttons than it should and in really odd / random places (a button that should be higher in the list box i


Add item in combo -
Hi there, I'm having some weird trouble with adding a new value in a combobox. The combobox has a datasource which is a bindingsource. The combobox's list is filled from a different table through a different bindingsource. Combobox.valuemember = "ID" and Combobox.display


Limit the choices of a combobox to its collection -
I must be missing something real obvious here but I can not figure out how to limit a combobox to the items in the drop down only. For instance if I have 3 choices in my drop down list: Red White Blue I don't want the user to be able to type yellow into it. What am I missing


Quick Problem -
I have a little program that uses a combobox list and when one is selected it fills several textboxes and soon to come a picture. The problem is I want to have a hyperlink which you can copy off the form. But when I try and highlight anything on the form it wont stop focusing on th


[resolved] disable individual item in drop down list -
I have a list of IDs used to query a database ina drop down list. My first item however is "Please choose..." is there any way to stop this from being selectable?


Stop scrolling in RTB -
Is there any way to stop someone from scrolling a RTB. I know how to turn of the scrollbars but then they can go to the last line and press the down arrow. Also the user must be able to edit the contents of the RTB. I know I could trap for the arrow keys and enter and backspace but th


Drop-down list problem -
Dear all, Im populating data from the database into a drop-down box. Its working fine as far as putting the data from the db to the drop-down. My problem is when I want a particular record's value has to be displayed after populating, how do i do that? For instance, the dro


Databound combobox value initially blank -
I have a databound combobox with two text boxes associated with it. When a value is chosen in the combobox, the values in the text boxes change as well. All is good... Except that when the form initially loads, all three of these boxes are already being filled with data. These co


Reset a drop down list -
Hi, i have a combo box and have set its property value to Drop down list. the problem is that when i save the values, i clear the contents of all controls how does one reset a drop down list to the original state to be the way it was when the form was loaded.(i.e no value is selec


automate combo box drop down list -
hi, I am using vb6 combo box. I want the combobox list to automatically drop down when the user starts entering data values to the combo box. There is a down arrow button to the combo box but can the drop down window automatically be dispalyed when the user types in the combo box


Get seletected item in drop down list -
I have two simple questions for you. How can i save the selected item from the drop down list into a variable?[solved] When the program starts, there is a empty item selected in the drop down when there are no blank spots in the drop down list. how can i make it so on form_load i


excel - list appended to list -
The drop-down 1 selection should output a predefined list somewhere and drop-down 2 selection should append this list with the contents of another predefined list. For example: from drop down 1 I can select a, b or c. Selecting a gives me the list 1, 2, 3 selcting b gives me i, ii,


Stop the page from scrolling -
I have a site that I am working on for DragonFly and I want to stop the page from Scrolling.. at the moment there is not much there but the homepage needs to not scroll off the bottom of the screen. Thanks in advance for any help Chris


Drop Down lists and postback -
I'm experiencing a problem with an app, and I'm not sure what I'm missing. My app has two drop down lists. When a single selection is made in the first drop down list, the second drop down list is populated with specific data, depending on what was selected in the first. This is d


ComboBox items missing after adjusting height -
I wanted to adjust the height of a combobox so I changed the, DrawMode to OwnerDrawFixed And ItemHeight to 13 The text of the first item fits within the combobox but all the items in the drop down list are not visible. Not sure what the solution is. Anyone got any clues?


view chosen data in combo box -
hi helpers. i have a small problem. im a newbie in vb programming. my vba is connecting with ms access database. the problem is simple. i already can connect the list inside the combobox (style 2 dropdown list). my question is, there is a time when i have to disable the combobox. when


ComboBox! -
A VB6 Form has a ComboBox where items get listed dynamically. Before adding any item to the ComboBox, I want to first find out whether the item already exists in the ComboBox list or not. If yes, then don't add that item again to the ComboBox list but if not, add the item to the ComboB


Combobox List problem (IDE) -
Hello I'm have found a problem with the comboboxes on my form that I have never encounterd before. I put a combobox on my for and in the propertys window I open the List-prperty and input some valuse like: 1 2 3 4 5 but if I open the list-property again, the list is changed


Print: to stop paper from scrolling by Print.end -
i'm building POS application, and i want to make a ticket print. but i can't stop the dot printer to stop scrolling since the the ticket is finished to print.


ActiveX List-type Property possible -
If you place a ComboBox on a Form, the ComboBox gets a Property called List, which offers a drop-down where you can enter some items. How can I do the same thing on my Custom Controls? I've gotten a color-chooser to work by defining the property as OLE_Color, but there is nothing


ComboBox property behavior -
I inherited a VB6 application and I have 2 ComboBox-related questions: 1) The form contains a combobox. A combobox has a property called "text". The value of property text is being used to determine a comm port. When, in the IDE, I overwrite the current value of "tex