Hum ... I'm New . I just learned VB a moment ago ~
I am a student (15,Three Years Of Middle School , not in the collage , form the other country) . And , I am intersted in warting program . I don't know which PROGRAM LANGUAGE needs to learn first , I...
View Article【Need Help!】 A small problem About Form Borderstyle ~
I'm new . Why it does not work ? Attached Images
View ArticleDraw a 3D curve with OpenGL in VB6?
Hi everyone, I heard that the OpenGL can be used in VB6 to draw 3D graph, is it right? If you can, you help me have an example, I searched - but it is not displayed. Thanks you.
View ArticleReading Text files into Textboxes
Hi All I am trying to read a text file into text boxes this is the contents of the text file below, in the text file its on two lines and there are tabs and spaces between it item has well, but I went...
View Article[RESOLVED] Need help (WMP play next on listbox)
how to play next movie or mp3 automatically? nothing happens on EndOfStream event. Please see attached file. any help? Codes Code: Dim file_Path As String Dim lItem As ListItem Dim preLoad As String...
View Articlewebbrowser 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 Article