Click here to Skip to main content
15,924,507 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Combobox driving me nuts !!! Pin
Mark Cabbage18-Sep-07 11:33
Mark Cabbage18-Sep-07 11:33 
GeneralRe: Combobox driving me nuts !!! Pin
Dave Kreskowiak18-Sep-07 12:18
mveDave Kreskowiak18-Sep-07 12:18 
GeneralRe: Combobox driving me nuts !!! Pin
Mark Cabbage18-Sep-07 14:22
Mark Cabbage18-Sep-07 14:22 
QuestionImage sending Problem [modified] Pin
manuo518-Sep-07 1:22
manuo518-Sep-07 1:22 
AnswerRe: Image sending Problem Pin
Dave Kreskowiak18-Sep-07 5:54
mveDave Kreskowiak18-Sep-07 5:54 
QuestionRead a word file delete the tables Pin
Prakash_Mishra18-Sep-07 0:50
Prakash_Mishra18-Sep-07 0:50 
QuestionNew Menu Sub-Sub Items Pin
thepalace117-Sep-07 23:27
thepalace117-Sep-07 23:27 
AnswerRe: New Menu Sub-Sub Items Pin
Tom Deketelaere17-Sep-07 23:42
professionalTom Deketelaere17-Sep-07 23:42 
you can give a name to the toolstripmenuitem (play dvd) (for further reference I'll name it DVD;P)

then you can simply add one like this

Dim mnuunderdvd As New ToolStripMenuItem("underDVD")
AddHandler mnuunderdvd.Click, AddressOf mnuunderdvd_Click
DVD.DropDownItems.add(mnuunderdvd)

in mnuunderdvd_click you put the code that needs to run when the user clicks it

hope this helps



If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

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 
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 

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.