Thanks Paul,
So easy!! I tried the one listed before and gave up…how lazy. Thanks again
Simon
_____
From: Paul.Fowler@raytheon.co.uk [mailto:Paul.Fowler@raytheon.co.uk]
Sent: 31 March 2008 17:41
To: Simon Parfitt
Subject: Re: [vrf] Dot net add item
Assuming you are using a dotNET listbox
maybe...
myListBox.Items.Clear();
myListBox.Items.AddRange(myArray);
Cheers
Paul F.
"Simon Parfitt" <parfitt@IceraSemi.com>
Document Marked as Unclassified
"Simon Parfitt" <parfitt@IceraSemi.com>
31/03/2008 15:59
Please respond to
"Simon Parfitt" <parfitt@IceraSemi.com>
To
VRF <vrf@agilent.com>
cc
Subject
[vrf] Dot net add item
Hi again all
I am trying to add an array of items to a list box. Right now I add them one at a time from with in a loop. I would be nice and maybe faster to add the whole list in one go, but I canot find a way to add a array of items to a listbox. Has anyone done this before?
Thanks
Simon
--
_____
This e-mail (including any attachments) is intended only for the recipient(s) named above. It may contain confidential or privileged information and should not be read, copied or otherwise used by any other person. If you are not a named recipient, please contact the sender by telephone (+44-1454-284800) and destroy the original message. Any statement and/or opinion not related to this company's business and expressed in this message is that of the author and does not necessarily reflect those of Icera. This company does not take any responsibility for the views of the author in any matter not related to the company's objective.
_____
---
You are currently subscribed to vrf as: Paul.Fowler@raytheon.co.uk
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".
--
_____
This e-mail (including any attachments) is intended only for the recipient(s) named above. It may contain confidential or privileged information and should not be read, copied or otherwise used by any other person. If you are not a named recipient, please contact the sender by telephone (+44-1454-284800) and destroy the original message. Any statement and/or opinion not related to this company's business and expressed in this message is that of the author and does not necessarily reflect those of Icera. This company does not take any responsibility for the views of the author in any matter not related to the company's objective.
_____
---
You are currently subscribed to vrf as: ming_meng@agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".
So easy!! I tried the one listed before and gave up…how lazy. Thanks again
Simon
_____
From: Paul.Fowler@raytheon.co.uk [mailto:Paul.Fowler@raytheon.co.uk]
Sent: 31 March 2008 17:41
To: Simon Parfitt
Subject: Re: [vrf] Dot net add item
Assuming you are using a dotNET listbox
maybe...
myListBox.Items.Clear();
myListBox.Items.AddRange(myArray);
Cheers
Paul F.
"Simon Parfitt" <parfitt@IceraSemi.com>
Document Marked as Unclassified
"Simon Parfitt" <parfitt@IceraSemi.com>
31/03/2008 15:59
Please respond to
"Simon Parfitt" <parfitt@IceraSemi.com>
To
VRF <vrf@agilent.com>
cc
Subject
[vrf] Dot net add item
Hi again all
I am trying to add an array of items to a list box. Right now I add them one at a time from with in a loop. I would be nice and maybe faster to add the whole list in one go, but I canot find a way to add a array of items to a listbox. Has anyone done this before?
Thanks
Simon
--
_____
This e-mail (including any attachments) is intended only for the recipient(s) named above. It may contain confidential or privileged information and should not be read, copied or otherwise used by any other person. If you are not a named recipient, please contact the sender by telephone (+44-1454-284800) and destroy the original message. Any statement and/or opinion not related to this company's business and expressed in this message is that of the author and does not necessarily reflect those of Icera. This company does not take any responsibility for the views of the author in any matter not related to the company's objective.
_____
---
You are currently subscribed to vrf as: Paul.Fowler@raytheon.co.uk
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".
--
_____
This e-mail (including any attachments) is intended only for the recipient(s) named above. It may contain confidential or privileged information and should not be read, copied or otherwise used by any other person. If you are not a named recipient, please contact the sender by telephone (+44-1454-284800) and destroy the original message. Any statement and/or opinion not related to this company's business and expressed in this message is that of the author and does not necessarily reflect those of Icera. This company does not take any responsibility for the views of the author in any matter not related to the company's objective.
_____
---
You are currently subscribed to vrf as: ming_meng@agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".
I am trying to add an array of items to a list box. Right now I add them one at a time from with in a loop. I would be nice and maybe faster to add the whole list in one go, but I canot find a way to add a array of items to a listbox. Has anyone done this before?
Thanks
Simon
--
_____
This e-mail (including any attachments) is intended only for the recipient(s) named above. It may contain confidential or privileged information and should not be read, copied or otherwise used by any other person. If you are not a named recipient, please contact the sender by telephone (+44-1454-284800) and destroy the original message. Any statement and/or opinion not related to this company's business and expressed in this message is that of the author and does not necessarily reflect those of Icera. This company does not take any responsibility for the views of the author in any matter not related to the company's objective.
_____
---
You are currently subscribed to vrf as: ming_meng@agilent.com
To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".