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
Draw a line in CImage object
Delphi to VB.NET
Load progress bar C#, asp.net
Why do I get an access denied error when I try to view the files inside the folder redirect folders?
What is the code to link a cell to a file?
Unchangeable Combo Box
FLICKERING LISTBOX - MS ACCESS 2003
Access SQL Query Error 3079: Specified field could refer to more than one table listed
Screen Resolutions
Format Image with VBA