Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMenu Items Pin
ADY00718-Oct-06 10:42
ADY00718-Oct-06 10:42 
AnswerRe: Menu Items Pin
UltraCoder18-Oct-06 10:56
UltraCoder18-Oct-06 10:56 
GeneralRe: Menu Items Pin
ADY00718-Oct-06 11:47
ADY00718-Oct-06 11:47 
GeneralRe: Menu Items Pin
ADY00718-Oct-06 12:00
ADY00718-Oct-06 12:00 
QuestionA truely ReadOnly comboBox ? Pin
Shawn Owens18-Oct-06 10:38
Shawn Owens18-Oct-06 10:38 
AnswerRe: A truely ReadOnly comboBox ? Pin
Guffa18-Oct-06 10:42
Guffa18-Oct-06 10:42 
GeneralRe: A truely ReadOnly comboBox ? Pin
Shawn Owens18-Oct-06 10:48
Shawn Owens18-Oct-06 10:48 
GeneralRe: A truely ReadOnly comboBox ? Pin
Dave Kreskowiak18-Oct-06 12:31
mveDave Kreskowiak18-Oct-06 12:31 
Sure. ALl you have to do is append the names of your ComboBoxes to the Handles clause of the method header:
Private Sub methodName(blah, blah) Handles ComboBox1.eventName, ComboBox2.eventName, ComboBox3.eventName, ...



Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionRe: A truely ReadOnly comboBox ? Pin
Roy Heil18-Oct-06 10:53
professionalRoy Heil18-Oct-06 10:53 
AnswerRe: A truely ReadOnly comboBox ? Pin
Shawn Owens18-Oct-06 11:04
Shawn Owens18-Oct-06 11:04 
AnswerRe: A truely ReadOnly comboBox ? Pin
Polymorpher18-Oct-06 18:42
Polymorpher18-Oct-06 18:42 
QuestionPropertyGrid Update Problem Pin
zsthorson18-Oct-06 10:30
zsthorson18-Oct-06 10:30 
AnswerRe: PropertyGrid Update Problem Pin
visualhint19-Oct-06 5:59
visualhint19-Oct-06 5:59 
QuestionXML File Parsing Pin
jds120718-Oct-06 9:51
jds120718-Oct-06 9:51 
AnswerRe: XML File Parsing Pin
Christian Graus18-Oct-06 9:56
protectorChristian Graus18-Oct-06 9:56 
QuestionVB.net Web Service Need Help Pin
eggsarebad18-Oct-06 7:16
eggsarebad18-Oct-06 7:16 
AnswerRe: VB.net Web Service Need Help Pin
Christian Graus18-Oct-06 7:24
protectorChristian Graus18-Oct-06 7:24 
GeneralRe: VB.net Web Service Need Help Pin
eggsarebad18-Oct-06 12:13
eggsarebad18-Oct-06 12:13 
GeneralRe: VB.net Web Service Need Help Pin
Are Jay19-Oct-06 4:56
Are Jay19-Oct-06 4:56 
GeneralRe: VB.net Web Service Need Help Pin
eggsarebad20-Oct-06 22:13
eggsarebad20-Oct-06 22:13 
QuestionReading from COM PORT in VB 6.0 Pin
popin18-Oct-06 7:00
popin18-Oct-06 7:00 
AnswerRe: Reading from COM PORT in VB 6.0 Pin
No-e18-Oct-06 7:46
No-e18-Oct-06 7:46 
QuestionPassing objects byref to a remote server using .Net remoting Pin
mandrake_218-Oct-06 5:39
mandrake_218-Oct-06 5:39 
AnswerRe: Passing objects byref to a remote server using .Net remoting Pin
nlarson1118-Oct-06 6:26
nlarson1118-Oct-06 6:26 
GeneralRe: Passing objects byref to a remote server using .Net remoting Pin
mandrake_218-Oct-06 21:07
mandrake_218-Oct-06 21:07 

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.