Click here to Skip to main content
15,881,803 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Query problem Pin
Colin Angus Mackay19-Feb-07 4:05
Colin Angus Mackay19-Feb-07 4:05 
AnswerRe: Query problem Pin
andyharman19-Feb-07 7:15
professionalandyharman19-Feb-07 7:15 
QuestionNamespaces problem Pin
amaneet19-Feb-07 3:45
amaneet19-Feb-07 3:45 
AnswerRe: Namespaces problem Pin
Colin Angus Mackay19-Feb-07 4:04
Colin Angus Mackay19-Feb-07 4:04 
QuestionString class problem Pin
amaneet19-Feb-07 3:44
amaneet19-Feb-07 3:44 
AnswerRe: String class problem Pin
Colin Angus Mackay19-Feb-07 4:03
Colin Angus Mackay19-Feb-07 4:03 
GeneralRe: String class problem Pin
Marcus J. Smith19-Feb-07 8:23
professionalMarcus J. Smith19-Feb-07 8:23 
GeneralRe: String class problem Pin
Colin Angus Mackay19-Feb-07 8:38
Colin Angus Mackay19-Feb-07 8:38 
cleako wrote:
A String is an object


As is Integer, Double and Boolean.


cleako wrote:
It is derived from the System.Object


As is Integer, Double and Boolean


cleako wrote:
as System.String


Which does not help to answer the OP's question, which is why do you not have to specify that you are importing (using in C#) the System namespace. Console is in the System namespace, yet if you leave that out it does not compile. String is in the System namespace, so surely you should need to Import System or refer to it fully as System.String.


GeneralRe: String class problem Pin
Marcus J. Smith19-Feb-07 10:03
professionalMarcus J. Smith19-Feb-07 10:03 
AnswerRe: String class problem Pin
Guffa19-Feb-07 8:52
Guffa19-Feb-07 8:52 
Questiondelegates and events Pin
amaneet19-Feb-07 3:40
amaneet19-Feb-07 3:40 
AnswerRe: delegates and events Pin
TwoFaced19-Feb-07 11:19
TwoFaced19-Feb-07 11:19 
AnswerRe: delegates and events Pin
TwoFaced19-Feb-07 11:21
TwoFaced19-Feb-07 11:21 
QuestionPass parameter to webusercontrol Pin
Björn T.J.M. Spruit19-Feb-07 3:07
Björn T.J.M. Spruit19-Feb-07 3:07 
AnswerRe: Pass parameter to webusercontrol Pin
Marcus J. Smith19-Feb-07 3:32
professionalMarcus J. Smith19-Feb-07 3:32 
GeneralRe: Pass parameter to webusercontrol Pin
Björn T.J.M. Spruit19-Feb-07 3:45
Björn T.J.M. Spruit19-Feb-07 3:45 
GeneralRe: Pass parameter to webusercontrol Pin
Marcus J. Smith19-Feb-07 3:59
professionalMarcus J. Smith19-Feb-07 3:59 
QuestionCreate an object array and load it at runtime with VB 2005? Pin
zinedinew19-Feb-07 2:54
zinedinew19-Feb-07 2:54 
AnswerRe: Create an object array and load it at runtime with VB 2005? Pin
nlarson1119-Feb-07 3:28
nlarson1119-Feb-07 3:28 
GeneralRe: Create an object array and load it at runtime with VB 2005? Pin
zinedinew19-Feb-07 3:44
zinedinew19-Feb-07 3:44 
QuestionRandom Access Files Pin
JonCox19-Feb-07 2:50
JonCox19-Feb-07 2:50 
AnswerRe: Random Access Files Pin
Marcus J. Smith19-Feb-07 7:40
professionalMarcus J. Smith19-Feb-07 7:40 
GeneralRe: Random Access Files Pin
JonCox19-Feb-07 8:03
JonCox19-Feb-07 8:03 
GeneralRe: Random Access Files Pin
Marcus J. Smith19-Feb-07 8:08
professionalMarcus J. Smith19-Feb-07 8:08 
GeneralRe: Random Access Files Pin
JonCox19-Feb-07 8:20
JonCox19-Feb-07 8:20 

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.