Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Read a string Pin
Brad Fackrell29-Jun-04 11:21
Brad Fackrell29-Jun-04 11:21 
GeneralRe: Read a string Pin
shalwi29-Jun-04 18:42
shalwi29-Jun-04 18:42 
GeneralRe: Read a string Pin
Brad Fackrell30-Jun-04 1:33
Brad Fackrell30-Jun-04 1:33 
GeneralRe: Read a string Pin
manish.m.tawde1-Jul-04 0:48
manish.m.tawde1-Jul-04 0:48 
GeneralList Boxes Pin
Glen Conaway29-Jun-04 8:55
Glen Conaway29-Jun-04 8:55 
GeneralRe: List Boxes Pin
Dave Kreskowiak29-Jun-04 9:33
mveDave Kreskowiak29-Jun-04 9:33 
GeneralRe: List Boxes Pin
Glen Conaway29-Jun-04 10:43
Glen Conaway29-Jun-04 10:43 
GeneralRe: List Boxes Pin
Name Removed29-Jun-04 12:03
Name Removed29-Jun-04 12:03 
Glen Conaway wrote:
Additional information: Public member 'Text' on type 'String' not found.

The objects in ListBox.Items() are strings, so just try ListBox.Items(1), instead of ListBox.Items(1).Text.

Hope This Helps
GeneralRe: List Boxes Pin
Glen Conaway29-Jun-04 12:35
Glen Conaway29-Jun-04 12:35 
GeneralRe: List Boxes Pin
Dave Kreskowiak29-Jun-04 15:47
mveDave Kreskowiak29-Jun-04 15:47 
QuestionWhen is the right time to throw exceptions? Pin
kowplunk29-Jun-04 5:43
kowplunk29-Jun-04 5:43 
AnswerRe: When is the right time to throw exceptions? Pin
kowplunk29-Jun-04 5:46
kowplunk29-Jun-04 5:46 
GeneralRe: When is the right time to throw exceptions? Pin
Blaiser29-Jun-04 6:26
Blaiser29-Jun-04 6:26 
GeneralRe: When is the right time to throw exceptions? Pin
kowplunk29-Jun-04 7:10
kowplunk29-Jun-04 7:10 
GeneralRe: When is the right time to throw exceptions? Pin
Dave Kreskowiak29-Jun-04 8:07
mveDave Kreskowiak29-Jun-04 8:07 
GeneralRe: When is the right time to throw exceptions? Pin
kowplunk29-Jun-04 7:12
kowplunk29-Jun-04 7:12 
GeneralRe: When is the right time to throw exceptions? Pin
Blaiser29-Jun-04 10:02
Blaiser29-Jun-04 10:02 
GeneralRe: When is the right time to throw exceptions? Pin
kowplunk29-Jun-04 10:07
kowplunk29-Jun-04 10:07 
GeneralRe: When is the right time to throw exceptions? Pin
Kevin McFarlane29-Jun-04 11:53
Kevin McFarlane29-Jun-04 11:53 
GeneralOperator variable reference Pin
WESHILL29-Jun-04 5:22
WESHILL29-Jun-04 5:22 
GeneralRe: Operator variable reference Pin
Dave Kreskowiak29-Jun-04 7:56
mveDave Kreskowiak29-Jun-04 7:56 
GeneralRe: Operator variable reference Pin
WESHILL29-Jun-04 8:24
WESHILL29-Jun-04 8:24 
GeneralRe: Operator variable reference Pin
Dave Kreskowiak29-Jun-04 8:34
mveDave Kreskowiak29-Jun-04 8:34 
GeneralRe: Operator variable reference Pin
WESHILL29-Jun-04 8:56
WESHILL29-Jun-04 8:56 
QuestionWinForms component parented as an MDI child in a Win32 app? Pin
Blaiser29-Jun-04 4:33
Blaiser29-Jun-04 4:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.