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

Visual Basic

 
Questioncrystal Pin
twsted f84-Nov-07 12:21
twsted f84-Nov-07 12:21 
Questionerror "multiple step operation generated errors. check each status value." Pin
gaurav_me4-Nov-07 9:56
gaurav_me4-Nov-07 9:56 
AnswerRe: error "multiple step operation generated errors. check each status value." Pin
Guffa4-Nov-07 10:33
Guffa4-Nov-07 10:33 
GeneralRe: error "multiple step operation generated errors. check each status value." Pin
danasegaranea4-Nov-07 17:54
danasegaranea4-Nov-07 17:54 
QuestionList Box Pin
roger68974-Nov-07 6:26
roger68974-Nov-07 6:26 
AnswerRe: List Box Pin
AliAmjad4-Nov-07 7:30
AliAmjad4-Nov-07 7:30 
GeneralRe: List Box Pin
roger68974-Nov-07 10:02
roger68974-Nov-07 10:02 
GeneralRe: List Box Pin
AliAmjad4-Nov-07 22:42
AliAmjad4-Nov-07 22:42 
I have told you the way of setting up a ListView control according to your requirements, use Property window to add columns to your ListView Control through its Columns Property after setting these values you can use the following code to fill it:

Dim lstitm1 As New ListViewItem("Pencil")
lstitm1.SubItems.Add("$11.0") 'For Price
lstitm1.SubItems.Add("2")     'For Quantity

Me.ListView1.Items.Add(lstitm1)


Hope it helps !

AliAmjad(MCP)

GeneralRe: List Box Pin
dexter97034-Nov-07 23:04
dexter97034-Nov-07 23:04 
QuestionAddition Pin
dexter97034-Nov-07 5:37
dexter97034-Nov-07 5:37 
AnswerRe: Addition Pin
AliAmjad4-Nov-07 5:46
AliAmjad4-Nov-07 5:46 
GeneralRe: Addition Pin
dexter97034-Nov-07 6:14
dexter97034-Nov-07 6:14 
GeneralRe: Addition Pin
Paul Conrad4-Nov-07 6:29
professionalPaul Conrad4-Nov-07 6:29 
GeneralRe: Addition Pin
The ANZAC4-Nov-07 20:03
The ANZAC4-Nov-07 20:03 
AnswerRe: Addition Pin
Cedrickdeorange5-Nov-07 5:55
Cedrickdeorange5-Nov-07 5:55 
QuestionHow to Set a Files Properties ex. Author, Comments... Pin
Bso_Cool3-Nov-07 19:50
Bso_Cool3-Nov-07 19:50 
QuestionPlease tell me a hint Pin
anpm3-Nov-07 19:53
anpm3-Nov-07 19:53 
AnswerRe: Please tell me a hint Pin
Christian Graus3-Nov-07 19:17
protectorChristian Graus3-Nov-07 19:17 
QuestionHow to do client /server with VB.net 2005 Pin
Computer-S3-Nov-07 9:43
Computer-S3-Nov-07 9:43 
AnswerRe: How to do client /server with VB.net 2005 Pin
Christian Graus3-Nov-07 12:03
protectorChristian Graus3-Nov-07 12:03 
GeneralRe: How to do client /server with VB.net 2005 Pin
Computer-S3-Nov-07 23:45
Computer-S3-Nov-07 23:45 
GeneralRe: How to do client /server with VB.net 2005 Pin
Christian Graus4-Nov-07 0:25
protectorChristian Graus4-Nov-07 0:25 
AnswerRe: How to do client /server with VB.net 2005 Pin
Paul Conrad4-Nov-07 5:01
professionalPaul Conrad4-Nov-07 5:01 
Questionvb 2005 web app date problem Pin
neoice3-Nov-07 7:56
neoice3-Nov-07 7:56 
AnswerRe: vb 2005 web app date problem Pin
pmarfleet3-Nov-07 8:12
pmarfleet3-Nov-07 8:12 

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.