Click here to Skip to main content
15,902,275 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: New Menu Sub-Sub Items Pin
Tom Deketelaere17-Sep-07 23:42
professionalTom Deketelaere17-Sep-07 23:42 
GeneralRe: New Menu Sub-Sub Items Pin
thepalace118-Sep-07 0:30
thepalace118-Sep-07 0:30 
GeneralRe: New Menu Sub-Sub Items Pin
Tom Deketelaere18-Sep-07 0:34
professionalTom Deketelaere18-Sep-07 0:34 
GeneralRe: New Menu Sub-Sub Items Pin
thepalace118-Sep-07 0:53
thepalace118-Sep-07 0:53 
GeneralRe: New Menu Sub-Sub Items Pin
Tom Deketelaere18-Sep-07 1:06
professionalTom Deketelaere18-Sep-07 1:06 
GeneralRe: New Menu Sub-Sub Items Pin
thepalace118-Sep-07 1:06
thepalace118-Sep-07 1:06 
GeneralRe: New Menu Sub-Sub Items Pin
Tom Deketelaere18-Sep-07 1:19
professionalTom Deketelaere18-Sep-07 1:19 
AnswerRe: New Menu Sub-Sub Items Pin
Ajay.k_Singh18-Sep-07 0:24
Ajay.k_Singh18-Sep-07 0:24 
Hello,

Although I am not very clear about the scenario, I would like to inform you that we may create new menu items as ToolStripMenuItem object, and this item can be added as a sub menu to any existing ToolStripMenuItem using following code –

Dim PlayDvd As New ToolStripMenuItem

PlayDvd.Text = "New File"

Me.OpenToolStripMenuItem.DropDownItems.Add(PlayDvd)


I hope this helpsSmile | :) .

-Dave.

Dave Traister,
ComponentOne LLC.
www.componentone.com

QuestionKey board shortcut Control C Pin
Prakash_Mishra17-Sep-07 23:26
Prakash_Mishra17-Sep-07 23:26 
AnswerRe: Key board shortcut Control C Pin
helelark12317-Sep-07 23:34
helelark12317-Sep-07 23:34 
AnswerRe: Key board shortcut Control C Pin
Tom Deketelaere17-Sep-07 23:37
professionalTom Deketelaere17-Sep-07 23:37 
GeneralRe: Key board shortcut Control C Pin
Prakash_Mishra18-Sep-07 0:07
Prakash_Mishra18-Sep-07 0:07 
GeneralRe: Key board shortcut Control C Pin
Tom Deketelaere18-Sep-07 0:18
professionalTom Deketelaere18-Sep-07 0:18 
GeneralRe: Key board shortcut Control C Pin
Prakash_Mishra18-Sep-07 0:25
Prakash_Mishra18-Sep-07 0:25 
GeneralRe: Key board shortcut Control C Pin
Tom Deketelaere18-Sep-07 1:13
professionalTom Deketelaere18-Sep-07 1:13 
Questionwhat the options... Pin
neo_bags17-Sep-07 20:39
neo_bags17-Sep-07 20:39 
AnswerRe: what the options... Pin
DanB198317-Sep-07 22:16
DanB198317-Sep-07 22:16 
AnswerRe: what the options... Pin
Tom Deketelaere17-Sep-07 23:09
professionalTom Deketelaere17-Sep-07 23:09 
QuestionHow , when and where and why use DALL and BLL in VB.net Pin
Vimalsoft(Pty) Ltd17-Sep-07 20:14
professionalVimalsoft(Pty) Ltd17-Sep-07 20:14 
AnswerRe: How , when and where and why use DALL and BLL in VB.net Pin
DanB198317-Sep-07 21:58
DanB198317-Sep-07 21:58 
GeneralRe: How , when and where and why use DALL and BLL in VB.net Pin
Vimalsoft(Pty) Ltd17-Sep-07 22:17
professionalVimalsoft(Pty) Ltd17-Sep-07 22:17 
Questionexport data from sql Server into Excel in text format with Visual Basic 6.0 Pin
suveenmohan17-Sep-07 20:08
suveenmohan17-Sep-07 20:08 
AnswerRe: export data from sql Server into Excel in text format with Visual Basic 6.0 Pin
Dave Kreskowiak18-Sep-07 5:53
mveDave Kreskowiak18-Sep-07 5:53 
QuestionToolStrip Control has to work like vs2005 ToolBox Pin
VB 8.017-Sep-07 19:42
VB 8.017-Sep-07 19:42 
AnswerRe: ToolStrip Control has to work like vs2005 ToolBox Pin
Dave Kreskowiak18-Sep-07 5:49
mveDave Kreskowiak18-Sep-07 5:49 

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.