[RESOLVED] make a sound file repeat using WINMM.DLL
i am trying to make a sound file loaded from a resource file repeat until stopped using WINMM.DLL Dim sndData() As Byte Private Declare Function sndPlaySound Lib "WINMM.DLL" Alias _ "sndPlaySoundA"...
View ArticleDisabling Script Errors in WebBrowser Control
I am trying to disable script errors that are generated by an IE window using a WebBrowser control. Using a Firefox is not an option, and setting the .silent mode - also does not help. Is there a way...
View Articleoccurrence in Listview
In a second column of Listview i can have: 1334 1335 1238 1238 ... And a myvar="1335" i need to count how many values in the column of listview are <> myvar.. In this case are only 2 (the 1334...
View ArticleVB 6.0 and MSDN Library
Running Windows 8.1 and VB 6.0. Had this exact same setup on identical, but different machine a few months ago. The problem is: On first machine I had installed the 1998 version of MSDN Library and it...
View Article[RESOLVED] help me how to seprate normal alphabet from stylish alphabet in a...
i have a big list of normal and stylish word. i want to make a tool which clean word from list if it is not stylish word. ex: i__my;|hσårth| maúria abyman¥u-yup.z XXgpmod XXusi XXyang now here we see...
View ArticleHow To Create Smiley in Chat Program vb6
hi there fellas... i would like to ask you a favor... do you know how to add the smiley in the server and client area can you help me with these if your not busy?? and after ill just analize the source...
View ArticleSql Server Backup
Hi How we can Copy SQL Server MDF and LDF files while server is in use through code Thanks
View ArticleApplication defined or object defined issue
HI,Friends following way i have been generating excel sheet .and i have been using late binding so that it works will all version of excel sheet. but most of time i am getting application defined or...
View ArticleVb6 Shellhooking is not working
I'm having the VB6 application a front end which has the numerous menus will load the java applet window. I need to capture the windows events(Created and Destroyed). Based on the events I'm doing some...
View ArticleHum ... 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 Article