204 Topics

Member Avatar for
Member Avatar for Dexxta27

I have to make a small paint program using the GUI. I need to know how to use the combo box. I know I have to make an array with the list of colors but I don't know how to add it to an action listener and choose the items. …

Member Avatar for Dexxta27
0
2K
Member Avatar for trowe

I have a form created in VB.net. It is used to get some information form a user. The form is not bound to any data source. A combobox on this form is used to enter a cost. I want the value entered by the user to be displayed using currency …

Member Avatar for trowe
0
327
Member Avatar for divsok

how can i add values of each registered name to a combo box in a servlet dynamically and get each values from it ? i have an ArrayList of each registered name.

Member Avatar for divsok
0
107
Member Avatar for Hawk123

Hello, I'm a newbie in vb :D however with all the information and help this forum had provided i reach this far with my code BUT i can't proceed anymore. I'm trying to make a small software which will help me in my work. I can't get it to work …

Member Avatar for poojavb
0
236
Member Avatar for jeraldmuthu

Hi, i need to retrieve the combo box value to the string parameter in the same page parameter for checking condition is it possible in JSP ? [CODE] <%@ page import="java.io.*"%> <%@ page import="java.sql.*"%> <%@ page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@ page language="java" session="true"%> …

Member Avatar for peter_budo
0
236
Member Avatar for fanan

Hi there, i faced a terrible problem in datagridviewcomboboxcell it's an sales program and in the sales invoice i want to bind different data in comboboxcell at every row according to value of cell at the same row i search the web but all examples depend on the data of …

0
68
Member Avatar for mrbungle

Need help. I have a combobox (cmbCharge1) that gets populated by a text file. Inside the combobox, the data inside is laid out like this: 41-1A-1303: EXPIRED REGISTRATION Now, autocomplete works fine, if I start typing in the statute (like the 41 part). But what I need is for it …

Member Avatar for malhar1122
1
1K
Member Avatar for jeraldmuthu

I need in jsp two view in one view combobox, combobox contain one,two,three..etc For the user selection second view want to change not the whole page. I need an Idea.Please Help me out.

Member Avatar for stultuske
0
72
Member Avatar for PennyPeso

I am new to C# and stuck on this: I have an array in my Dealership class that accepts user input for make, model, and year. [CODE] class Dealership { public static Car[] car = new Car[500]; public static int carIndex = 0; } [/CODE] [CODE] public partial class FormAddCar …

Member Avatar for PennyPeso
0
140
Member Avatar for sachin mali
Member Avatar for bluehangook629
0
757
Member Avatar for haanjae

i want to send a private message to particular client by selecting number in comboBox. but had tried to code it but message still end up receive the message at every clients side that connected to server. i want to send the message using the worker socket object stored in …

Member Avatar for haanjae
0
1K
Member Avatar for skran

Hi all! I have cascading comboboxes and when I choose the value for the first one everything is fine. But when I try to choose the value for the second combo the value of the first disappears. However, the second combobox is populated with the appropriate values and then I …

Member Avatar for lolafuertes
0
331
Member Avatar for greatcornholio

Hi all, im doing a program using java and sql, and im trying to set a textbox with a value stored in a database. thing is: i have a combo with airlines, and each airline has a cost for each seat. so what im trying to do is get this …

Member Avatar for stevanity
0
169
Member Avatar for skran

Hi all! I am writting beacause I desperately want your help.. I want to connect 3 comboboxes. I have a table which contains Streetnames, Post Codes and Municipalities. I want to choose the Streetname from the first combobox something that I have done. The second Combobox I want to display …

Member Avatar for Smith5646
0
1K
Member Avatar for skran

I have achieve to populate my combobox from sql and from this combobox to populate a textbox but now I have to do something more complicated.I would like to populate a combobox from an other combobox choice. And what i mean is that I have a table with Streenames and …

Member Avatar for skran
0
213
Member Avatar for gd740

i have a combobox and few textboxes in Form1. i inserted new item into combobox by entering new item in one of the textbox. i manage to add item into combobox in Form 1. But how can i achieve if the item i added in Form1 to be inserted automatically …

Member Avatar for codeorder
0
453
Member Avatar for csharp_user

Hi, Im new at C# and im trying to make a booking system where i have a combobox on the first form. From that form i have to choose 1 out of 3 items. Depending on which item i choose i will come to another form. How can i get …

Member Avatar for csharp_user
0
161
Member Avatar for grako84

Hi Folks! I got to game (know as concentration or memory)code for my assignment. I have found many similar tasks, but mine is a bit different. Our teacher asked us to implement comboBox that we could switch between images and text version. So far I have made image one, and …

Member Avatar for grako84
0
254
Member Avatar for bukk123

I have a combobox which is filled with items from a table like this: [CODE] For Each rad In interntabell.Rows firstname = rad("firstname") lastname = rad("lastname") id = rad("id") ComboBox1.Items.Add(id & " " & firstname & " " & lastname) Next rad [/CODE] What Im trying to do is to …

Member Avatar for Phasma
0
571
Member Avatar for Raim

So basically, I'm making a Windows Form Application CLR which calculates a worker's wage. Problem is, when I select the schedule (day,night,afternoon,mixed), I use a button for each schedule respectively, which, upon click, calculates everything on the data you've input. While this is effective, I am being asked to use …

Member Avatar for Ancient Dragon
0
377
Member Avatar for tenshi

hi, i'm new to vb.net.is it possible to link item in drop down list to image? for example if i click "computer" in the drop down list, the image of the computer will appear. sorry if my question sounds silly. i'm really a newbie in vb.thanks for ur help.

Member Avatar for tenshi
0
279
Member Avatar for westknight3

Here is a snippet of the code that I have thus far (Which I wish worked): [CODE] Dim PlayedSound as string If ComboBox1.SelectedItem = "Sound 1" Then PlayedSound = "Sound1" My.Computer.Audio.Play(My.Resources.(PlayedSound, AudioPlayMode.Background) [/CODE] So basically the combobox1 item which is selected is sent to a string and is then supposed …

Member Avatar for Pgmer
0
254
Member Avatar for alinutzu

Hi. I have a bounded datagridview and it's work fine. I want to know if I can to add a combobox column to datagridview. Thanks for all.

Member Avatar for riteshbest
0
171
Member Avatar for joslup9

php and mysql form Hi all, how I can add values ​​in a table to a combo box in html .. eg: the user's table has the id 1,2,3,4 and that using a query, being able to move to a combo box, to make a selection of id?. Greetings and …

Member Avatar for joslup9
0
295
Member Avatar for Purrenhage

I am trying to get this Program to print. Most of it is working correctly except for the part of the Fragrance. When it prints it is printing the whole list not what I selected. The exterior and interior are printing correctly and I tried to set the combo box …

Member Avatar for lolafuertes
0
149
Member Avatar for IT_Student_604

-- hello there!, here i am again asking for some help... i want to retrieve my data from my ms access database and i it gave me this error.. [COLOR="Green"]"Index was outside the bounds of the array."[/COLOR] ------ can someone help me about this?.. i put my code on my …

Member Avatar for IT_Student_604
0
791
Member Avatar for tombihn

Note, I screwed up and asked how to get DisplayMember text, I meant to put ValueMember... I have a combo box I'm populating from a datatable. It has two columns, one for display and one for value. I can find the index of the associated item in the combobox list …

Member Avatar for tombihn
0
1K
Member Avatar for jackparsana

Hello, Please help me to do this. i take one combobox in modelpopop. but it is not working properly. textbox is Display properly but right side button not display. there is not problem in css. because i put same combobox in simple page. outside modelpopup. Please help me. Jack

0
79
Member Avatar for cigoL..:)

Greetings, i'm currently developing a web browser for my school project (i'm kinda new to advance visual basic)... it's 75% complete and the only problem i encountered is that when i enter items for the combo box it accepts duplicate .. for example i entered [url]www.daniweb.com[/url] and re-entered it again, …

Member Avatar for cigoL..:)
0
453
Member Avatar for neiljohnmanuel

Hello everyone i am a student who has very little knowledge about programming. I would like to know if there is a way to load list from a database to a combo box. there are two fields in my database namely: Age and Allowance. what i want is to load …

Member Avatar for hkdani
0
126

The End.