Click here to Skip to main content
16,012,223 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncodes samples Pin
ekpeno14-Jun-07 3:38
ekpeno14-Jun-07 3:38 
AnswerRe: codes samples Pin
leckey14-Jun-07 4:08
leckey14-Jun-07 4:08 
AnswerRe: codes samples Pin
Pualee14-Jun-07 6:27
Pualee14-Jun-07 6:27 
QuestionHow to set 100 checkbox enable property according to values in a textfile ? Pin
anpm14-Jun-07 3:36
anpm14-Jun-07 3:36 
GeneralRe: How to set 100 checkbox enable property according to values in a textfile ? Pin
reegan4114-Jun-07 4:19
reegan4114-Jun-07 4:19 
GeneralRe: How to set 100 checkbox enable property according to values in a textfile ? Pin
anpm14-Jun-07 4:28
anpm14-Jun-07 4:28 
AnswerRe: How to set 100 checkbox enable property according to values in a textfile ? Pin
reegan4114-Jun-07 6:50
reegan4114-Jun-07 6:50 
QuestionRe: How to set 100 checkbox enable property according to values in a textfile ? Pin
anpm14-Jun-07 14:03
anpm14-Jun-07 14:03 
Thanks. Still i am not getting how i can retrieve the name of checkbox. How i get (name of checkbox).enabled.i have 100 checkboxes to change their enable property.I am stuck here .
My code is like this

Friend spider1Seat(9, 9) As String
Dim rowNames() As String = {"A", "B", "C", "D", "E", "F", "G", "H", "I", "J"}
Dim colNames() As Integer = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

Private Sub lstSessionTime_SelectedIndexChanged


Dim row As Integer
Dim col As Integer
Dim readArray() As String
row = .cboMovieName.SelectedIndex
col = .lstSessionTime.SelectedIndex
If row = 0 And col = 0 Then
seatReader = New StreamReader("Spider1Seat.txt")
Do While seatReader.Peek <> -1
readArray = Split(seatReader.ReadLine, ";")
For ctr2 As Integer = 0 To rownames.length-1
spider1Seat(ctr, ctr2) = readArray(ctr2)
If spider1Seat(ctr, ctr2) = "T" Then

End If

Next
ctr += 1
Loop

End If
AnswerRe: How to set 100 checkbox enable property according to values in a textfile ? Pin
Benjamin Liedblad14-Jun-07 16:49
Benjamin Liedblad14-Jun-07 16:49 
GeneralRe: How to set 100 checkbox enable property according to values in a textfile ? Pin
anpm15-Jun-07 16:37
anpm15-Jun-07 16:37 
AnswerRe: How to set 100 checkbox enable property according to values in a textfile ? Pin
Tom Deketelaere14-Jun-07 21:44
professionalTom Deketelaere14-Jun-07 21:44 
QuestionImport Csv file to Access Pin
Vimalsoft(Pty) Ltd14-Jun-07 2:06
professionalVimalsoft(Pty) Ltd14-Jun-07 2:06 
AnswerRe: Import Csv file to Access Pin
Dave Kreskowiak14-Jun-07 5:45
mveDave Kreskowiak14-Jun-07 5:45 
GeneralRe: Import Csv file to Access Pin
Vimalsoft(Pty) Ltd14-Jun-07 21:38
professionalVimalsoft(Pty) Ltd14-Jun-07 21:38 
QuestionFlexgrid how to enable scrollbars Pin
kankeyan14-Jun-07 2:02
kankeyan14-Jun-07 2:02 
AnswerRe: Flexgrid how to enable scrollbars Pin
Dave Kreskowiak14-Jun-07 5:28
mveDave Kreskowiak14-Jun-07 5:28 
QuestionVB.Net 2005 Questions Pin
Central_IT14-Jun-07 1:41
Central_IT14-Jun-07 1:41 
AnswerRe: VB.Net 2005 Questions Pin
Dave Kreskowiak14-Jun-07 5:27
mveDave Kreskowiak14-Jun-07 5:27 
Questionbuilt video movie maker in vb.NET application Pin
cheerup_woe14-Jun-07 0:20
cheerup_woe14-Jun-07 0:20 
AnswerRe: built video movie maker in vb.NET application Pin
Steven J Jowett14-Jun-07 5:14
Steven J Jowett14-Jun-07 5:14 
QuestionCannot delete file because it is in use by another process Pin
Tom Deketelaere13-Jun-07 23:36
professionalTom Deketelaere13-Jun-07 23:36 
AnswerRe: Cannot delete file because it is in use by another process Pin
Colin Angus Mackay13-Jun-07 23:41
Colin Angus Mackay13-Jun-07 23:41 
GeneralRe: Cannot delete file because it is in use by another process Pin
Tom Deketelaere13-Jun-07 23:48
professionalTom Deketelaere13-Jun-07 23:48 
GeneralRe: Cannot delete file because it is in use by another process Pin
Colin Angus Mackay13-Jun-07 23:58
Colin Angus Mackay13-Jun-07 23:58 
GeneralRe: Cannot delete file because it is in use by another process Pin
Tom Deketelaere14-Jun-07 0:02
professionalTom Deketelaere14-Jun-07 0:02 

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.