Click here to Skip to main content
15,901,284 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how can i send mail over LAN using outlookexp Pin
koolprasad200310-Jul-07 20:05
professionalkoolprasad200310-Jul-07 20:05 
QuestionIPictureDisp to image control (ms access) Pin
Asif Rehman9-Jul-07 19:31
Asif Rehman9-Jul-07 19:31 
AnswerRe: IPictureDisp to image control (ms access) Pin
_Damian S_9-Jul-07 21:05
professional_Damian S_9-Jul-07 21:05 
GeneralRe: IPictureDisp to image control (ms access) Pin
Asif Rehman10-Jul-07 0:34
Asif Rehman10-Jul-07 0:34 
GeneralRe: IPictureDisp to image control (ms access) Pin
Dave Kreskowiak10-Jul-07 3:17
mveDave Kreskowiak10-Jul-07 3:17 
Questionir receiver Pin
Waqas Habib9-Jul-07 17:39
Waqas Habib9-Jul-07 17:39 
AnswerRe: ir receiver Pin
Dave Kreskowiak10-Jul-07 3:16
mveDave Kreskowiak10-Jul-07 3:16 
QuestionFor and next loop... problem Pin
smguc9-Jul-07 12:27
smguc9-Jul-07 12:27 
Hi,

I am trying to insert selected items from a listbox into a label, the listbox is fillby a database query, the problem is all I get is this System.Data.DataRowView it works fine when I dont use a database query and just text in the listbox, but need to use a database query.

Can anyone help on a solution for this??


Dim i As Integer<br />
For i = 0 To ListBoxUpgrade.Items.Count - 1<br />
If ListBoxUpgrade.Items(i) Then<br />
LabelSum.Text = LabelSum.Text & Space(6) & ListBoxUpgrade.SelectedItem(i) & vbCrLf<br />
End If<br />
Next i



Thanks in advance!
Stefan.



"All answers have a question? All code has an end."

AnswerRe: For and next loop... problem Pin
Luc Pattyn9-Jul-07 12:38
sitebuilderLuc Pattyn9-Jul-07 12:38 
GeneralRe: For and next loop... problem Pin
smguc9-Jul-07 12:58
smguc9-Jul-07 12:58 
GeneralRe: For and next loop... problem Pin
Luc Pattyn9-Jul-07 13:13
sitebuilderLuc Pattyn9-Jul-07 13:13 
GeneralRe: For and next loop... problem Pin
smguc9-Jul-07 13:27
smguc9-Jul-07 13:27 
GeneralRe: For and next loop... problem Pin
Luc Pattyn9-Jul-07 13:32
sitebuilderLuc Pattyn9-Jul-07 13:32 
AnswerRe: For and next loop... problem Pin
TwoFaced9-Jul-07 13:38
TwoFaced9-Jul-07 13:38 
GeneralRe: For and next loop... problem Pin
Luc Pattyn9-Jul-07 13:41
sitebuilderLuc Pattyn9-Jul-07 13:41 
GeneralRe: For and next loop... problem Pin
smguc9-Jul-07 13:56
smguc9-Jul-07 13:56 
GeneralRe: For and next loop... problem Pin
TwoFaced9-Jul-07 14:00
TwoFaced9-Jul-07 14:00 
QuestionLoading sql record into a variable Pin
tazbird9-Jul-07 11:28
tazbird9-Jul-07 11:28 
AnswerRe: Loading sql record into a variable Pin
Luc Pattyn9-Jul-07 11:52
sitebuilderLuc Pattyn9-Jul-07 11:52 
GeneralRe: Loading sql record into a variable Pin
MidwestLimey9-Jul-07 12:49
professionalMidwestLimey9-Jul-07 12:49 
GeneralRe: Loading sql record into a variable Pin
Luc Pattyn9-Jul-07 13:09
sitebuilderLuc Pattyn9-Jul-07 13:09 
GeneralRe: Loading sql record into a variable Pin
MidwestLimey10-Jul-07 4:45
professionalMidwestLimey10-Jul-07 4:45 
JokeRe: Loading sql record into a variable Pin
MidwestLimey9-Jul-07 12:51
professionalMidwestLimey9-Jul-07 12:51 
GeneralRe: Loading sql record into a variable Pin
tazbird9-Jul-07 13:58
tazbird9-Jul-07 13:58 
GeneralRe: Loading sql record into a variable Pin
Luc Pattyn9-Jul-07 14:53
sitebuilderLuc Pattyn9-Jul-07 14:53 

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.