Re: how do i get string into.........
From: Shiva (shiva_sm_at_online.excite.com)
Date: 08/19/04
- Next message: Jerryb: "Re: MailMessage class and CDO"
- Previous message: Cor Ligthert: "Re: wait window"
- In reply to: Supra: "how do i get string into........."
- Next in thread: Herfried K. Wagner [MVP]: "Re: how do i get string into........."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Aug 2004 18:12:52 +0530
cboCommand.Items.Add(szCommand(iCommand))
"Supra" <supra56@rogers.com> wrote in message
news:mR0Vc.1809004$Ar.1637085@twister01.bloor.is.net.cable.rogers.com...
how do i get string into combobox? i am working on irc chat similar to
mirc.
i put in declaration section:
Dim szCommand() As String = {"ACTION", "JOIN", "PART", "QUIT",
"NOTICE", "KICK", "BAN", "INVITE", "TOPIC", "MODE", "AWAY", "CHAT",
"OTHER", "USER"}
and in sub new()
For iCommand As Integer = 0 To szCommand.Length
cboCommand.Items.Add(iCommand) ===> display 0 to 14
instead of string
Next
end sub
regards
- Next message: Jerryb: "Re: MailMessage class and CDO"
- Previous message: Cor Ligthert: "Re: wait window"
- In reply to: Supra: "how do i get string into........."
- Next in thread: Herfried K. Wagner [MVP]: "Re: how do i get string into........."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|