Click here to Skip to main content
15,906,558 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Create table Pin
Hamid_RT13-Feb-07 8:14
Hamid_RT13-Feb-07 8:14 
QuestionHow to Display only Year in DateTimepicker or comboBox? Pin
priya_p23312-Feb-07 16:49
priya_p23312-Feb-07 16:49 
AnswerRe: How to Display only Year in DateTimepicker or comboBox? [modified] Pin
M-Hall12-Feb-07 18:02
M-Hall12-Feb-07 18:02 
QuestionRe: How to Display only Year in DateTimepicker or comboBox? Pin
priya_p23312-Feb-07 18:37
priya_p23312-Feb-07 18:37 
AnswerRe: How to Display only Year in DateTimepicker or comboBox? Pin
M-Hall12-Feb-07 19:15
M-Hall12-Feb-07 19:15 
AnswerRe: How to Display only Year in DateTimepicker or comboBox? Pin
ajay5888612-Feb-07 19:38
ajay5888612-Feb-07 19:38 
QuestionConversion from string "System.Data.DataRowView" to type 'Integer' is not valid ? Pin
cheeken2u12-Feb-07 16:32
cheeken2u12-Feb-07 16:32 
AnswerRe: Conversion from string "System.Data.DataRowView" to type 'Integer' is not valid ? Pin
M-Hall12-Feb-07 18:30
M-Hall12-Feb-07 18:30 
It looks like the object you are returning is a DataRowView Object.

Try
Dim ComLevelID As Object = cbComLevel.SelectedValue

Set your breakpoint on the next line and look at the value of ComLevelId in Watch Window to see exactly what you are returning and modify your code to fit.
GeneralRe: Conversion from string "System.Data.DataRowView" to type 'Integer' is not valid ? Pin
cheeken2u12-Feb-07 19:38
cheeken2u12-Feb-07 19:38 
GeneralRe: Conversion from string "System.Data.DataRowView" to type 'Integer' is not valid ? Pin
M-Hall12-Feb-07 19:50
M-Hall12-Feb-07 19:50 
QuestionExcel Question Pin
ghettoneck12-Feb-07 16:07
ghettoneck12-Feb-07 16:07 
QuestionFile Association..pls help Pin
carl_sti12-Feb-07 14:59
carl_sti12-Feb-07 14:59 
AnswerRe: File Association..pls help Pin
TwoFaced12-Feb-07 15:53
TwoFaced12-Feb-07 15:53 
GeneralRe: File Association..pls help Pin
carl_sti12-Feb-07 16:26
carl_sti12-Feb-07 16:26 
GeneralRe: File Association..pls help Pin
M-Hall12-Feb-07 17:02
M-Hall12-Feb-07 17:02 
GeneralRe: File Association..pls help Pin
carl_sti12-Feb-07 17:34
carl_sti12-Feb-07 17:34 
Questionrename the existed excel worksheet name Pin
JaneQuestion12-Feb-07 13:29
JaneQuestion12-Feb-07 13:29 
AnswerRe: rename the existed excel worksheet name Pin
ajay5888612-Feb-07 20:16
ajay5888612-Feb-07 20:16 
QuestionVista always shows ipv6 address - how to only get ipv4 local address? Pin
Mr Plant12-Feb-07 10:11
Mr Plant12-Feb-07 10:11 
AnswerRe: Vista always shows ipv6 address - how to only get ipv4 local address? Pin
M-Hall12-Feb-07 17:41
M-Hall12-Feb-07 17:41 
QuestionError message: vbc30205? Pin
Shima. M.12-Feb-07 7:45
Shima. M.12-Feb-07 7:45 
AnswerRe: Error message: vbc30205? Pin
Kschuler12-Feb-07 8:43
Kschuler12-Feb-07 8:43 
QuestionTabPages Pin
CodingYoshi12-Feb-07 7:43
CodingYoshi12-Feb-07 7:43 
AnswerRe: TabPages Pin
Christian Graus12-Feb-07 10:31
protectorChristian Graus12-Feb-07 10:31 
QuestionIts is possible to make it on vb.net? Pin
blitz00212-Feb-07 6:52
blitz00212-Feb-07 6:52 

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.