Click here to Skip to main content
15,899,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCombobox Column In Datagridview [modified] Pin
~V~12-Nov-07 18:43
~V~12-Nov-07 18:43 
AnswerRe: Combobox Column In Datagridview Pin
Paul Conrad28-Nov-07 15:14
professionalPaul Conrad28-Nov-07 15:14 
QuestionCAPTION Pin
PRIYA (P)12-Nov-07 18:30
PRIYA (P)12-Nov-07 18:30 
AnswerRe: CAPTION Pin
Christian Graus12-Nov-07 19:58
protectorChristian Graus12-Nov-07 19:58 
GeneralIt's a dead language Pin
Steven J Jowett13-Nov-07 0:51
Steven J Jowett13-Nov-07 0:51 
GeneralRe: It's a dead language Pin
Paul Conrad28-Nov-07 15:15
professionalPaul Conrad28-Nov-07 15:15 
GeneralRe: CAPTION Pin
Irfan Baig29-Jan-08 18:13
Irfan Baig29-Jan-08 18:13 
QuestionWriting a code within a string Pin
mykingdomforanewusername12-Nov-07 12:41
mykingdomforanewusername12-Nov-07 12:41 
I liked that kids 'ghost writer' idea. He might of been tired and cranky or just an emo. Whatever. Anyways, I wrote the code to make the 'ghost writer' to work but I would like to write code inside of my string. Example: in the middle of the 'ghost' writing a sentence, the writing stops and a msgbox would pop up. When you hit OK the writing would resume typing. How would I do that?

Static y As Integer

y = y + 1



Dim GhostText As String = "A msgbox should pop up here=>. and then I would Click OK and it would resume typing the rest of this. "

If y <= GhostText.Length Then

Me.Label1.Text = GhostText.Substring(0, y)

Else
Me.Timer1.Stop()
' Dim form3 As New Form2
' Me.Hide()
' form2.Show()
End If
AnswerRe: Writing a code within a string Pin
Luc Pattyn12-Nov-07 14:57
sitebuilderLuc Pattyn12-Nov-07 14:57 
QuestionOpen a file from Local disk Pin
recono112-Nov-07 12:22
recono112-Nov-07 12:22 
AnswerRe: Open a file from Local disk Pin
Luc Pattyn12-Nov-07 14:54
sitebuilderLuc Pattyn12-Nov-07 14:54 
AnswerRe: Open a file from Local disk Pin
Baddog_52017-Nov-07 16:43
Baddog_52017-Nov-07 16:43 
QuestionFaxing from word.doc from VB Pin
simonk196912-Nov-07 11:59
simonk196912-Nov-07 11:59 
QuestionDatagrid Hyperlink column Pin
Num1CodeStudent12-Nov-07 8:59
Num1CodeStudent12-Nov-07 8:59 
QuestionMake any sense? Pin
cstrader23212-Nov-07 5:06
cstrader23212-Nov-07 5:06 
AnswerRe: Make any sense? Pin
Paul Conrad28-Nov-07 15:14
professionalPaul Conrad28-Nov-07 15:14 
GeneralRe: Make any sense? Pin
cstrader23228-Nov-07 17:14
cstrader23228-Nov-07 17:14 
GeneralRe: Make any sense? Pin
Paul Conrad28-Nov-07 17:36
professionalPaul Conrad28-Nov-07 17:36 
GeneralRe: Make any sense? Pin
cstrader23229-Nov-07 3:31
cstrader23229-Nov-07 3:31 
QuestionMessageBox Pin
Abbhie12-Nov-07 4:20
Abbhie12-Nov-07 4:20 
AnswerRe: MessageBox Pin
Luc Pattyn12-Nov-07 4:31
sitebuilderLuc Pattyn12-Nov-07 4:31 
AnswerRe: MessageBox Pin
Paul Conrad12-Nov-07 4:36
professionalPaul Conrad12-Nov-07 4:36 
AnswerRe: MessageBox Pin
Vimalsoft(Pty) Ltd12-Nov-07 5:46
professionalVimalsoft(Pty) Ltd12-Nov-07 5:46 
QuestionHow to create a Wi-Fi Manager? Pin
Paramhans Dubey12-Nov-07 1:42
professionalParamhans Dubey12-Nov-07 1:42 
AnswerRe: How to create a Wi-Fi Manager? Pin
DigiOz Multimedia12-Nov-07 5:30
DigiOz Multimedia12-Nov-07 5:30 

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.