Click here to Skip to main content
16,005,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Download in Internet Explorer Pin
Dave Kreskowiak14-Oct-06 4:07
mveDave Kreskowiak14-Oct-06 4:07 
QuestionProject referencing DLL that may not be there Pin
rahvyn613-Oct-06 4:48
rahvyn613-Oct-06 4:48 
AnswerRe: Project referencing DLL that may not be there Pin
Dave Kreskowiak13-Oct-06 5:31
mveDave Kreskowiak13-Oct-06 5:31 
GeneralRe: Project referencing DLL that may not be there Pin
rahvyn613-Oct-06 5:35
rahvyn613-Oct-06 5:35 
GeneralRe: Project referencing DLL that may not be there Pin
Dave Kreskowiak13-Oct-06 5:44
mveDave Kreskowiak13-Oct-06 5:44 
Questionscanners Pin
deepak02613-Oct-06 4:09
deepak02613-Oct-06 4:09 
AnswerRe: scanners Pin
Dave Kreskowiak13-Oct-06 4:23
mveDave Kreskowiak13-Oct-06 4:23 
QuestionKey press for individual comboboxes Pin
Racos13-Oct-06 2:59
Racos13-Oct-06 2:59 
Hi,

USING VB 6.0

I have several comboboxes named cboField(1),cboField(2),cboField(3) etc. in other words they have been created this way (indexed) for the purpose of using loops whenever necessary.

Now when I use

Private Sub cboField_keyPress(Index as Integer, Key ascii As Integer)

to produce some action on the comboboxes I only get a global action (not individual to each combobox) How can I get this as I would like to produce different actions on different comboxes on keypress on the respective fields

I tried...

Private Sub cboField(2)_keyPress(Index as Integer, Key ascii As Integer) for example gives me an EXPECTED IDENTIFIER error

Thanks for your help



Augusto

Augusto

AnswerRe: Key press for individual comboboxes Pin
Dave Kreskowiak13-Oct-06 4:21
mveDave Kreskowiak13-Oct-06 4:21 
GeneralRe: Key press for individual comboboxes Pin
Racos13-Oct-06 7:41
Racos13-Oct-06 7:41 
GeneralRe: Key press for individual comboboxes Pin
Dave Kreskowiak13-Oct-06 7:45
mveDave Kreskowiak13-Oct-06 7:45 
GeneralRe: Key press for individual comboboxes Pin
Racos13-Oct-06 8:05
Racos13-Oct-06 8:05 
GeneralRe: Key press for individual comboboxes Pin
Dave Kreskowiak13-Oct-06 8:16
mveDave Kreskowiak13-Oct-06 8:16 
GeneralRe: Key press for individual comboboxes Pin
Racos13-Oct-06 8:49
Racos13-Oct-06 8:49 
QuestionVB.Net Datagrid Pin
srah13-Oct-06 1:35
srah13-Oct-06 1:35 
AnswerRe: VB.Net Datagrid Pin
johngod22-Oct-06 12:55
johngod22-Oct-06 12:55 
Questionhow to print the contents of webbrowser Pin
Ali 11013-Oct-06 1:15
Ali 11013-Oct-06 1:15 
QuestionSerial communiacion with a PPC Pin
cosmomen13-Oct-06 0:54
cosmomen13-Oct-06 0:54 
AnswerRe: Serial communiacion with a PPC Pin
Dave Kreskowiak13-Oct-06 4:25
mveDave Kreskowiak13-Oct-06 4:25 
Questionhow to print a file Pin
Ali 11012-Oct-06 21:50
Ali 11012-Oct-06 21:50 
AnswerRe: how to print a file Pin
Dave Kreskowiak13-Oct-06 4:27
mveDave Kreskowiak13-Oct-06 4:27 
GeneralRe: how to print a file Pin
Ali 11014-Oct-06 0:48
Ali 11014-Oct-06 0:48 
GeneralRe: how to print a file Pin
Dave Kreskowiak14-Oct-06 4:14
mveDave Kreskowiak14-Oct-06 4:14 
Questionhow to convert date in dd/mm/yy format in vb.net. Pin
k_satish12-Oct-06 21:04
k_satish12-Oct-06 21:04 
AnswerRe: how to convert date in dd/mm/yy format in vb.net. Pin
sathish s12-Oct-06 21:10
sathish s12-Oct-06 21:10 

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.