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

Visual Basic

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

Please try this code. I believe this should assist you.

<br />
Private Sub ListView1_ItemCheck(ByVal sender As Object, ByVal e As System.Windows.Forms.ItemCheckEventArgs) Handles ListView1.ItemCheck<br />
<br />
        For i As Integer = 0 To Me.ListView1.Items.Count - 1<br />
<br />
            If i <> e.Index Then<br />
<br />
                Me.ListView1.Items(i).Checked = False<br />
<br />
            End If<br />
<br />
        Next<br />
<br />
End Sub<br />
<br />


Regards,

Allen

Allen Smith

Software Engineer
ComponentOne LLC
www.componentone.com

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 
GeneralRe: Mail Merge Question Pin
camatulli18-Apr-08 4:34
camatulli18-Apr-08 4:34 
GeneralAdding Metadata Using Visual Basic 2008 Pin
Harold_Wishes18-Apr-08 3:35
Harold_Wishes18-Apr-08 3:35 

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.