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
How to convert Delphi SHL/SHR code to MS SQL
WCF and basicHttp Error
Login - Username and Password
Am trying to get a MAS90 VI Job to run from WinExec(). Runs fine from command prompt, but not from WinExec().
Active Directory Move & Upgrade
Batch at boot before login: Scheduled taks does not work for local login on domain-PCs
transform data values captured by minute to hourly average
Pictures won't forward in Outlook Express
How to re-link SCOM 2007 to its SCOM Database
Can I change a portal site home page url?