Re: how do i get string into.........

From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 08/19/04


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/>


Relevant Pages

  • Filipino Chat Server ChatX
    ... I found this IRC Chat Server where the majority of people on it are ... Filipinos if anyone is interested in checking out: ... Use mIRC or your favorite IRC chat client ...
    (soc.culture.filipino)
  • Re: functions
    ... About the declaration of the comboBox: I declare it once at the ... beggining of my program and than doing the this.combo=... ... I need it to be part of the UiManagerControl because it represents a ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: how will i do in vb.net..............
    ... I got bold underline italic working. ... i'm doing irc chat similar ... to mirc. ... > New Font(_ ...
    (microsoft.public.dotnet.languages.vb)
  • irc chat
    ... Is ne 1 familar irc chat similar to mirc? ... I got irc chat working along with colour too. ...
    (microsoft.public.vstudio.general)