Click here to Skip to main content
15,899,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: counting occurences of a string in a datagrid/dataset Pin
Anonymous7-Oct-05 11:29
Anonymous7-Oct-05 11:29 
GeneralRe: counting occurences of a string in a datagrid/dataset Pin
jszpila7-Oct-05 11:41
jszpila7-Oct-05 11:41 
AnswerRe: counting occurences of a string in a datagrid/dataset Pin
Robert Rohde9-Oct-05 9:15
Robert Rohde9-Oct-05 9:15 
GeneralRe: counting occurences of a string in a datagrid/dataset Pin
jszpila10-Oct-05 6:06
jszpila10-Oct-05 6:06 
AnswerFixed Pin
jszpila10-Oct-05 6:25
jszpila10-Oct-05 6:25 
GeneralRe: Fixed Pin
Robert Rohde10-Oct-05 7:09
Robert Rohde10-Oct-05 7:09 
QuestionPopup Menu, Quick question Pin
No-e7-Oct-05 10:35
No-e7-Oct-05 10:35 
AnswerRe: Popup Menu, Quick question Pin
Richard_Wolf7-Oct-05 10:39
Richard_Wolf7-Oct-05 10:39 
There is no "index" property per se, you can create a select and evalute the name of the sender:

Select Case Sender.Name
Case "lblSlot1"
end select

Or you could set the Tag property of each label to your index value then take the value of the tag:

piIndex = Val(Sender.Tag)

Those are my two best ideas anyway Wink | ;)
GeneralRe: Popup Menu, Quick question Pin
No-e7-Oct-05 10:50
No-e7-Oct-05 10:50 
GeneralRe: Popup Menu, Quick question Pin
Richard_Wolf7-Oct-05 10:58
Richard_Wolf7-Oct-05 10:58 
AnswerRe: Popup Menu, Quick question Pin
Steve Pullan9-Oct-05 14:31
Steve Pullan9-Oct-05 14:31 
QuestionQuickie... Pin
No-e7-Oct-05 10:33
No-e7-Oct-05 10:33 
Questionhelp needed in handling dtmf commands and processing in visual basic Pin
Tolga Palaoglu7-Oct-05 10:32
Tolga Palaoglu7-Oct-05 10:32 
AnswerRe: help needed in handling dtmf commands and processing in visual basic Pin
Dave Kreskowiak7-Oct-05 16:51
mveDave Kreskowiak7-Oct-05 16:51 
Questioncheck box Pin
Anonymous7-Oct-05 10:17
Anonymous7-Oct-05 10:17 
AnswerRe: check box Pin
Richard_Wolf7-Oct-05 10:25
Richard_Wolf7-Oct-05 10:25 
GeneralRe: check box Pin
Anonymous7-Oct-05 10:34
Anonymous7-Oct-05 10:34 
GeneralRe: check box Pin
Richard_Wolf7-Oct-05 10:43
Richard_Wolf7-Oct-05 10:43 
GeneralRe: check box Pin
Anonymous7-Oct-05 10:49
Anonymous7-Oct-05 10:49 
GeneralRe: check box Pin
Steve Pullan9-Oct-05 14:36
Steve Pullan9-Oct-05 14:36 
AnswerRe: check box Pin
maxiachun9-Oct-05 16:19
maxiachun9-Oct-05 16:19 
QuestionTracking the control a mouse is over Pin
No-e7-Oct-05 9:39
No-e7-Oct-05 9:39 
AnswerRe: Tracking the control a mouse is over Pin
Richard_Wolf7-Oct-05 10:11
Richard_Wolf7-Oct-05 10:11 
AnswerRe: Tracking the control a mouse is over Pin
Anonymous7-Oct-05 11:20
Anonymous7-Oct-05 11:20 
GeneralRe: Tracking the control a mouse is over Pin
No-e10-Oct-05 3:29
No-e10-Oct-05 3:29 

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.