Click here to Skip to main content
15,903,388 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Array.Reverse Pin
Christian Graus11-Nov-07 17:44
protectorChristian Graus11-Nov-07 17:44 
AnswerRe: Array.Reverse Pin
Nilesh Hapse11-Nov-07 18:15
Nilesh Hapse11-Nov-07 18:15 
GeneralRe: Array.Reverse Pin
SoniPreet11-Nov-07 18:18
SoniPreet11-Nov-07 18:18 
GeneralRe: Array.Reverse Pin
Christian Graus11-Nov-07 18:48
protectorChristian Graus11-Nov-07 18:48 
AnswerRe: Array.Reverse Pin
The ANZAC11-Nov-07 19:34
The ANZAC11-Nov-07 19:34 
GeneralRe: Array.Reverse Pin
MohammadAmiry11-Nov-07 20:00
MohammadAmiry11-Nov-07 20:00 
GeneralRe: Array.Reverse Pin
Luc Pattyn12-Nov-07 4:35
sitebuilderLuc Pattyn12-Nov-07 4:35 
QuestionGhost Writing Pin
The tigg11-Nov-07 15:51
The tigg11-Nov-07 15:51 
How can i make text appear one letter at a time on a label (ie. like a ghost is typing it) without using a huge LAME code that takes forever. Please phrase your answer as though i know nothing about coding because I tend mess up on lame instructions. Keep in mind I am going to 'ghost write' several dozen words.Example of code I am using now that i hate is below.

<code>Static x As Integer
x = x + 1
If x = 0 Then
Me.Label1.Text = ""
End If
If x = 1 Then
Me.Label1.Text = "H"
End If
If x = 2 Then
Me.Label1.Text = "He"
End If
If x = 3 Then
Me.Label1.Text = "Hel"
End If
If x = 4 Then
Me.Label1.Text = "Hell "
End If
If x = 5 Then
Me.Label1.Text = "Hello"
End If</code>
AnswerRe: Ghost Writing Pin
Christian Graus11-Nov-07 15:53
protectorChristian Graus11-Nov-07 15:53 
GeneralRe: Ghost Writing Pin
The tigg11-Nov-07 16:17
The tigg11-Nov-07 16:17 
GeneralRe: Ghost Writing Pin
Christian Graus11-Nov-07 16:47
protectorChristian Graus11-Nov-07 16:47 
GeneralRe: Ghost Writing Pin
The tigg11-Nov-07 17:13
The tigg11-Nov-07 17:13 
GeneralRe: Ghost Writing Pin
Christian Graus11-Nov-07 17:18
protectorChristian Graus11-Nov-07 17:18 
GeneralRe: Ghost Writing Pin
The tigg11-Nov-07 17:30
The tigg11-Nov-07 17:30 
GeneralRe: Ghost Writing Pin
Christian Graus11-Nov-07 17:37
protectorChristian Graus11-Nov-07 17:37 
GeneralRe: Ghost Writing Pin
The tigg11-Nov-07 17:56
The tigg11-Nov-07 17:56 
GeneralRe: Ghost Writing Pin
Christian Graus11-Nov-07 18:14
protectorChristian Graus11-Nov-07 18:14 
GeneralRe: Ghost Writing Pin
The tigg11-Nov-07 18:21
The tigg11-Nov-07 18:21 
GeneralRe: Ghost Writing Pin
Christian Graus11-Nov-07 18:47
protectorChristian Graus11-Nov-07 18:47 
GeneralRe: Ghost Writing Pin
The tigg11-Nov-07 19:00
The tigg11-Nov-07 19:00 
GeneralRe: Ghost Writing Pin
Christian Graus11-Nov-07 19:43
protectorChristian Graus11-Nov-07 19:43 
GeneralRe: Ghost Writing Pin
Paul Conrad12-Nov-07 4:34
professionalPaul Conrad12-Nov-07 4:34 
GeneralRe: Ghost Writing Pin
The tigg12-Nov-07 7:55
The tigg12-Nov-07 7:55 
GeneralRe: Ghost Writing Pin
Gary R. Wheeler12-Nov-07 14:58
Gary R. Wheeler12-Nov-07 14:58 
GeneralRe: Ghost Writing Pin
Shog912-Nov-07 9:34
sitebuilderShog912-Nov-07 9:34 

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.