Multi Forms And List Boxes?

Apr 12, 2011

Ok, Im having trouble passing a value from one form back to another using a listbox... The user clicks a button in the main form to bring up an instance of another form (form2.show). In that form, the user then then selects a number 1-5 and then presses done:

Code:
Private Sub frmPlayer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim x As Integer
If lboNumber.Items.Count = 0 Then 'list box is empty
For x = 1 To 5

[Code]...

How do I pass that value back to the main form as a value when the user clicks done?

View 2 Replies


ADVERTISEMENT

One Selection At A Time From Multi List Boxes?

Aug 8, 2011

ok.. just as it sounds.. I'm kinda making a document portal app for work.. has 4 list boxes going to 4 different drive locations.. for cosmetic reasons I want only the last box you clicked in to show a selected item.. so if you selected box 1 item and it was hilighted and then you went to box 2 and selected something I wanted box 1 to then dissapear.

I have some code written to handle this.. but its not working so well.. since I use the SelectedIndexChanged trigger to fire off another piece of code to unselect all the other windows.. those listboxes fire their triggers also because I have to call lstWord. SelectedIndex = -1 to make it not have something selected anymore.. and when you do that.. it calls its SelectedIndexChanged and ends up deselecting everything.. so wasnt sure if anyone had done something like this before.. seems like something that would have been done before.. but as you can imagine searching the web for "multi list box select only one at a time" or something similar..gives you some strange results..

View 8 Replies

Creating Multi Level List Boxes In Access?

Oct 25, 2010

The first list box contains the project name. Based on whatever is selected in the Projects list box, the 2nd list box is generated with Custodian names associated with that project. I am having problems generating the 3rd list box. This holds the data sources associated with whatever is selected in the 2nd list box (Custodians)

View 1 Replies

Forms :: Binding With List Boxes

Jun 12, 2009

I have a list box which is containning diffrent groups from database. On the form i have multiple controls like checkboxes, text boxes and so on. Wht i have to do when some one selects a entry from list box the others controsl should be populated from that value. User can edit the data , delete the data and so on.

View 1 Replies

Selecting Values Of Combo Boxes And List Boxes In Web Browser?

May 22, 2012

I am developing a program that makes it easier for users to log on to a website and search for specific data. I have the first portion finished in which I have a form with the Ax Web Browser control.

The web browser control navigates to a local website and automatically logs in for the end user. This is done by using code which automatically fills in the username and password and then submits the form to logon using something similar to this: WebBrowser1.Document.Forms.Item(, 0).elements("txtUsername").value = "user"

Once logged on - there is a search page which contains a combo box and list box. I am trying to set specific values for the combo box and list boxes.For example - the combo box on the website is titled: cbxDate and contains the following values: Today, Yesterday, This Week, This Month.

A list box titled: lstArea contains the following values: Zone A, Zone B, Zone C, All.I am trying to figure out if there is a way through code to select, in this example, "Yesterday" in the cbxDate and "Zone B" in the lstArea on the webpage.If anyone knows of a solution, please feel free to let me know. Be advised that I am using the Ax Web Browser Control.

View 2 Replies

Forms :: Using Mouse Overs To View (make Visible) Text Boxes And Picture Boxes

Jul 5, 2011

Im trying to make a program that allows the user to view additional information via moving the cursor over the label to view (make visble) additional information, in the form of text boxes and/or picture boxes. How will i go about doing this?

View 6 Replies

Clearing List Boxes And Combo Boxes?

Mar 20, 2009

what is the syntax to clear a combo box and also a list box?

View 3 Replies

Multi-select Drop Down/combobox With Check Boxes?

Nov 25, 2011

In VB.Net 2010, is there any way to do multi-select in a drop-down/combobox, preferably with check boxes in the drop down? I've seen various discussions on the 'net about this but no such beast appears to exist within the tool.?

View 4 Replies

Database Created In Access Showing In Multi Text-boxes?

Apr 5, 2010

i have a database created in access showing in multi text-boxes in visual basic 2008 express edition. the database is showing music information and sales (tune name, artist, sales, and year issued) there are a few processes i want to do but can not work out the coding.1. display the top ten selling tunes in a particular year in order ( the year needs to be selected from a list box and displayed in a list box)

2.display the total sales in a particular year ( year selected from a list box)3. display the tune with the greatest sales in a particular year ( year selected from a list box)

[Code]...

View 4 Replies

VS 2008 Student List Views - List Boxes And Data Fro Access DB Tables

Dec 30, 2010

This is what I'm sure will be the first of many noob-ish questions from yours truly... I'm studying as a mature student for a Computing Degree (encompassing web design, hardware, programming and systems analysis). The programming seems to be my weak spot this year. I enjoyed C++ last year, doing basic console applications, but progamming visually with VB in Visual Studio 2008 I'm struggling!

[Code].....

View 12 Replies

Placing Selected/unselected Items In Checked List Box Into List Boxes?

Mar 16, 2011

This program is supposed to allow the user to check items in a checked list box. If the item is checked, it goes into the Completed List Box on the right. The program then adds the unchecked items to the Pending list box on the left. I keep getting placement values (e.g. O,1,2) instead of the strings (e.g. "Key Returned") in the list box results (see photo attached)

Public Class frmCheckOut
Dim i As Integer
Dim cleaning As String = "Cleaning Inspection"
Dim damage As String = "Damage Repaired"

[code].....

View 3 Replies

VS 2010 Coding Forms - Creating Some Forms And Message Boxes?

Dec 25, 2011

I'm looking forward to reading and adding more to the community here. I've created a text based rpg. Next semester we are learning Visual Basic. I'm on winter break and I would like to get a head start on my learning. I've been working on creating some forms and message boxes. What is throwing me off, is that I have a good feel for doing coding so that I get functionality the will produce effects in a console. Coding the forms is a bit confusing for me. Is this something that others have run into? Is their some good primers for VB? I don't have my text books yet.

View 10 Replies

.net - Multi Select List Box?

Mar 30, 2011

I have a list box on a form and it works fine for what I want to do.I am wanting to edit items on the form, this means populating the listbox and then selecting the relevant items.

My listbox contains a list of item sizes, i want to select the sizes which belong to the item being edited.

can someone give me some pointers.I tried me.lstItemSizes.SetSelected(i,true) but this only works for a single item.

[Code]...

View 4 Replies

Add Data Into A Multi-column List?

Jul 19, 2010

I need to add data into a multi-column list, manually, in codes. I am using VB Express 2008. Could someone please hint me on how to do this with the following controls:

The ListBox or the ListView
The Grid (I think it is the DataGridView)

Or anyother simple way of doing the stuff. All I want is simplicity.

View 1 Replies

.NET - Multi-threaded Iteration Over A Single List (Of T)?

Oct 22, 2009

I'm using VB.NET. I want to build a large List (Of MyClassOrStructure) that becomes static after its initial population.I'm going to have multiple threads that need to iterate through this list to read data (no writing, inserting, or deleting)

Are there any very bad things that I need to keep an eye out for?

View 3 Replies

Multi-select List Box Item In .net Programmatically?

Jul 19, 2011

I want to select many items from the listbox in vb .net i. e i have the following code:

For i As Integer = 0 To Me.lstdep.Items.Count - 1
If dt.Rows(0)(3).ToString.Trim = Me.lstdep.Items(i).ToString.Trim Then
lstdep.SetSelected(i, True)
End If
Next

running the above code i can select only a single item from the sql server 2005.But i want to select multiple items which are seperated by comma in the back end ....

View 2 Replies

VB 2010 List Box Multi Select Loop

Jan 24, 2012

i have having a annoying problem to do with loops.

[Code]...

When the user selects a few rows from my list box i want to run code on them selected items which i can do fine, but when the user only selects one of items and hits the button. it goes throught the loop first and gets the picture and all is fine its when it comes back to this function after there are no more items to perform tasks on. it increments index again and then falls over because its out of bounds of the array. i want it to stop after one loop but i also want it to be able to have the multiselect option still so the user has a choice.

View 2 Replies

Add Check Boxes Into A List Box?

Nov 28, 2009

Add Check Boxes Into A List Box?[code]...

View 2 Replies

Add Choices To The First Two List Boxes?

Dec 14, 2009

I'm new to visual basic and I've put all forths of effort towards this program and I can't get it to work. I know one reason is I don't know how to add my choices to the first two list boxes.

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim RegistrationFee As Integer
Dim LodgingFee As Integer
Dim Days As Integer

[Code]...

View 27 Replies

Combo Box To List Boxes In VB?

Nov 30, 2009

I am trying to create a WPF browser application that allows you to search and display recipes. The combo box presents choices, the Ingredients display in one list box and the "cooking" instructions appear in the other list box. What's happening is the first time you make a selection from the combobox nothing displays, and this could be happening because the first line of code under Selectionchanged clears the List Boxes however, it should be populating those list boxes with content, shouldn't it? Anyway, as you make other selections List boxes 1 & 2 get populated but they do not match what displays in the Combo box, i.e. if you select "Easy Taco Dip" any random recipe might appear in List Boxes 1 & 2.

Option Explicit On
Class Page1
'User Makes a selection from the ComboBox which populates List Boxes 1 & 2

[Code].....

View 3 Replies

List Boxes And For Each Next Loops?

Feb 7, 2009

I have a listbox on my form which will contain say ten file paths. (10 items in the listbox's item collection)now i want to use the For Each next loop as below

Quote:
For Each Item in mylistbox.Items
performactionon(item.tostring)

[code]......

View 3 Replies

Multiplying Two List Boxes

Jan 7, 2011

I have two list boxes created. One is Quantity and other is Price. When i enter price and quantity i want it to multiply and add one by one and give me the total in a label below...The problem is when I have two or more items in each list box I'm unable to come up with the total. I figured out that it will need a loop. So my question is that how should i use the loop. I haven't learn't how to make loops..

View 6 Replies

Vaildate Sub And List Boxes

Apr 29, 2011

can i use the private sub validate with list boxes to ensure selection and how? Sometimes the answer is so blindingly obvious i fail to see it.

View 2 Replies

Create Multi-forms At Runtime?

Nov 24, 2010

Background: ok I have an app that hides in the system tray. During its operations in the background it can try to invoke an outside app several times.. and I need to track when the call errors out.. I was using messagebox's but for some reason if the app hidden the messagebox's dont come up and goto the forefront. So in reading about this I read I should just use a form to do it.. so I did.. works fine.. well works fine for one error.. but if the user tries to do 3 of the same operation.. and lets say first errors.. second works and third fails.. using one error form wont work.. since I diaplay the error one.. then need to display error 2.. I need 2 error forms so they can click OK on both.[code]...

View 2 Replies

Forms :: Multi Selection In PictureBox?

Jun 3, 2009

I'm currently working on multi selection on the Picturebox. I'm kinda of stuck with these coding.

Public Class Page_2
' for selection on part of body
Private start As Point = Point.Empty

[code]....

View 1 Replies

Multi-File Drop In List View With Columns

Nov 18, 2009

Im wondering how would i display the dropped items directory and icon in columns.

View 3 Replies

Add Code To List Boxes Items?

Jan 31, 2012

I am surely a new self-learner programmer using VB 2010 Express edition and I have a problem on writing my first code. I have designed my form and I only want to add code as events. The IDE already adds the methods when I double-clicked the button which I want to add the code on.

This question may be good on the IDE forum, but I just thought to ask it here because there may be more experts here on VB language functions. I have added the MenuSctripItems such as File, Edit and so on. How do I write the code for New, Open, Save, etc under file menu? It may sound boring or even silly, but I am here to learn and your contribution is both for me, you and the MSDN.

View 2 Replies

Adding Items To List Boxes?

Oct 19, 2010

I'm using the free version on Visual Basic 2008 (through school).The assignment is to populate a list box from user input text. The textbook only talks about populating a list of known items.ex animalListBox.Items.Add("dog") Which works just fine, however, we don't know what the user will input.

So, how should I be thinking about this?

View 2 Replies

Adding Variables To List Boxes?

Mar 21, 2012

If I'm trying to output to a listbox, what is the easiest way I can enter a string and then a variable on the same line? I'm trying to use listbox1.Items.Add(...). Obviously outputting a string is no problem and outputting a variable is no problem, but I want to add a string and then a variable after the string. For instance:

name = "Joe Smith"
listbox1.Items.Add("Name: ", name) [or something like this]
[Output] Name: Joe Smith

View 4 Replies

Checked List Boxes Converting To Value?

May 2, 2011

I have a checked list box with lots of values and i need it so that when one of the items is ticked that a different box will display a value ie 50 so for instance i think it would be along the lines of

View 5 Replies







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