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

Visual Basic

 
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 
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 
see earlier post but I would store the drive path/letter in the tag property that way you can just use that value without altering it

also you need to cast the sender to toolstripmenuitem before you can access its property's
sender.tostring will just get you the type and somemore

so:
dim mnu as toolstripmenuitem = sender
mnu.text = 'text from the toolstripmenuitem clicked
mnu.tag = ' the tag property from the toolstripmenuitem clicked

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

The only way we learn is by making mistaks.

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

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.