Click here to Skip to main content
15,925,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to display the Guid in a msgbox.. Pin
Balagurunathan S25-Sep-07 2:34
Balagurunathan S25-Sep-07 2:34 
AnswerRe: How to display the Guid in a msgbox.. Pin
pmarfleet25-Sep-07 2:52
pmarfleet25-Sep-07 2:52 
GeneralRe: How to display the Guid in a msgbox.. Pin
Balagurunathan S25-Sep-07 3:42
Balagurunathan S25-Sep-07 3:42 
GeneralRe: How to display the Guid in a msgbox.. Pin
pmarfleet25-Sep-07 3:56
pmarfleet25-Sep-07 3:56 
AnswerRe: How to display the Guid in a msgbox.. Pin
Dave Kreskowiak25-Sep-07 4:02
mveDave Kreskowiak25-Sep-07 4:02 
GeneralRe: How to display the Guid in a msgbox.. Pin
Balagurunathan S25-Sep-07 19:39
Balagurunathan S25-Sep-07 19:39 
QuestionContext menus, how to make them dynamic? Pin
redjen25-Sep-07 1:46
redjen25-Sep-07 1:46 
AnswerRe: Context menus, how to make them dynamic? Pin
Ajay.k_Singh25-Sep-07 1:58
Ajay.k_Singh25-Sep-07 1:58 
Create a context menu with all three menu items. Then at run time you may set visible property of Add menu item to false by checking the value of Boolean variable.

Such as-
----------------------
If bln = True Then

Me.AddToolStripMenuItem.Visible = False

End If
--------------------

I hope this helpsSmile | :) .

-Dave.

Dave Traister,
ComponentOne LLC.
www.componentone.com

GeneralRe: Context menus, how to make them dynamic? Pin
Luc Pattyn25-Sep-07 2:57
sitebuilderLuc Pattyn25-Sep-07 2:57 
GeneralRe: Context menus, how to make them dynamic? Pin
redjen25-Sep-07 3:19
redjen25-Sep-07 3:19 
GeneralRe: Context menus, how to make them dynamic? Pin
redjen25-Sep-07 3:18
redjen25-Sep-07 3:18 
Questionhi [modified] Pin
nowdy25-Sep-07 0:50
nowdy25-Sep-07 0:50 
AnswerRe: hi Pin
Christian Graus25-Sep-07 1:10
protectorChristian Graus25-Sep-07 1:10 
GeneralRe: hi Pin
nowdy25-Sep-07 2:35
nowdy25-Sep-07 2:35 
AnswerRe: hi Pin
Dave Kreskowiak25-Sep-07 1:54
mveDave Kreskowiak25-Sep-07 1:54 
AnswerRe: hi Pin
Dave Kreskowiak25-Sep-07 3:16
mveDave Kreskowiak25-Sep-07 3:16 
GeneralRe: hi Pin
nowdy25-Sep-07 3:21
nowdy25-Sep-07 3:21 
QuestionHow to calculate difference of minutes in a same day? Pin
saneng25-Sep-07 0:46
saneng25-Sep-07 0:46 
AnswerRe: How to calculate difference of minutes in a same day? Pin
Tom Deketelaere25-Sep-07 1:21
professionalTom Deketelaere25-Sep-07 1:21 
GeneralRe: How to calculate difference of minutes in a same day? Pin
saneng26-Sep-07 0:03
saneng26-Sep-07 0:03 
QuestionChange scrollbar color? Pin
ninkk25-Sep-07 0:46
ninkk25-Sep-07 0:46 
AnswerRe: Change scrollbar color? Pin
Dave Kreskowiak25-Sep-07 1:48
mveDave Kreskowiak25-Sep-07 1:48 
AnswerRe: Change scrollbar color? Pin
DigiOz Multimedia25-Sep-07 5:34
DigiOz Multimedia25-Sep-07 5:34 
Questionvalidations error Pin
hepsy.i25-Sep-07 0:11
hepsy.i25-Sep-07 0:11 
AnswerRe: validations error Pin
Paras Kaneriya25-Sep-07 0:15
Paras Kaneriya25-Sep-07 0:15 

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.