Click here to Skip to main content
15,900,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Displayng a menu when user right clicks Pin
Dave Kreskowiak20-Sep-07 5:15
mveDave Kreskowiak20-Sep-07 5:15 
GeneralRe: Displayng a menu when user right clicks for dynamic control Pin
VB 8.021-Sep-07 2:14
VB 8.021-Sep-07 2:14 
GeneralRe: Displayng a menu when user right clicks for dynamic control Pin
Dave Kreskowiak21-Sep-07 11:58
mveDave Kreskowiak21-Sep-07 11:58 
GeneralRe: Displayng a menu when user right clicks for dynamic control Pin
VB 8.024-Sep-07 0:34
VB 8.024-Sep-07 0:34 
GeneralCut,Copy,Paste for a dynamic control using the contextmenustrip Pin
VB 8.024-Sep-07 1:13
VB 8.024-Sep-07 1:13 
GeneralRe: Cut,Copy,Paste for a dynamic control using the contextmenustrip Pin
Dave Kreskowiak24-Sep-07 1:31
mveDave Kreskowiak24-Sep-07 1:31 
QuestionDIsplaying shortcut menu for showing properties at mouse click on form Pin
VB 8.020-Sep-07 2:58
VB 8.020-Sep-07 2:58 
AnswerRe: DIsplaying shortcut menu for showing properties at mouse click on form Pin
Dave Kreskowiak20-Sep-07 5:09
mveDave Kreskowiak20-Sep-07 5:09 
You set the ContextMenu property of the Form to your menu. This make the menu pop up for the entire form, BUT NOT FOR THE CONTROLS ON THE FORM! You have to set the ContextMenu property on any controls on the form, like your TextBox, where you want this same menu to appear. If you want the same menu to appear for all of the controls, you'll have to set the ContextMenu property of ALL the controls on the form to your context menu.


A guide to posting questions on CodeProject[^]

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


Questionneeded a grid having more than one header.... [modified] Pin
MissionSuccess20-Sep-07 2:30
MissionSuccess20-Sep-07 2:30 
AnswerRe: needed a grid having more than one header.... Pin
Dave Kreskowiak20-Sep-07 5:01
mveDave Kreskowiak20-Sep-07 5:01 
QuestionHow to display an image in a menu in Vb.net...? Pin
Balagurunathan S20-Sep-07 1:31
Balagurunathan S20-Sep-07 1:31 
AnswerRe: How to display an image in a menu in Vb.net...? Pin
Ajay.k_Singh20-Sep-07 1:51
Ajay.k_Singh20-Sep-07 1:51 
GeneralRe: How to display an image in a menu in Vb.net...? Pin
Balagurunathan S20-Sep-07 2:36
Balagurunathan S20-Sep-07 2:36 
GeneralRe: How to display an image in a menu in Vb.net...? Pin
Ajay.k_Singh20-Sep-07 3:23
Ajay.k_Singh20-Sep-07 3:23 
QuestionNet meeting Application ? Pin
manuo519-Sep-07 22:02
manuo519-Sep-07 22:02 
AnswerRe: Net meeting Application ? Pin
Christian Graus20-Sep-07 0:45
protectorChristian Graus20-Sep-07 0:45 
Question.NET right to left Pin
Ali el19-Sep-07 21:42
Ali el19-Sep-07 21:42 
AnswerRe: .NET right to left Pin
Christian Graus20-Sep-07 0:45
protectorChristian Graus20-Sep-07 0:45 
GeneralRe: .NET right to left Pin
Ali el21-Sep-07 21:11
Ali el21-Sep-07 21:11 
AnswerRe: .NET right to left Pin
originSH20-Sep-07 1:13
originSH20-Sep-07 1:13 
GeneralRe: .NET right to left Pin
DanB198321-Sep-07 6:00
DanB198321-Sep-07 6:00 
QuestionMS application verifier! Pin
Jwalant Natvarlal Soneji19-Sep-07 21:18
Jwalant Natvarlal Soneji19-Sep-07 21:18 
AnswerRe: MS application verifier! Pin
Christian Graus20-Sep-07 0:46
protectorChristian Graus20-Sep-07 0:46 
QuestionHow to convert the string to datetime format Pin
DON34519-Sep-07 21:04
DON34519-Sep-07 21:04 
AnswerRe: How to convert the string to datetime format Pin
Jwalant Natvarlal Soneji19-Sep-07 21:20
Jwalant Natvarlal Soneji19-Sep-07 21:20 

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.