Click here to Skip to main content
15,892,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Yes it is possible, for this you will need to set image property of ToolStripMenuItem object.

Following is a code snippet showing this behavior-

----------------------------------------
Dim NewItem As New ToolStripMenuItem

NewItem.Text = "New Item"

NewItem.Image = Image.FromFile("C:\img11.jpg")

Me.OpenToolStripMenuItem.DropDownItems.Add(NewItem)
------------------------------------------

I hope this helpsSmile | :) .

-Dave.

Dave Traister,
ComponentOne LLC.
www.componentone.com

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 
AnswerRe: Need help designing label and envelope prinitng in vb Pin
DanB198319-Sep-07 22:02
DanB198319-Sep-07 22:02 
QuestionDAll And BLL Template Question Pin
Vimalsoft(Pty) Ltd19-Sep-07 20:08
professionalVimalsoft(Pty) Ltd19-Sep-07 20:08 

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.