Microsoft
Software
Hardware
Network
Question : Capture data from listbox
Hello,
I have a listbox that contains data. When the user clicks row I would like the data held within column 1 to be copied to a textbox. Is this possible?
The listbox contains fairly dynamic data.
Thanks.
Answer : Capture data from listbox
in the afterupdate event of the listbox
private sub listbox_afterupdate()
me.text1=me.listbox.column
(1)
end sub
Random Solutions
OWA attachment (docx, xlsx) wants to be saved as zip file. Why?
Microsoft Access ADP file and Office Service Pack 3 problem
bodytype.
Block DNS Lookups for certain domains
Need to connect a DataGridView with a database
Add new group option in Outlook 2007 under tasks
Event ID 32 - store *.pst has detected a catalog checkpoint
Outlook requests password authen. repeatedly after Security Updates on Windows SBS 2008 Server.
SmtpClient and Exchange server settings
create a yes no messagebox in asp.net