Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to run an .exe app from within a function Pin
nitingonsalves27-Feb-03 7:50
nitingonsalves27-Feb-03 7:50 
AnswerRe: How to run an .exe app from within a function Pin
Jerome Conus27-Feb-03 20:19
Jerome Conus27-Feb-03 20:19 
GeneralRe: How to run an .exe app from within a function Pin
RichardGrimmer13-Mar-03 23:50
RichardGrimmer13-Mar-03 23:50 
GeneralDataGrid BUG? I'm a newbie Pin
Mike Murphy27-Feb-03 4:26
Mike Murphy27-Feb-03 4:26 
GeneralRe: DataGrid BUG? I'm a newbie Pin
Daniel Turini27-Feb-03 9:25
Daniel Turini27-Feb-03 9:25 
GeneralRe: DataGrid BUG? I'm a newbie Pin
Mike Murphy28-Feb-03 6:04
Mike Murphy28-Feb-03 6:04 
GeneralListView Pin
Fleischen27-Feb-03 3:13
Fleischen27-Feb-03 3:13 
GeneralRe: ListView Pin
Jerome Conus27-Feb-03 20:14
Jerome Conus27-Feb-03 20:14 
Hi,

For example, if your listview (lswMyListView) has two columns, and you want to transfer the selected row into two textbox (txtColumn1 and txtColumn2) you have to do that (for instance, in the lswMyListView_Click procedure) :

txtColumn1.Text=lswMyListView.SelectedItem.Text
txtColumn2.Text=lswMyListView.SelectedItem.Subitems(1)

Hope this helps !
Jerome
GeneralAssigning date in VB for Access database Pin
nitingonsalves27-Feb-03 2:48
nitingonsalves27-Feb-03 2:48 
GeneralRe: Assigning date in VB for Access database Pin
lagbolt27-Feb-03 20:50
lagbolt27-Feb-03 20:50 
Generalform unload Pin
r i s h a b h s26-Feb-03 23:44
r i s h a b h s26-Feb-03 23:44 
GeneralRe: form unload Pin
Jerome Conus27-Feb-03 20:23
Jerome Conus27-Feb-03 20:23 
Generalinstance checking Pin
r i s h a b h s26-Feb-03 18:34
r i s h a b h s26-Feb-03 18:34 
GeneralReturning more than 1 value from a function Pin
xBlitzerx26-Feb-03 13:48
xBlitzerx26-Feb-03 13:48 
GeneralRe: Returning more than 1 value from a function Pin
Ray Cassick26-Feb-03 15:54
Ray Cassick26-Feb-03 15:54 
GeneralRe: Returning more than 1 value from a function Pin
xBlitzerx27-Feb-03 15:27
xBlitzerx27-Feb-03 15:27 
QuestionHow to assign a date to a date object Pin
nitingonsalves26-Feb-03 9:35
nitingonsalves26-Feb-03 9:35 
AnswerRe: How to assign a date to a date object Pin
Hesham Amin26-Feb-03 22:16
Hesham Amin26-Feb-03 22:16 
GeneralToolbox items grayed out Pin
snaayk26-Feb-03 8:00
snaayk26-Feb-03 8:00 
GeneralRe: Toolbox items grayed out Pin
Hesham Amin26-Feb-03 22:20
Hesham Amin26-Feb-03 22:20 
GeneralRe: Toolbox items grayed out Pin
snaayk27-Feb-03 1:41
snaayk27-Feb-03 1:41 
GeneralUse of apostrophe in string Pin
mcm26-Feb-03 4:43
mcm26-Feb-03 4:43 
GeneralRe: Use of apostrophe in string Pin
paul_b26-Feb-03 4:53
paul_b26-Feb-03 4:53 
GeneralRe: Use of apostrophe in string Pin
Brian Lehmann3-Mar-03 10:22
Brian Lehmann3-Mar-03 10:22 
GeneralRe: Use of apostrophe in string Pin
RichardGrimmer13-Mar-03 23:54
RichardGrimmer13-Mar-03 23:54 

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.