webbrowser how to click this (PLZ)
this is the code am using i have a combo2.text ="classifieds united kingdom" For Each ele In wb.Document.getElementsByTagName("a") If InStr(ele.Title, Combo2.Text) Then ele.Click Next html code Quote:...
View Article[RESOLVED] Exit a do loop
I have an 80 number keno game that win run if a win 2 labels are rotated and a sound plays the amount of the win I am trying to make the labels update instantly if the form is click and skip the label...
View ArticleOutput a UDT array to an external file
How would I code for the following UDT and write it's contents out to an external text file Code: Private Type Poles  BallX As Long  DropCount As Integer  CellNumber(1 To 4) As Integer  TopBall As...
View Articlevb6 (CHAT CLIENT ) + connection with mysql database project how to
hi all , my new project i wish to make is a chat client using a mysql database , i understand how to make a chatclient using winsock ip to ip , but now i want to learn something new . how do i create a...
View Articlewebbrowser sound
I wonder how to remove the click sound of the webbrowser on its navigate or click or any events that makes a sound. How can that sound be remove or muted?
View Articledesperatly need webbrowser image extraction links
hi i need help with this webbrowser am working with , i need to extract all the ( .gif ) links from a page please give an example thanks been searching getting tired of it
View Article[RESOLVED] Need Help with Startup Form
Hi All Im just having an issue while trying to load a Start form, example: I just want form1 Appears in screen for 5 seconds, then automatically close and open form2. Thanks All pd: never done this...
View ArticleA Better Way Of Doing This
Below code shows that I have a For...Next loop checking 4 possibilities and for each one that is true I have the same code execution except for the value in DropCount. I set it up as a GoSub so I...
View ArticleGetting the value of the last characters from a string
I have the following string: Example 1 s = "Pole(1).CellNumber(1)=0" In the above example I would simply use the Val() function for the Right() of variable s for a length of 1 Value = Val(Right(s, 1))...
View Article(winsock array) useragent change please read
i have combo1 with refferal links urls i have combo9 with useragents list Quote: Private Sub ws_Connect(Index As Integer) On Error Resume Next Dim agent As String, agent1 As String Dim packket As...
View Articlehelp (UNLOADING SOCKETS)
Private Sub Command3_Click() Dim lngI As Integer Dim strSplit() As String For lngI = 0 To List1.ListCount - 1 'Label1.Caption = List1.ListCount If lngI > 0 Then Unload ws(lngI) 'Unload Socket(Index)...
View ArticleVB6 win32 API Control Other App Print
Hi, I have a VB6 app that needs to control another app. Operating systems are XP, Vista, and Win7. I can make successful API calls to do everything, but there are some issues. 1. I need to tell the...
View ArticleUrgent Help Winsock failing to send 1 packet
Quote: Private Sub ws_Connect(Index As Integer) On Error Resume Next Dim agent As String, agent1 As String Dim packket As String, packet1 As String, packet2 As String, packet3 As String, posst As...
View ArticleOpen Different Data Source Name
Quote: FindCon.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & App.Path & "\BSParking.mdb;" As you can see the example above it opens BSParking.mdb, Is there a...
View ArticleExcel Sheet in vb6
Hi evryone I have an application in vb6 it's a databas and now is the problem how can I open an excel sheet without going to program excel. With a form ??? How to make this in the same application ?...
View ArticleNo value given for one or more required parameters
Hi On rs.open it gives me above error dim rs as adodb.recordset dim str as string Set rs = New ADODB.Recordset str = "select transactionno,vehicleid,grossshiftdate,custname,prcname from transact where...
View Articlehelp me how to give hint in quiz
hi am making quizbot. i need source code to give hint(show 2 3 word in from answer in there pattern) as the time reach the hint(hint of give word will increase). ex: who is first man who walked in...
View Article"syntax error in where clause" - please help
Hi, please help me on the below code, i am new at VB. Code: Private Sub cmdOK_Click() Dim sqlPassword As String Dim rstPassword As ADODB.Recordset Dim intDaysLeft As Integer Dim dateHolder As Date Dim...
View Article