Click here to Skip to main content
15,915,742 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Developing a Keylogger Pin
Dave Kreskowiak14-Jun-07 9:42
mveDave Kreskowiak14-Jun-07 9:42 
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 
Set up a counter to count the rows in your text file (this number should be incremented each time your text file goes to the next row when reading it)

Set up an index that will represent each seat when going through the row.

Loop through each row character by character, and have if statements checking whether its true or false

When looping, have if statements that will check the row count, and assign that to an alphabetic character representing your checkbox. ie. when rowcount is 1, it means A, 2, B, etc.

The index for each character will let you know which checkbox you are referring to. So if you're in rowcount 1, and your loop index is currently at 5 (i=5) or something, then you know you're dealing with control A5...once that is verified is just a simple call like A5.Enabled = True, or A5.Enabled = False, depending on if the character you are checking was T or F.



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 
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 

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.