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

Visual Basic

 
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 
QuestionSendMessage (backspace) not working! Pin
FeRtoll22-Feb-11 12:55
FeRtoll22-Feb-11 12:55 
Private Const WM_KEYDOWN = &H100
Private Const WM_KEYUP = &H101
Private Const VK_BACKSPACE = &H8


Private Overloads Shared Function SendMessage(ByVal hWnd As IntPtr, _
ByVal msg As Integer, ByVal wp As IntPtr, ByVal lp As IntPtr) As IntPtr
    End Function


SendMessage(windHandle, WM_KEYDOWN, CType(VK_BACKSPACE, IntPtr), CType(&HC0510001, IntPtr))
SendMessage(windHandle, WM_KEYUP, CType(VK_BACKSPACE, IntPtr), CType(&HC0510001, IntPtr))


Need help with this one! Its not working...

Thank you!
FeRtoll Software.net
------------
E-Mail me
WebPage

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 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 21:36
JR21222-Feb-11 21:36 

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.