Click here to Skip to main content
15,890,995 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Save MsFlexgrid Table in Ms.Acess Pin
Lek Plepi12-Sep-11 23:06
Lek Plepi12-Sep-11 23:06 
AnswerRe: Save MsFlexgrid Table in Ms.Acess Pin
Eddy Vluggen13-Sep-11 6:45
professionalEddy Vluggen13-Sep-11 6:45 
QuestionCombobox 2 ListView Pin
Lek Plepi12-Sep-11 2:39
Lek Plepi12-Sep-11 2:39 
AnswerRe: Combobox 2 ListView Pin
Wayne Gaylard12-Sep-11 2:48
professionalWayne Gaylard12-Sep-11 2:48 
GeneralRe: Combobox 2 ListView Pin
Lek Plepi12-Sep-11 2:57
Lek Plepi12-Sep-11 2:57 
GeneralRe: Combobox 2 ListView Pin
Wayne Gaylard12-Sep-11 3:04
professionalWayne Gaylard12-Sep-11 3:04 
GeneralRe: Combobox 2 ListView Pin
Lek Plepi12-Sep-11 3:14
Lek Plepi12-Sep-11 3:14 
GeneralRe: Combobox 2 ListView Pin
Wayne Gaylard12-Sep-11 3:23
professionalWayne Gaylard12-Sep-11 3:23 
Then try something like this:-

VB
Dim lvi As ListViewItem = New ListViewItem()
        lvi.SubItems.Add(ComboBox1.SelectedItem)
        ListView1.Items.Add(lvi)



That will give you the users name in the second column.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman

GeneralRe: Combobox 2 ListView Pin
Lek Plepi12-Sep-11 3:41
Lek Plepi12-Sep-11 3:41 
GeneralRe: Combobox 2 ListView Pin
Wayne Gaylard12-Sep-11 3:47
professionalWayne Gaylard12-Sep-11 3:47 
AnswerRe: Combobox 2 ListView Pin
MicroVirus12-Sep-11 3:05
MicroVirus12-Sep-11 3:05 
GeneralRe: Combobox 2 ListView Pin
Lek Plepi12-Sep-11 3:47
Lek Plepi12-Sep-11 3:47 
QuestionAdding progress bar for CRC32 checksum Pin
johnjsm9-Sep-11 11:07
johnjsm9-Sep-11 11:07 
AnswerRe: Adding progress bar for CRC32 checksum Pin
MicroVirus9-Sep-11 13:25
MicroVirus9-Sep-11 13:25 
GeneralRe: Adding progress bar for CRC32 checksum Pin
johnjsm10-Sep-11 10:34
johnjsm10-Sep-11 10:34 
AnswerRe: Adding progress bar for CRC32 checksum Pin
DaveAuld10-Sep-11 11:24
professionalDaveAuld10-Sep-11 11:24 
AnswerRe: Adding progress bar for CRC32 checksum Pin
MicroVirus10-Sep-11 11:47
MicroVirus10-Sep-11 11:47 
GeneralRe: Adding progress bar for CRC32 checksum Pin
johnjsm10-Sep-11 12:01
johnjsm10-Sep-11 12:01 
QuestionVB and MDB Pin
hansoctantan8-Sep-11 1:16
professionalhansoctantan8-Sep-11 1:16 
AnswerRe: VB and MDB Pin
Wayne Gaylard8-Sep-11 1:27
professionalWayne Gaylard8-Sep-11 1:27 
GeneralRe: VB and MDB Pin
hansoctantan8-Sep-11 3:51
professionalhansoctantan8-Sep-11 3:51 
GeneralRe: VB and MDB Pin
Wayne Gaylard8-Sep-11 4:01
professionalWayne Gaylard8-Sep-11 4:01 
GeneralRe: VB and MDB Pin
hansoctantan8-Sep-11 5:46
professionalhansoctantan8-Sep-11 5:46 
GeneralRe: VB and MDB Pin
Simon_Whale8-Sep-11 6:24
Simon_Whale8-Sep-11 6:24 
AnswerRe: VB and MDB Pin
Luc Pattyn8-Sep-11 4:34
sitebuilderLuc Pattyn8-Sep-11 4:34 

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.