Click here to Skip to main content
15,916,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerPlease do not repost your questions Pin
leckey14-Jun-07 4:11
leckey14-Jun-07 4:11 
Questionhow can i share a directory (Folder) using vb 6.0 Pin
koolprasad200313-Jun-07 19:47
professionalkoolprasad200313-Jun-07 19:47 
AnswerRe: how can i share a directory (Folder) using vb 6.0 Pin
Dave Kreskowiak14-Jun-07 5:04
mveDave Kreskowiak14-Jun-07 5:04 
QuestionHow to read BAD Mail Folder in vb.net Pin
AshwinSCGupta13-Jun-07 18:58
AshwinSCGupta13-Jun-07 18:58 
Questioncreting a bar code reader using VB.net Pin
saraswathy14313-Jun-07 18:56
saraswathy14313-Jun-07 18:56 
AnswerRe: creting a bar code reader using VB.net Pin
Sathesh Sakthivel13-Jun-07 20:57
Sathesh Sakthivel13-Jun-07 20:57 
GeneralRe: creting a bar code reader using VB.net Pin
saraswathy14313-Jun-07 22:13
saraswathy14313-Jun-07 22:13 
QuestionI want to invisibly control webbrowser control iwebbrowser2 in form Pin
eugeugeug12313-Jun-07 16:28
eugeugeug12313-Jun-07 16:28 
I want to invisibly control webbrowser control iwebbrowser2 in form
How to send a click to webbrowser control iwebbrowser2 control it clicks ok on simple html but if there is iframe or frame then it does not click on it Frown | :(

Any suggestions?
I don’t want to click by parsing html code body.outerhtml, tagname ("A").click


Private Sub Command2_Click()

Dim lHandle As Long
lHandle = GetHandle(ie)
MsgBox lHandle

SendClick lHandle, Val(Text2.Text), Val(Text3.Text)
End Sub

Public Sub SendClick(lnghWND As Long, X As Long, Y As Long)
Dim lngResult As Long
Dim lnglParam As Long
lnglParam = (Y * &H10000) + X
lngResult = SendMessage(lnghWND, WM_LBUTTONDOWN, 0&, ByVal lnglParam)
lngResult = SendMessage(lnghWND, WM_LBUTTONUP, 0&, ByVal lnglParam)
txtlog.Text = lnghWND & " " & X & " " & Y & vbCrLf & txtlog.Text
End Sub


QuestionMy idea is to control IE instance by software Pin
eugeugeug12313-Jun-07 16:22
eugeugeug12313-Jun-07 16:22 
AnswerRe: My idea is to control IE instance by software Pin
Dave Kreskowiak13-Jun-07 17:40
mveDave Kreskowiak13-Jun-07 17:40 
QuestionWindows xp firewall Pin
haggenx13-Jun-07 11:51
haggenx13-Jun-07 11:51 
AnswerRe: Windows xp firewall Pin
Dave Kreskowiak13-Jun-07 17:47
mveDave Kreskowiak13-Jun-07 17:47 
GeneralRe: Windows xp firewall Pin
haggenx14-Jun-07 3:30
haggenx14-Jun-07 3:30 
QuestionComboBox Question Pin
Psycho-*Coder*-Extreme13-Jun-07 11:13
Psycho-*Coder*-Extreme13-Jun-07 11:13 
AnswerRe: ComboBox Question [Resolved] Pin
Psycho-*Coder*-Extreme13-Jun-07 11:53
Psycho-*Coder*-Extreme13-Jun-07 11:53 
Questionhow to poll a win2003 terminal server for who is currently logged in Pin
crash89313-Jun-07 10:06
crash89313-Jun-07 10:06 
QuestionPut video input of a VIVO video card in a window Pin
ricox7813-Jun-07 9:53
ricox7813-Jun-07 9:53 
QuestionCreate excel sheet without installing MS Office VB.NET Pin
Dpriya13-Jun-07 9:47
Dpriya13-Jun-07 9:47 
AnswerRe: Create excel sheet without installing MS Office VB.NET Pin
haggenx13-Jun-07 11:45
haggenx13-Jun-07 11:45 
QuestionAxMSWinsockLib Pin
LegionFX13-Jun-07 9:24
LegionFX13-Jun-07 9:24 
QuestionCreating a patch using InstallShield 2008 Pin
steve_rm13-Jun-07 8:36
steve_rm13-Jun-07 8:36 
AnswerRe: Creating a patch using InstallShield 2008 Pin
Dave Kreskowiak13-Jun-07 15:50
mveDave Kreskowiak13-Jun-07 15:50 
QuestionStoring a selected ListBox item into a String variable [modified] Pin
reegan4113-Jun-07 7:41
reegan4113-Jun-07 7:41 
GeneralRe: Storing a selected ListBox item into a String variable Pin
Guffa13-Jun-07 11:47
Guffa13-Jun-07 11:47 
GeneralRe: Storing a selected ListBox item into a String variable Pin
reegan4114-Jun-07 4:03
reegan4114-Jun-07 4:03 

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.