Re: how do i get string into.........
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 08/19/04
- Next message: Herfried K. Wagner [MVP]: "Re: loading vb.net on xphome"
- Previous message: Herfried K. Wagner [MVP]: "Re: Literal Directives"
- In reply to: Supra: "how do i get string into........."
- Next in thread: Chris Dunaway: "Re: how do i get string into........."
- Messages sorted by: [ date ] [ thread ]
Date: 19 Aug 2004 15:45:26 +0200
* Supra <supra56@rogers.com> scripsit:
> 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"}
\\\
Me.ComboBox1.Items.AddRange(szCommand)
///
-- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
- Next message: Herfried K. Wagner [MVP]: "Re: loading vb.net on xphome"
- Previous message: Herfried K. Wagner [MVP]: "Re: Literal Directives"
- In reply to: Supra: "how do i get string into........."
- Next in thread: Chris Dunaway: "Re: how do i get string into........."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|