Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.net Email Client Pin
al96819-May-07 4:22
al96819-May-07 4:22 
AnswerRe: VB.net Email Client Pin
MatrixCoder19-May-07 15:10
MatrixCoder19-May-07 15:10 
QuestionDifference between Debug and Release Folder Pin
Rupesh Kumar Swami19-May-07 4:02
Rupesh Kumar Swami19-May-07 4:02 
QuestionRe: Difference between Debug and Release Folder Pin
CPallini19-May-07 10:12
mveCPallini19-May-07 10:12 
AnswerRe: Difference between Debug and Release Folder Pin
Joseph Guadagno19-May-07 10:49
Joseph Guadagno19-May-07 10:49 
QuestionProblem in Bounded Combobox In vb.net Pin
Ajeet mittal19-May-07 1:35
Ajeet mittal19-May-07 1:35 
AnswerRe: Problem in Bounded Combobox In vb.net Pin
Rupesh Kumar Swami19-May-07 1:51
Rupesh Kumar Swami19-May-07 1:51 
AnswerRe: Problem in Bounded Combobox In vb.net Pin
mr_lasseter19-May-07 5:26
mr_lasseter19-May-07 5:26 
It's because the selected item is of type DataRow and when you assign it to the label1.Text the ToString method is called on the DataRow, which returns System.DataRow.

If you want to display the selected value in the label try:
label1.Text = combobox1.SelectedValue.ToString.

Mike Lasseter

AnswerRe: Problem in Bounded Combobox In vb.net Pin
Dave Kreskowiak20-May-07 4:03
mveDave Kreskowiak20-May-07 4:03 
QuestionReplacing, removing lines. Pin
NANCO19-May-07 1:10
NANCO19-May-07 1:10 
AnswerRe: Replacing, removing lines. Pin
kubben19-May-07 2:39
kubben19-May-07 2:39 
Generalit doesn't work! Pin
NANCO19-May-07 3:28
NANCO19-May-07 3:28 
AnswerRe: Replacing, removing lines. Pin
Guffa19-May-07 3:48
Guffa19-May-07 3:48 
GeneralStill isn't working. Pin
NANCO19-May-07 4:35
NANCO19-May-07 4:35 
GeneralRe: Still isn't working. Pin
CPallini19-May-07 10:14
mveCPallini19-May-07 10:14 
AnswerRe: Still isn't working. Pin
Guffa19-May-07 12:06
Guffa19-May-07 12:06 
GeneralRe: Still isn't working. Pin
NANCO20-May-07 3:48
NANCO20-May-07 3:48 
AnswerRe: Still isn't working. Pin
Guffa20-May-07 9:23
Guffa20-May-07 9:23 
QuestionHow can a get the content of word file page by page Pin
koolprasad200319-May-07 0:43
professionalkoolprasad200319-May-07 0:43 
AnswerRe: How can a get the content of word file page by page Pin
isidor719-May-07 8:31
isidor719-May-07 8:31 
GeneralRe: How can a get the content of word file page by page Pin
koolprasad200320-May-07 20:02
professionalkoolprasad200320-May-07 20:02 
QuestionThreading Pin
Taylor Kobani18-May-07 23:51
Taylor Kobani18-May-07 23:51 
QuestionRe: Threading Pin
Sonia Gupta18-May-07 23:56
Sonia Gupta18-May-07 23:56 
AnswerRe: Threading Pin
isidor719-May-07 8:42
isidor719-May-07 8:42 
AnswerRe: Threading Pin
Dave Kreskowiak20-May-07 3:59
mveDave Kreskowiak20-May-07 3:59 

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.