Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Foreign Languages > Spanish Forum
Home Register FAQ Members List Search Today's Posts Mark Forums Read


Seleccionar Items Listbox


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-18-2008, 08:16 PM
Newbie
 
Join Date: Mar 2008
Posts: 7
Default Seleccionar Items Listbox

Hola soy novel en este programa y me gustaria saber como poder seleccionar un item de un listbox (he probado a clicar pero no hace nada), la idea que tengo es que de una lista de articulos dentro del listbox poder seleccionar uno y entonces poder enseņar una foto del producto.
Saludos
Reply With Quote
  #2 (permalink)  
Old 03-18-2008, 09:11 PM
specci48's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 672
Default

Hola,

Code:
Sub Globals
	'Declare the global variables here.
End Sub

Sub App_Start
	AddForm("Form1","Form1")
	AddLabel("Form1","Label1",5,160,85,20,"You selected: ")
	AddLabel("Form1","Label2",95,160,135,20,"")
	AddListBox("Form1","ListBox1",50,25,130,115)
	ListBox1.Add("red")
	ListBox1.Add("green")
	ListBox1.Add("blue")
	ListBox1.Add("black")
	ListBox1.Add("yellow")
	ListBox1.Add("white")
	ListBox1.Add("brown")	
	ListBox1.Add("orange")	
	ListBox1.Add("pink")	
	Form1.Show
End Sub

Sub ListBox1_SelectionChanged(Index, Value)
	Label2.Text = Value
End Sub
specci48
Reply With Quote
  #3 (permalink)  
Old 03-25-2008, 12:50 PM
Newbie
 
Join Date: Mar 2008
Posts: 7
Smile gracias por la ayuda

He probado el codigo y funciona perfectamente.

Gracias y saludos

Jordi
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Listbox and enter key tsteward Questions & Help Needed 2 10-14-2008 07:30 AM
Lookup Contacts using a listbox thartung Questions & Help Needed 9 02-27-2008 10:16 AM
How to fix ListBox Items? Stellaferox Questions & Help Needed 12 02-22-2008 10:50 AM
Listbox difficulties. dan kabestan Questions & Help Needed 2 12-15-2007 07:24 PM
listbox = arraylist ? sloopa Questions & Help Needed 1 05-07-2007 01:38 PM


All times are GMT. The time now is 08:05 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0