Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: On screen keyboard code Pin
Dave Kreskowiak19-Apr-08 4:14
mveDave Kreskowiak19-Apr-08 4:14 
GeneralRe: On screen keyboard code Pin
Jimilybibilybob19-Apr-08 4:33
Jimilybibilybob19-Apr-08 4:33 
GeneralAuto select in a text box Pin
sa_runner18-Apr-08 11:21
sa_runner18-Apr-08 11:21 
GeneralRe: Auto select in a text box Pin
Christian Graus18-Apr-08 12:47
protectorChristian Graus18-Apr-08 12:47 
GeneralRe: Auto select in a text box Pin
Thomas Stockwell18-Apr-08 14:31
professionalThomas Stockwell18-Apr-08 14:31 
GeneralRe: Auto select in a text box Pin
Rob Smiley19-Apr-08 0:42
Rob Smiley19-Apr-08 0:42 
Questionlistview control problem Pin
monafr8118-Apr-08 8:42
monafr8118-Apr-08 8:42 
GeneralRe: listview control problem Pin
Dave Kreskowiak18-Apr-08 9:56
mveDave Kreskowiak18-Apr-08 9:56 
You'd have to handle the ItemChecked event of the ListView, which will give you the item that was clicked on. You'd then have to set a static flag in the event handler that will signal that you are changing check marks. Iterate over the items in the list, changing each check mark, then reset the flag. Since changing the check mark will fire the same event again, the handler code has to start by check that flag. If it's set, then the handler code can exit without making any changes.

But, wouldn't this be a job for RadioButtons?? After all, this is exactly what they do.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: listview control problem Pin
monafr8118-Apr-08 10:03
monafr8118-Apr-08 10:03 
GeneralRe: listview control problem Pin
C1AllenS18-Apr-08 11:07
C1AllenS18-Apr-08 11:07 
GeneralRe: listview control problem Pin
Mycroft Holmes18-Apr-08 22:44
professionalMycroft Holmes18-Apr-08 22:44 
GeneralUserControl With opacity..... Pin
Orlando_Herrera18-Apr-08 8:28
Orlando_Herrera18-Apr-08 8:28 
GeneralRe: UserControl With opacity..... Pin
Dave Kreskowiak18-Apr-08 9:45
mveDave Kreskowiak18-Apr-08 9:45 
QuestionHow To Read Local Machine Time Pin
ktomecek18-Apr-08 7:17
professionalktomecek18-Apr-08 7:17 
AnswerRe: How To Read Local Machine Time Pin
Dave Kreskowiak18-Apr-08 8:08
mveDave Kreskowiak18-Apr-08 8:08 
GeneralRe: How To Read Local Machine Time Pin
Mycroft Holmes18-Apr-08 22:46
professionalMycroft Holmes18-Apr-08 22:46 
GeneralRe: How To Read Local Machine Time Pin
Dave Kreskowiak19-Apr-08 4:11
mveDave Kreskowiak19-Apr-08 4:11 
GeneralRe: How To Read Local Machine Time Pin
Mycroft Holmes19-Apr-08 13:52
professionalMycroft Holmes19-Apr-08 13:52 
AnswerRe: How To Read Local Machine Time Pin
Parwej Ahamad18-Apr-08 8:14
professionalParwej Ahamad18-Apr-08 8:14 
AnswerRe: How To Read Local Machine Time Pin
ktomecek19-Apr-08 15:47
professionalktomecek19-Apr-08 15:47 
Questionlooking for more efficient way to concatinate values in a datatable Pin
camatulli18-Apr-08 4:30
camatulli18-Apr-08 4:30 
GeneralRe: looking for more efficient way to concatinate values in a datatable Pin
Dave Kreskowiak18-Apr-08 8:05
mveDave Kreskowiak18-Apr-08 8:05 
GeneralRe: looking for more efficient way to concatinate values in a datatable Pin
camatulli18-Apr-08 8:11
camatulli18-Apr-08 8:11 
GeneralMail Merge Question Pin
jchigg200018-Apr-08 4:14
jchigg200018-Apr-08 4:14 
GeneralRe: Mail Merge Question Pin
jchigg200018-Apr-08 4:27
jchigg200018-Apr-08 4:27 

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.