Click here to Skip to main content
15,905,148 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to create forms in background worker thread in vb.net Pin
Naji El Kotob4-Jan-09 11:32
Naji El Kotob4-Jan-09 11:32 
GeneralRe: How to create forms in background worker thread in vb.net Pin
sohaib_a4-Jan-09 19:02
sohaib_a4-Jan-09 19:02 
GeneralRe: How to create forms in background worker thread in vb.net Pin
Guffa4-Jan-09 19:42
Guffa4-Jan-09 19:42 
QuestionVBscript Pin
oburaochola4-Jan-09 5:50
oburaochola4-Jan-09 5:50 
AnswerRe: VBscript Pin
Colin Angus Mackay4-Jan-09 5:51
Colin Angus Mackay4-Jan-09 5:51 
AnswerRe: VBscript Pin
Eddy Vluggen7-Jan-09 0:49
professionalEddy Vluggen7-Jan-09 0:49 
QuestionVB Script Project Pin
oburaochola4-Jan-09 4:22
oburaochola4-Jan-09 4:22 
AnswerRe: VB homework assignment Pin
Guffa4-Jan-09 4:49
Guffa4-Jan-09 4:49 
When you ask about a homework assignment, you should clairly state this in your question. Assume that your teacher also knows about internet...

You can't assign a string to a TextBox variable. You should use the Text property of the TextBox controls, i.e. Text1.Text instead of just Text1.

You have got the assignment statement backwards. What's on the right side is assigned to the variable on the left side, so instead of getting the value from Text1 and put in Text2, Text3 and Text4 you are concatenating the values and overwriting the value in Text1.

To split up a string you should look at the Split method in the String class.

For the other assignments, look at the Substring method and the ToUpper method.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: VB homework assignment Pin
oburaochola4-Jan-09 6:07
oburaochola4-Jan-09 6:07 
GeneralRe: VB homework assignment Pin
Guffa4-Jan-09 19:33
Guffa4-Jan-09 19:33 
QuestionShow form from dll? Pin
andyr20053-Jan-09 17:50
andyr20053-Jan-09 17:50 
AnswerRe: Show form from dll? Pin
dan!sh 3-Jan-09 22:54
professional dan!sh 3-Jan-09 22:54 
AnswerRe: Show form from dll? Pin
Jon_Boy4-Jan-09 5:21
Jon_Boy4-Jan-09 5:21 
QuestionClose file open as an image in Picturebox Pin
Amanjot3-Jan-09 17:32
Amanjot3-Jan-09 17:32 
AnswerRe: Close file open as an image in Picturebox Pin
Dave Kreskowiak4-Jan-09 0:13
mveDave Kreskowiak4-Jan-09 0:13 
GeneralRe: Close file open as an image in Picturebox Pin
Jon_Boy4-Jan-09 5:25
Jon_Boy4-Jan-09 5:25 
GeneralRe: Close file open as an image in Picturebox Pin
Dave Kreskowiak4-Jan-09 6:59
mveDave Kreskowiak4-Jan-09 6:59 
GeneralRe: Close file open as an image in Picturebox Pin
Amanjot4-Jan-09 6:10
Amanjot4-Jan-09 6:10 
QuestionSQL and VB, Some tips/direction please. Pin
Dalek Dave3-Jan-09 13:53
professionalDalek Dave3-Jan-09 13:53 
AnswerRe: SQL and VB, Some tips/direction please. Pin
Colin Angus Mackay3-Jan-09 14:15
Colin Angus Mackay3-Jan-09 14:15 
AnswerRe: SQL and VB, Some tips/direction please. Pin
Colin Angus Mackay3-Jan-09 14:21
Colin Angus Mackay3-Jan-09 14:21 
AnswerRe: SQL and VB, Some tips/direction please. [modified] Pin
Henry Minute4-Jan-09 2:34
Henry Minute4-Jan-09 2:34 
GeneralRe: SQL and VB, Some tips/direction please. Pin
Colin Angus Mackay4-Jan-09 4:46
Colin Angus Mackay4-Jan-09 4:46 
GeneralRe: SQL and VB, Some tips/direction please. Pin
Henry Minute4-Jan-09 4:58
Henry Minute4-Jan-09 4:58 
GeneralRe: SQL and VB, Some tips/direction please. Pin
Colin Angus Mackay4-Jan-09 5:51
Colin Angus Mackay4-Jan-09 5:51 

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.