When Ever There Is A Combo Box It Will Open Another Screen And Making The Selection Is A Breeze?

Jul 18, 2011

I have a combo box on few of my vb.net 2010 programs. The end users that use my program have touch screens and they have a hard time making selections on the combo box. I have an Android cell phone and when ever there is a combo box it will open another screen and making the selection is a breeze.

View 1 Replies


ADVERTISEMENT

Javascript - Change Values In Combo Box By Selection In First Combo Box?

Jan 12, 2012

I've got some code like the following. I want it so that when I chose an item in 'select 1' it changes the in the second combo box but I'm not sure of the best way to go about it. Does it have to be AJax or can it be done with just Javascript?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

[code].....

View 5 Replies

Make A Selection Using Combo Box?

Apr 15, 2012

I have a problem to make a selection by using combo box(cbChoice). if I have 2 item [name], [age], [id_number]. After click SEARCH button, the data from database will display to textbox. this my code but its not work

myCommand = New MySqlCommand("SELECT * FROM daftarpelajar WHERE " & cbChoice.Text & " Like '%" & txtSearch.Text & "%' ORDER by id_pelajar ", conn)

[code].....

View 1 Replies

Multiple Combo Box Selection

Jan 7, 2010

I'm new to VB.NET and looking for some help with combo boxes. I was wondering if it is possible to link 2 combo boxes to each other based on user selection? [code]If the user selects Dept Name "Bakery" from the first combo box the second combo box should fill with the appropriate Section Name i.e. "Bread", "Cakes" etc.I am using VS2008 and the DB is SQL Server 2008. Both combo boxes are currently bound to the above Tables and displaying all Dept and Section Names.

View 2 Replies

Combo Box With [None] Or Blank At The Top Of The Selection List?

Jul 8, 2011

The combobox is bound via binding source to a table. How can I display the list of look up options while having the first option say [None} and if selected, clears the value from the list.

View 2 Replies

Filter Datagridview From Combo Box Selection?

Oct 4, 2011

I'm trying to select a company name from a data bound combo box, then display the relevant record in a data bound datagridview.

I've currently used the Data Sources wizard to set the connection string, create the dataset and dragged the combo box and datagridview onto my form.[code]...

View 3 Replies

Forms :: Combo Box Change In Selection

Sep 27, 2010

ok, got a question here, two really. first i'll ask the hard one, as i think i have my other one out of the way so i'll save it for later but i made a program where a user enters in dimensions in several text boxes in inches. there are radio boxes that the user decides what thickness of wood they would like to use. what i'd like to do is add metric into the program and use two combo boxes. one combo box drops down and you can select inches, centimeters, or millimeters. the other one drops down to choose the thickness of the wood.ok now here's my question. say i pick inches in the first combo box, i'd like the second one to display only the thickness of the wood in inches, no metric. if i pick centimeters, i'd like the second combo box to display the thickness of the wood in only centimeters, no millimeters or inches. and the same goes for millimeters.i also have the program on a timer that runs at 100 milliseconds so the user can quickly see the differences in dimensions they put in instead of having to hit the calculate button over and over and over (not sure if that really matters or not, had a couple issues with the boxes earlier but don't think it was timer related now)but is this possible? basically just looking for the kinds of drop boxes that you see on a page like autotrader.com where you select dodge, and then only the dodge cars are listed, select chevy and the chevy cars are listed, etc.

View 7 Replies

Have One Combo Box Populate Another Based On Selection?

Jun 22, 2010

I am currently stuck in one part of my application. I have two combo boxes that i am having the users select from. The first combo box is simply bound to a datatable. that is working properly. The second one i need to populate off another datatable after sorting out what the first one is requesting. Basically it's choosing a line number on the first box and then selecting the machine associated with that line number.[code]...

View 4 Replies

Display Data Related To A Combo Box Selection?

Apr 4, 2009

lets see if I can explain my self. I have 2 fields in the country the country table "CountryName & Countrycoed" . My question is how to display the Contrycoed in a textbox after selecting the country in a combobox. For example if I select Canada in the combo I would like CND to be displayed in the textbox. This is the SQL I have to load the combobox

comType.CommandText = String.Format("select CountryName,Countrycoed from Country ")

View 8 Replies

VS 2008 Fill ListBox From Combo Selection

Apr 23, 2009

As the title suggests I have a ComboBox and 2 listBoxes on a form. I need to fill the left ListBox with items not now asssociated with the ComboBox selection and the ListBox on the right with items already associated with the ComboBox selection. Is it possible to populate the ComboBox and each ListBox using only one query and returning a dataset of ALL the data to do so, or do I need to Populate the ComboBox, then use 2 queries, one for each ListBox?

View 6 Replies

Making A Selection Around A Richtextbox, Vb Express 2010

Apr 16, 2011

i want user when clicks a button to show a selection around a richtextbox and not inside it selecting the text... what i have right now is this: richtextbox1.focus() that will indeed focus the richtextbox but the problem is, it only selects its text content.

What i want is something similar to a Yellow or Blue Square showing around the richtextbox i want to "select", so the user will properly notice the richtextbox more easelly.

i tried messing with the vb express rectangle stuff but i cant get it to draw over all objects, its actually always displaying below all objects in the forum

EDIT: ive also tried using a tiff picturebox with a drawed empty rectangle on it, but the dreadish thing when put over other objects like textboxes, it simply just displays the color of the form emitting any other objects in between, setting the background color to transparent under web colors had the same problem...

View 9 Replies

Making A Selection From An At Runtime Generated Listbox?

Oct 22, 2011

Private Sub ListOfCrops_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles ListOfCrops.SelectedIndexChanged

View 9 Replies

Adding Numbers From A Datagridviw Based On A Combo Box Selection?

Feb 22, 2012

In my below forms, the user select a name from the combo box list and enters an amount for the name selected. The user can enter as many entries. Every time the total button is clicked, I would like the total for each person to be display on the labels.

View 1 Replies

VB 2010 - Selection From Combo Box Will Display Information On The Datagrid

Oct 22, 2011

I am still having issues with the combo box. I have the correct query. I have four tables in MS Access. I need to create a form in Visual Basic that has a combo box and a datagrid. The selection from the combo box will display all relevant information about that person on the datagrid. For example, if I select John Doe (from the combo box) the datagrid should display: [Code] How do I add John Doe to the combo box and link this query to it, when upon being selected, it displays the result in the datagrid?

View 1 Replies

How To Fire Event When Making Selection Of Editable ComboBox

Jun 15, 2012

I have a ComboBox that is databound to an ObservableCollection of strings. The ComboBox is also editable, so you can either enter in your own value or select one from the list. The issue I'm running into is the index of SelectedItem seems to be the index of the last item you selected when you've entered in your own value in the ComboBox, though it's -1 when you have IsTextSearchEnabled set to true. The problem is, if someone entered their own value and then decide to instead select the item on the ComboBox that had been selected before, the index doesn't change so the SelectionChange event doesn't fire. How could I get an event to fire in this situation?

View 1 Replies

Making A Selection Updates The Data Bound Labels On Form

Oct 19, 2011

I have a Data Bound ListBox on a 2nd form, making a selection updates the Data Bound Labels on form1. The problem I have is the ListBox is desplaying the ID not the Title, I have chect all obvios places and find nothing.

View 1 Replies

VS 2008 : Display Information From A Text File After Making A ComboBox Selection?

Jun 4, 2010

I have a program that needs to display a playlist of songs, for a band performing someplace, from a .txt file. The songs in the file are listed as follows:

All You Need is Love-Beatles
Rock
4.25

[code]....

The first line is the song's title and group name. The second is the songs genre. The third line is the songs length, 4.25 is 4 minutes and 25 seconds.upon clicking a button, I need to display a playlist from this .txt file based on the number of minutes the band has to play, minutes entered into a TextBox, and the songs genre, selected from a ComboBox. The songs cannot repeat and must be random.I have already coded the program to read the .txt file but have not clue where to start with the rest.

View 5 Replies

Making Log In Screen Appear Only Once?

Jan 21, 2011

I'm trying to bullied a simple cheap software to rise money.Any way, I managed to make a serial login form but the problem is I need it to appear only once pear purchase, meaning as soon as you enter it once, it will be saved and the login form wont popup when the program gets started again on the same PC. Here is my code so far:

ic Class Form11
Private Sub Form11_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub

[code]....

Also, how can I generate more serial codes?

View 2 Replies

Making A Login Screen

Apr 20, 2012

I am trying to make it so when a user logs in the code can tell, if they are a user or not, if they are a user, then if they are a teacher or not. I have SQL in there to identify if the person is a user or not, but it won't bring up an error message if they aren't. And if both the users logging in are not teachers they are still able to view a screen they are not meant to.

[Code]...

View 5 Replies

Making A Program Always The Front Of The Screen

Sep 17, 2009

I am making a calculator-like program, and would like to make it so that it is always the front-most form, even when another program (like Firefox) is clicked. While Firefox is the active form, my form is still up. Basically, I'd like to make the form like the on-screen keyboard; it never really minimizes unless you specifically tell it to.

[Code]...

View 1 Replies

Making A Screen Recorder And Save It To AVI?

Nov 18, 2010

making a screen recorder. make it take a screenshot 15-30 times a second, and for each shot there will be a text file that will say the location of the cursor when the shot was taken and what the cursor was, like loading or whatever. Then when the user presses save, it will take all the shots, import the cursor in each one and then create an AVI using each of the frames that were initially shot. Another better way would be to take a screenshot with the cursor in it, if thats possible.

View 8 Replies

Making A Splash Screen And Go After 5 Seconds?

Oct 12, 2011

I'm making a splash screen and i want it to go after 5 seconds? what is the script for waiting?

View 3 Replies

VS 2008 Making An On-screen Keyboard?

Jun 18, 2010

I need to make an on-screen keyboard for a touchscreen application. I have my main application popping up a child form that shows my keyboard layout. When I press a key on the keyboard form I need it's value to go into a textbox on the main form. So how do I send a keys text value back to the main app?

View 10 Replies

.net - Load Up Combo Box Values Once (at Login Screen)?

Mar 10, 2011

I have a few combo boxes that need to be loaded up once and displayed multiple times (whenever the main form is opened) The reason for this is because it's taking about 10 seconds for the form to load each time it's opened due to unnecessary re-querying.

Here is an example of what I have as a combo box source and what I've done.

I've put the query, connection, etc... in a module and call it on the login form - i don't get any errors but the data does not load into the combos.

'In Module
sql = "SELECT DIR_ID, DIR_NM FROM LTC_FBS_DIR ORDER BY DIR_NM ASC"
RConStr = String.Format(RConStrFormat, LoginForm.txtUser.Text,

[Code].....

View 1 Replies

Creating A Login Screen Without Making Use Of A DataBase?

Mar 25, 2011

I need to create a login page as part of an assignment. Problem is, I don't have access and I'm not sure which other programs can be used as alternatives. I am hoping that it's possible to create the login screen using only a If...Then...Else Statement. If it is possible, I'm probably going about it the wrong way, as it skips the first two conditions and goes straight to the 'Else'.

Private Sub OK_btn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_btn.Click
Dim Message As String

[Code].....

View 14 Replies

Open A File Into A Rtb From Selection From Combobox?

Sep 18, 2010

I cannot seem to load the saved .rtf document into the richtextbox when i click on that file in a combobox. I checked msdn and tried what it suggested, but got no results.

View 1 Replies

VS 2008 - Maximize Window And Making Objects To Fit Screen

Jun 22, 2010

How can I maximize the windows and make the objects fit the screen also growing?

View 8 Replies

Open Form From Combo Box?

Oct 30, 2009

i have a simple form that allows one to see all forms in project through a comboboxthe problem is i want to be able to open these formsbut i dont want a "hardcoded" command, i want the "form.show" statement to be taken from whichever form is picked in comboboxme and my copadres have tried a dozen different ways and keep drawing blanks and errorsbelow is my load codelemme combo box with list of form names,

Select form name,
Click open button
the selected form opens!

[code].....

View 6 Replies

Making A Save/Open Button?

Sep 1, 2009

I was wondering how to make a save buttonI'm making a very simple program in which the user enter an email address and the computer works out if it's realDaft, I knowJust experimentingI was also wondering how to make an open buttonOne last thing:

View 11 Replies

Making Links Open In The Same Page?

Mar 11, 2011

So, when someone makes a website, they decide if they want their link opened in a new tab,window, or in the same window. How do I make it by default that it opens in the same window, no matter what its set to on the website? I just don't like internet explorer taking over on those links.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved