Click here to Skip to main content
15,893,564 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB 2005 Gridview question Pin
Kschuler15-Jan-07 9:59
Kschuler15-Jan-07 9:59 
QuestionCan DataGridview view No of Rows on Row's Header?? Pin
kindman_nb15-Jan-07 8:12
kindman_nb15-Jan-07 8:12 
QuestionPlease Guide Me Pin
Ashish Porwal15-Jan-07 5:10
Ashish Porwal15-Jan-07 5:10 
AnswerRe: Please Guide Me Pin
Pete O'Hanlon15-Jan-07 5:18
mvePete O'Hanlon15-Jan-07 5:18 
AnswerRe: Please Guide Me Pin
Christian Graus15-Jan-07 10:15
protectorChristian Graus15-Jan-07 10:15 
QuestionReading all lines from text file Pin
johnjsm15-Jan-07 5:01
johnjsm15-Jan-07 5:01 
AnswerRe: Reading all lines from text file Pin
nlarson1115-Jan-07 5:44
nlarson1115-Jan-07 5:44 
QuestionWhats the solution? Pin
ashwath197915-Jan-07 4:36
ashwath197915-Jan-07 4:36 
Private Enum eLED_TEST
eLEDTEST_PASS = 1
eLEDTEST_FAIL
End Enum

Dim byteBuffer(64) as Byte
bytBuffer(1) = eLED_TEST.eLEDTEST_FAIL

After Building it gives the following error:
"Option Strict On disallows implicit conversions from 'Commlink2.Form1.eLED_TEST' to 'Byte'"

Can anyone please tell me what should be done for this?



AnswerRe: Whats the solution? [modified] Pin
nlarson1115-Jan-07 5:20
nlarson1115-Jan-07 5:20 
GeneralRe: Whats the solution? Pin
ashwath197915-Jan-07 5:37
ashwath197915-Jan-07 5:37 
QuestionDelete data?????????????? Pin
alek hunter15-Jan-07 4:23
alek hunter15-Jan-07 4:23 
AnswerRe: Delete data?????????????? Pin
Dave Kreskowiak15-Jan-07 5:48
mveDave Kreskowiak15-Jan-07 5:48 
GeneralRe: Delete data?????????????? Pin
alek hunter15-Jan-07 7:28
alek hunter15-Jan-07 7:28 
GeneralRe: Delete data?????????????? Pin
Dave Kreskowiak15-Jan-07 19:24
mveDave Kreskowiak15-Jan-07 19:24 
Questionvisual basic.net Pin
kendo1715-Jan-07 3:40
kendo1715-Jan-07 3:40 
AnswerRe: visual basic.net Pin
MatthysDT15-Jan-07 4:07
MatthysDT15-Jan-07 4:07 
GeneralRe: visual basic.net Pin
kendo1715-Jan-07 5:12
kendo1715-Jan-07 5:12 
GeneralRe: visual basic.net Pin
nlarson1115-Jan-07 5:27
nlarson1115-Jan-07 5:27 
AnswerRe: visual basic.net Pin
Dave Kreskowiak15-Jan-07 5:26
mveDave Kreskowiak15-Jan-07 5:26 
Questionload images in list without stopping execution Pin
Eric Georgiades15-Jan-07 3:07
Eric Georgiades15-Jan-07 3:07 
AnswerRe: load images in list without stopping execution Pin
Dave Kreskowiak15-Jan-07 5:46
mveDave Kreskowiak15-Jan-07 5:46 
GeneralRe: load images in list without stopping execution Pin
Eric Georgiades15-Jan-07 7:11
Eric Georgiades15-Jan-07 7:11 
AnswerRe: load images in list without stopping execution Pin
nlarson1115-Jan-07 5:48
nlarson1115-Jan-07 5:48 
GeneralRe: load images in list without stopping execution Pin
Eric Georgiades15-Jan-07 7:12
Eric Georgiades15-Jan-07 7:12 
GeneralRe: load images in list without stopping execution Pin
nlarson1115-Jan-07 7:37
nlarson1115-Jan-07 7:37 

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.