Click here to Skip to main content
15,887,952 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Formatting HTML - Source Code Pin
Henry Minute27-Feb-11 1:13
Henry Minute27-Feb-11 1:13 
GeneralRe: Formatting HTML - Source Code Pin
RobCroll27-Feb-11 1:54
RobCroll27-Feb-11 1:54 
GeneralRe: Formatting HTML - Source Code Pin
Richard MacCutchan27-Feb-11 1:56
mveRichard MacCutchan27-Feb-11 1:56 
GeneralRe: Formatting HTML - Source Code Pin
RobCroll27-Feb-11 2:43
RobCroll27-Feb-11 2:43 
GeneralRe: Formatting HTML - Source Code Pin
Henry Minute27-Feb-11 4:35
Henry Minute27-Feb-11 4:35 
QuestionHow to disable double click option in activex component control? Pin
mathivanaan22-Feb-11 17:45
mathivanaan22-Feb-11 17:45 
AnswerRe: How to disable double click option in activex component control? Pin
Eddy Vluggen24-Feb-11 0:42
professionalEddy Vluggen24-Feb-11 0:42 
AnswerRe: How to disable double click option in activex component control? Pin
Dave Kreskowiak27-Feb-11 11:47
mveDave Kreskowiak27-Feb-11 11:47 
If the double-click event has been wired up in your code (possibly done by the designer), then you just need to use RemoveHandler to remove it. If the control handles its own double-click event without any intervential from your code, you cannot disable the double-click event. You'd have to modify the code in the ActiveX control in order to do that. If you don't have the source code for it, you're out of luck.

QuestionSendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 12:55
FeRtoll22-Feb-11 12:55 
AnswerRe: SendMessage (backspace) not working! Pin
Luc Pattyn22-Feb-11 13:18
sitebuilderLuc Pattyn22-Feb-11 13:18 
GeneralRe: SendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 13:25
FeRtoll22-Feb-11 13:25 
AnswerRe: SendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 13:40
FeRtoll22-Feb-11 13:40 
QuestionAutomation Web data Extraction Pin
Ahmed Eastlink22-Feb-11 4:05
Ahmed Eastlink22-Feb-11 4:05 
AnswerRe: Automation Web data Extraction Pin
Eddy Vluggen22-Feb-11 9:41
professionalEddy Vluggen22-Feb-11 9:41 
QuestionFolderbrouwserdialog with textbox(for folder) Pin
JR21221-Feb-11 21:34
JR21221-Feb-11 21:34 
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
OriginalGriff21-Feb-11 22:44
mveOriginalGriff21-Feb-11 22:44 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 1:01
JR21222-Feb-11 1:01 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
Simon_Whale22-Feb-11 1:16
Simon_Whale22-Feb-11 1:16 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 2:17
JR21222-Feb-11 2:17 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
Simon_Whale22-Feb-11 2:28
Simon_Whale22-Feb-11 2:28 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 21:34
JR21222-Feb-11 21:34 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
Luc Pattyn23-Feb-11 2:25
sitebuilderLuc Pattyn23-Feb-11 2:25 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21223-Feb-11 7:28
JR21223-Feb-11 7:28 
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
DaveAuld22-Feb-11 2:50
professionalDaveAuld22-Feb-11 2:50 
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
Alan N22-Feb-11 6:43
Alan N22-Feb-11 6:43 

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.