Click here to Skip to main content
15,893,644 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Want to change C# to VB.Net Pin
Tom Deketelaere23-Aug-08 4:35
professionalTom Deketelaere23-Aug-08 4:35 
Questionproblem with picturebox Pin
shee_dee8621-Aug-08 22:10
shee_dee8621-Aug-08 22:10 
AnswerRe: problem with picturebox Pin
prubyholl22-Aug-08 0:05
professionalprubyholl22-Aug-08 0:05 
QuestionUndo the string Pin
neha.lad21-Aug-08 20:45
neha.lad21-Aug-08 20:45 
AnswerRe: Undo the string Pin
Christian Graus21-Aug-08 20:52
protectorChristian Graus21-Aug-08 20:52 
QuestionListVIew Control Pin
shee_dee8621-Aug-08 15:00
shee_dee8621-Aug-08 15:00 
AnswerRe: ListVIew Control Pin
Christian Graus21-Aug-08 15:34
protectorChristian Graus21-Aug-08 15:34 
AnswerRe: ListVIew Control Pin
jzonthemtn21-Aug-08 15:56
jzonthemtn21-Aug-08 15:56 
Deselect all items...

For Each x As ListViewItem In ListView1.Items
	x.Selected = False
Next


Add a new item...

Dim lvi As New ListViewItem
lvi.Selected = True
lvi.Text = "test"
ListView1.Items.Add(lvi)


Set the focus to show the selection...

ListView1.Focus()

GeneralRe: ListVIew Control Pin
Mycroft Holmes21-Aug-08 16:38
professionalMycroft Holmes21-Aug-08 16:38 
QuestionNeed someone to write FTP code for me [modified] Pin
ryan66666621-Aug-08 9:03
ryan66666621-Aug-08 9:03 
AnswerRe: Need someone to write FTP code for me Pin
Jon_Boy21-Aug-08 9:17
Jon_Boy21-Aug-08 9:17 
GeneralRe: Need someone to write FTP code for me Pin
astanton197821-Aug-08 9:41
astanton197821-Aug-08 9:41 
AnswerRe: Need someone to write FTP code for me Pin
Christian Graus21-Aug-08 11:43
protectorChristian Graus21-Aug-08 11:43 
GeneralRe: Need someone to write FTP code for me Pin
Paul Conrad21-Aug-08 18:41
professionalPaul Conrad21-Aug-08 18:41 
AnswerRe: Need someone to write FTP code for me Pin
jzonthemtn21-Aug-08 13:22
jzonthemtn21-Aug-08 13:22 
QuestionReading the command line in realtime Pin
Nick Rioux21-Aug-08 8:46
Nick Rioux21-Aug-08 8:46 
AnswerRe: Reading the command line in realtime Pin
Gideon Engelberth21-Aug-08 17:03
Gideon Engelberth21-Aug-08 17:03 
GeneralRe: Reading the command line in realtime Pin
Nick Rioux22-Aug-08 4:28
Nick Rioux22-Aug-08 4:28 
QuestionAdding data in datagrid thru textboxes Pin
lahsiv21-Aug-08 7:22
lahsiv21-Aug-08 7:22 
AnswerRe: Adding data in datagrid thru textboxes Pin
Mycroft Holmes21-Aug-08 12:25
professionalMycroft Holmes21-Aug-08 12:25 
GeneralRe: Adding data in datagrid thru textboxes Pin
lahsiv21-Aug-08 18:41
lahsiv21-Aug-08 18:41 
QuestionSave As Button Pin
Learning21-Aug-08 6:15
Learning21-Aug-08 6:15 
AnswerRe: Save As Button Pin
jzonthemtn21-Aug-08 6:37
jzonthemtn21-Aug-08 6:37 
GeneralRe: Save As Button Pin
Learning21-Aug-08 7:19
Learning21-Aug-08 7:19 
GeneralRe: Save As Button Pin
Steven J Jowett21-Aug-08 7:26
Steven J Jowett21-Aug-08 7:26 

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.