Click here to Skip to main content
15,920,602 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I get a custom context menu to show up??? Pin
Luc Pattyn22-Aug-10 11:31
sitebuilderLuc Pattyn22-Aug-10 11:31 
AnswerRe: How do I get a custom context menu to show up??? Pin
Tom Foswick24-Aug-10 22:25
Tom Foswick24-Aug-10 22:25 
GeneralRe: How do I get a custom context menu to show up??? Pin
thebiostyle25-Aug-10 9:41
thebiostyle25-Aug-10 9:41 
GeneralRe: How do I get a custom context menu to show up??? [modified] Pin
Tom Foswick25-Aug-10 9:56
Tom Foswick25-Aug-10 9:56 
GeneralRe: How do I get a custom context menu to show up??? Pin
thebiostyle28-Aug-10 13:33
thebiostyle28-Aug-10 13:33 
GeneralRe: How do I get a custom context menu to show up??? Pin
Tom Foswick30-Aug-10 5:51
Tom Foswick30-Aug-10 5:51 
GeneralRe: How do I get a custom context menu to show up??? Pin
thebiostyle30-Aug-10 13:36
thebiostyle30-Aug-10 13:36 
GeneralRe: How do I get a custom context menu to show up??? Pin
Tom Foswick30-Aug-10 14:30
Tom Foswick30-Aug-10 14:30 
If you followed the example I gave, my guess is that you did not follow it exactly. The example, as I gave it worked. Howevever, if you subsequently call WebBrowser.Navigate() to go to a web page, then the web browser's built-in context menu kicks in.

My guess is that you didn't try the example as I gave it, or you did, it worked, but then when you tried to incorporate the concept into your application (where Navigate() is called) it stopped working there. That is just my guess though since you haven't really given much information.

In any case, I modified the example by adding the line:
Browser.IsWebBrowserContextMenuEnabled = False

... which will disable the default context menu so that it won't override after you have navigated to a page.
GeneralRe: How do I get a custom context menu to show up??? [modified] Pin
thebiostyle4-Sep-10 7:29
thebiostyle4-Sep-10 7:29 
GeneralRe: How do I get a custom context menu to show up??? Pin
Tom Foswick4-Sep-10 7:50
Tom Foswick4-Sep-10 7:50 
GeneralRe: How do I get a custom context menu to show up??? Pin
thebiostyle4-Sep-10 7:53
thebiostyle4-Sep-10 7:53 
QuestionAn easy way to archive many files into one file? [Solved] Pin
Pamodh22-Aug-10 6:28
Pamodh22-Aug-10 6:28 
AnswerRe: An easy way to archive many files into one file? Pin
Eddy Vluggen22-Aug-10 9:57
professionalEddy Vluggen22-Aug-10 9:57 
GeneralRe: An easy way to archive many files into one file? Pin
Pamodh23-Aug-10 5:34
Pamodh23-Aug-10 5:34 
GeneralRe: An easy way to archive many files into one file? Pin
Eddy Vluggen23-Aug-10 9:40
professionalEddy Vluggen23-Aug-10 9:40 
GeneralRe: An easy way to archive many files into one file? Pin
Pamodh24-Aug-10 1:47
Pamodh24-Aug-10 1:47 
QuestionProblem in saving image to database from picturebox. VB.Net 2008. Framework 3.5. Pin
priyamtheone20-Aug-10 3:23
priyamtheone20-Aug-10 3:23 
AnswerRe: Problem in saving image to database from picturebox. VB.Net 2008. Framework 3.5. Pin
Luc Pattyn20-Aug-10 3:42
sitebuilderLuc Pattyn20-Aug-10 3:42 
QuestionRe: Problem in saving image to database from picturebox. VB.Net 2008. Framework 3.5. Pin
priyamtheone21-Aug-10 2:30
priyamtheone21-Aug-10 2:30 
AnswerRe: Problem in saving image to database from picturebox. VB.Net 2008. Framework 3.5. Pin
Luc Pattyn21-Aug-10 10:56
sitebuilderLuc Pattyn21-Aug-10 10:56 
QuestionHow Barcode Reader Read Image Pin
Anubhava Dimri19-Aug-10 19:07
Anubhava Dimri19-Aug-10 19:07 
AnswerRe: How Barcode Reader Read Image Pin
riced19-Aug-10 22:48
riced19-Aug-10 22:48 
QuestionDatagridview Column Pin
C#Coudou18-Aug-10 20:12
C#Coudou18-Aug-10 20:12 
AnswerRe: Datagridview Column Pin
Andy_L_J19-Aug-10 20:00
Andy_L_J19-Aug-10 20:00 
Questioninstalling to older versions of Windows Pin
RyJaBy18-Aug-10 8:25
RyJaBy18-Aug-10 8:25 

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.