Click here to Skip to main content
15,919,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How can I communicate with an sd card ? Pin
nishkarsh_k3-Jan-08 22:08
nishkarsh_k3-Jan-08 22:08 
GeneralRe: How can I communicate with an sd card ? Pin
Big Ralph3-Jan-08 22:10
Big Ralph3-Jan-08 22:10 
AnswerRe: How can I communicate with an sd card ? Pin
Dave Kreskowiak4-Jan-08 4:29
mveDave Kreskowiak4-Jan-08 4:29 
GeneralRe: How can I communicate with an sd card ? Pin
Big Ralph6-Jan-08 22:13
Big Ralph6-Jan-08 22:13 
GeneralRe: How can I communicate with an sd card ? Pin
Steppo7-Jan-08 0:27
Steppo7-Jan-08 0:27 
GeneralFind select row index of datagridview Pin
nishkarsh_k3-Jan-08 20:28
nishkarsh_k3-Jan-08 20:28 
GeneralRe: Find select row index of datagridview Pin
Volker Weichert4-Jan-08 0:46
Volker Weichert4-Jan-08 0:46 
GeneralProblem with Listview Pin
poonams3-Jan-08 20:08
poonams3-Jan-08 20:08 
hi all

thanks for previous reply.
I have another qurey.I serched lot for this ,but did't get proper solution.
Actully in my application m using vb.net2003 and access.On one form I have used tabcontrol with 2 tabpages.On 1st tabpage there is list view.I wt i want is ,when i click on any item the text of that item should display on textbox of another tabpages.To get text value of item i wrote several code like
[code]
Dim item As ListViewItem
Dim column As Integer
MessageBox.Show(item.SubItems(0).Text)

or
MsgBox(LstRecord.SelectedItems(1).Text)
or
MsgBox(LstRecord.SelectedItems(1).SubItems(2).Text)
or
l1.Text = LstRecord.SelectedItems(3).Text.ToString
or
MsgBox(e.Item.ToString)
[/code]

it fails every time.Plz help me.

poonam

GeneralRe: Problem with Listview Pin
ChandraRam4-Jan-08 1:16
ChandraRam4-Jan-08 1:16 
GeneralRich Text Box Pin
Socheat.Net3-Jan-08 19:44
Socheat.Net3-Jan-08 19:44 
GeneralRe: Rich Text Box Pin
nishkarsh_k3-Jan-08 22:14
nishkarsh_k3-Jan-08 22:14 
GeneralRe: Rich Text Box Pin
Socheat.Net4-Jan-08 14:28
Socheat.Net4-Jan-08 14:28 
GeneralAutomatically installation of .net framework Pin
xbiplav3-Jan-08 18:53
xbiplav3-Jan-08 18:53 
GeneralRe: Automatically installation of .net framework Pin
Nilesh Hapse3-Jan-08 21:35
Nilesh Hapse3-Jan-08 21:35 
GeneralRe: Automatically installation of .net framework Pin
nishkarsh_k3-Jan-08 22:04
nishkarsh_k3-Jan-08 22:04 
GeneralBackup & Restore Database Pin
vaani3-Jan-08 18:51
vaani3-Jan-08 18:51 
GeneralRe: Backup & Restore Database Pin
John_Adams4-Jan-08 1:52
John_Adams4-Jan-08 1:52 
QuestionProduce reports. Any help plz? Pin
tellytub3-Jan-08 16:57
tellytub3-Jan-08 16:57 
GeneralRe: Produce reports Pin
Christian Graus3-Jan-08 17:17
protectorChristian Graus3-Jan-08 17:17 
GeneralRe: Produce reports Pin
tellytub3-Jan-08 21:23
tellytub3-Jan-08 21:23 
GeneralRe: Produce reports Pin
Christian Graus3-Jan-08 23:47
protectorChristian Graus3-Jan-08 23:47 
GeneralRe: Produce reports. Any help plz? Pin
Tom Deketelaere4-Jan-08 5:25
professionalTom Deketelaere4-Jan-08 5:25 
GeneralRe: Produce reports. Any help plz? Pin
tellytub4-Jan-08 23:13
tellytub4-Jan-08 23:13 
GeneralRe: Produce reports. Any help plz? Pin
Tom Deketelaere7-Jan-08 1:04
professionalTom Deketelaere7-Jan-08 1:04 
QuestionDisplay String With Quotes Pin
Dan Suthar3-Jan-08 15:05
professionalDan Suthar3-Jan-08 15:05 

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.