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

Visual Basic

 
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 
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 
It's not supported by the old DataGrid, or by the DataGridView controls. You'd have to add this yourself, either by using cleverly placed and defined label controls above the DGV, possibly in your own UserControl, or by creating your own version of the DGV control and adding this functionality to the existing control using custom properties and painting code.


A guide to posting questions on CodeProject[^]

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


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 
AnswerRe: How to convert the string to datetime format Pin
Guffa20-Sep-07 2:53
Guffa20-Sep-07 2:53 
QuestionNeed help designing label and envelope prinitng in vb Pin
rajnee19-Sep-07 20:53
rajnee19-Sep-07 20:53 

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.