Click here to Skip to main content
15,916,188 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Super poker game Pin
Christian Graus19-Jun-05 19:51
protectorChristian Graus19-Jun-05 19:51 
GeneralVB.NET Compiler Pin
Anonymous18-Jun-05 23:25
Anonymous18-Jun-05 23:25 
GeneralRe: VB.NET Compiler Pin
Christian Graus19-Jun-05 19:52
protectorChristian Graus19-Jun-05 19:52 
GeneralRe: VB.NET Compiler Pin
Dave Kreskowiak20-Jun-05 1:22
mveDave Kreskowiak20-Jun-05 1:22 
GeneralRe: VB.NET Compiler Pin
jonathan1520-Jun-05 1:37
jonathan1520-Jun-05 1:37 
Generalserver explorer Pin
lagumaster18-Jun-05 14:24
lagumaster18-Jun-05 14:24 
GeneralWeb Scraping Using VB/VB.Net Pin
18-Jun-05 2:20
suss18-Jun-05 2:20 
GeneralSelecting an item in a listview Pin
Haim Yulzari18-Jun-05 2:07
Haim Yulzari18-Jun-05 2:07 
In a small application I write I use a listview in Details view with check boxes. The listview has 3 rows and 2 columns. The second column of each row is initially empty. When I click a check box to check it, I perform some computation and insert the result into the second column. When I uncheck the box, the column is cleared.
My problem: I couldn't find a simple way to determine in which row the check box I clicked is located. I've finally done the following: in the ItemCheck event of the listview I prepare a list of the currently checked rows. Then I start a timer with an interval of 250 ms that runs only once (AutoReset = False). In the Elapsed event of the timer I prepare another list of checked rows. This list contains the updated state of the box I clicked. I can find the row of the box I clicked by comparing the 2 lists.
This method works but I feel it's a little cumbersome. Is there a better way?

Thanks!

GeneralRe: Selecting an item in a listview Pin
S. Senthil Kumar20-Jun-05 1:35
S. Senthil Kumar20-Jun-05 1:35 
GeneralScanning With Kodac Scanner Pin
Project Leader18-Jun-05 0:36
Project Leader18-Jun-05 0:36 
GeneralRe: Scanning With Kodac Scanner Pin
Dave Kreskowiak18-Jun-05 5:10
mveDave Kreskowiak18-Jun-05 5:10 
GeneralRe: Scanning With Kodac Scanner Pin
Anonymous18-Jun-05 5:49
Anonymous18-Jun-05 5:49 
GeneralRe: Scanning With Kodac Scanner Pin
Project Leader19-Jun-05 18:50
Project Leader19-Jun-05 18:50 
Generalinstallable version of my vb6 program Pin
a_yosef18-Jun-05 0:28
a_yosef18-Jun-05 0:28 
GeneralRe: installable version of my vb6 program Pin
Dave Kreskowiak18-Jun-05 5:05
mveDave Kreskowiak18-Jun-05 5:05 
GeneralRe: installable version of my vb6 program Pin
a_yosef19-Jun-05 22:57
a_yosef19-Jun-05 22:57 
GeneralRe: installable version of my vb6 program Pin
Dave Kreskowiak20-Jun-05 1:17
mveDave Kreskowiak20-Jun-05 1:17 
GeneralLog File Pin
LordLothar17-Jun-05 16:39
LordLothar17-Jun-05 16:39 
GeneralRe: Log File Pin
Christian Graus17-Jun-05 21:36
protectorChristian Graus17-Jun-05 21:36 
GeneralRe: Log File Pin
Len Miller17-Jun-05 21:49
Len Miller17-Jun-05 21:49 
GeneralRe: Log File Pin
Robert Rohde17-Jun-05 23:23
Robert Rohde17-Jun-05 23:23 
GeneralServiced Component Pin
lagumaster17-Jun-05 14:57
lagumaster17-Jun-05 14:57 
GeneralRe: Serviced Component Pin
Rizwan Bashir18-Jun-05 3:31
Rizwan Bashir18-Jun-05 3:31 
GeneralRe: Serviced Component Pin
lagumaster18-Jun-05 7:15
lagumaster18-Jun-05 7:15 
GeneralRe: Serviced Component Pin
Rizwan Bashir19-Jun-05 21:49
Rizwan Bashir19-Jun-05 21:49 

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.