Click here to Skip to main content
15,891,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: find the child node in the Treeview Pin
uglyeyes17-Jan-08 16:53
uglyeyes17-Jan-08 16:53 
GeneralRe: find the child node in the Treeview Pin
uglyeyes18-Jan-08 20:39
uglyeyes18-Jan-08 20:39 
Generalvalue member question (combo box) Pin
imonfiredammit17-Jan-08 9:06
imonfiredammit17-Jan-08 9:06 
GeneralRe: value member question (combo box) Pin
Jats_4ru17-Jan-08 23:57
Jats_4ru17-Jan-08 23:57 
QuestionHow to get Selected Item by keypress from Listview Pin
ejaz_pk17-Jan-08 8:46
ejaz_pk17-Jan-08 8:46 
GeneralRe: How to get Selected Item by keypress from Listview Pin
Smithers-Jones17-Jan-08 9:33
Smithers-Jones17-Jan-08 9:33 
QuestionHow to add datagridview selected items in listview Pin
ejaz_pk17-Jan-08 8:40
ejaz_pk17-Jan-08 8:40 
GeneralRe: How to add datagridview selected items in listview Pin
Scubapro26-Jan-08 1:00
Scubapro26-Jan-08 1:00 
How about this:
<br />
dim v as integer<br />
For v = 0 To DataGridView1.SelectedCells.Count - 1<br />
ListView1.Items.Add(DataGridView1.SelectedCells(v).Value)<br />
Next v<br />

Good Luck.
QuestionChange TimeZone of Windows Pin
azmayullah17-Jan-08 3:49
azmayullah17-Jan-08 3:49 
QuestionHas this command been removed? Pin
Richard Jones17-Jan-08 2:09
Richard Jones17-Jan-08 2:09 
AnswerRe: Has this command been removed? Pin
Richard Jones17-Jan-08 2:17
Richard Jones17-Jan-08 2:17 
QuestionHow can I display a web page on a windows form Pin
SekharOne17-Jan-08 1:01
SekharOne17-Jan-08 1:01 
AnswerRe: How can I display a web page on a windows form Pin
Steven J Jowett17-Jan-08 1:31
Steven J Jowett17-Jan-08 1:31 
GeneralRe: How can I display a web page on a windows form Pin
SekharOne17-Jan-08 23:01
SekharOne17-Jan-08 23:01 
QuestionNumeric TextBox In VB.Net 2005 Pin
ejaz_pk16-Jan-08 23:01
ejaz_pk16-Jan-08 23:01 
GeneralRe: Numeric TextBox In VB.Net 2005 Pin
Steven J Jowett17-Jan-08 1:25
Steven J Jowett17-Jan-08 1:25 
GeneralRe: Numeric TextBox In VB.Net 2005 Pin
Dave Doknjas17-Jan-08 14:02
Dave Doknjas17-Jan-08 14:02 
GeneralRe: Numeric TextBox In VB.Net 2005 Pin
jamilkhan00717-Jan-08 20:02
jamilkhan00717-Jan-08 20:02 
QuestionHow to implement Cut,Copy,Paste for controls in vb.net 2005 Pin
for120616-Jan-08 22:44
for120616-Jan-08 22:44 
GeneralEmail sending in VB.NET Pin
plural16-Jan-08 21:17
plural16-Jan-08 21:17 
GeneralRe: Email sending in VB.NET Pin
Jats_4ru16-Jan-08 21:57
Jats_4ru16-Jan-08 21:57 
GeneralRe: Email sending in VB.NET Pin
plural16-Jan-08 22:36
plural16-Jan-08 22:36 
AnswerRe: Email sending in VB.NET Pin
Steven J Jowett17-Jan-08 0:50
Steven J Jowett17-Jan-08 0:50 
GeneralRe: Email sending in VB.NET Pin
Jats_4ru17-Jan-08 23:24
Jats_4ru17-Jan-08 23:24 
QuestionHow do you save a picture from a web site? Pin
Reveille16-Jan-08 20:48
Reveille16-Jan-08 20:48 

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.