Re: how do i get string into.........
From: Chris Dunaway ("dunawayc[[at]_lunchmeat_sbcglobal[dot]]net")
Date: 08/19/04
- Next message: BrianDH: "system Tray & polling"
- Previous message: Herfried K. Wagner [MVP]: "Re: MailMessage class and CDO"
- In reply to: Supra: "how do i get string into........."
- Next in thread: Supra: "Re: how do i get string into........."
- Reply: Supra: "Re: how do i get string into........."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Aug 2004 08:51:32 -0500
On Thu, 19 Aug 2004 12:15:14 GMT, Supra wrote:
> Dim szCommand() As String = {"ACTION", "JOIN", "PART", "QUIT",
> "NOTICE", "KICK", "BAN", "INVITE", "TOPIC", "MODE", "AWAY", "CHAT",
> "OTHER", "USER"}
>
> For iCommand As Integer = 0 To szCommand.Length
Instead of a for loop, call the AddRange method:
cboCommand.Items.AddRange(szCommand)
-- Chris dunawayc[AT]sbcglobal_lunchmeat_[DOT]net To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and replace certain words in my E-Mail address.
- Next message: BrianDH: "system Tray & polling"
- Previous message: Herfried K. Wagner [MVP]: "Re: MailMessage class and CDO"
- In reply to: Supra: "how do i get string into........."
- Next in thread: Supra: "Re: how do i get string into........."
- Reply: Supra: "Re: how do i get string into........."
- Messages sorted by: [ date ] [ thread ]
Loading