Runtime Error "481" - Invalid Picture
Hi, I got this code from a site, but showing the subjected error when try to run, please help to resolve it Actually I am trying to set the picture size exactly the size of Flexgrid column. Is there...
View ArticleSearching for specific set of characters in a label caption?
Hi everyone! I am working on a review game for students, and the beauty of this one is the students come up with the review questions, so they really want to add a lot of questions. Anyway I have two...
View Article[general question] Definition: self-contained
What exactly does it mean when a subroutine/function is 'self-contained'? What's 'self-contained'? Thanks :D
View Article[RESOLVED] browser control. JVM error not loaded?
Hello, Hoping somebody here can help. I have been trying to use mshtml in vba to scrape data from a webpage but with major stability issues. I then tried with vb6 but still stability issues. I...
View ArticleIs there an way how to get this info through VB6 application?
When I type command "wmic csproduct get vendor, version, name" in cmd, I'm getting certain information about my computer. Is there an way how to get this info through VB6 application?
View Articlequestion about msflexgrid and checkbox
Currently what I know about checkbox on msflexgrid is by the use of windings. How do I save the checked checkbox information to the database and also how to retrieve such data back to checkbox?
View ArticleBest way to find end of a number in string
Hi, I'm wondering if Filter or regular expression or substring is possible, or if looping through char by char is the way. What is sought is the position in the string of the first non-numeric...
View Articlehow to make google dork please help
hi ladies and gents just wanted to know how to make google search engine dork using the trick (inurl:) and then search for the text and grab all links for those who don't know what this is il explain...
View ArticleHigh Score for a game sort Time and name
I can display the lowest time to highest time. But when i display the name, it's not the correct name that got that time. For example AJ should've got the 78. So how to change the order of the names?...
View ArticleMultiple viewing of Matching Data frp, a Textfile.
Hello everybody, Probably shouldn't have closed my old thread (listbox help) but i forgot to ask. I have the reading of 2 text files, 1 which includes names and details of a user, and 1 which includes...
View Articlepunch clock time wont save in the listview
hello i have a problem i created a form that users punches the clock when they come to work and exit when they finish there job i have another form that pulls the user name from another form in the...
View Articledisplaying record in checkbox
I have a yes/no data on the database (ex. access db) which is -1 or 0 and then I would like to retrieve those record back to msflexgrid checkbox as wingding. How will I do this if this involves...
View ArticleSelecting a printer
I have written a VB5 program which we use at work to print forms and keep track of a couple databases. Untl recently, we only had one printer on our network so everything was printed to it and it was...
View Articlehow to search for record in database
I want to search my database table for a certain record but the search is only when it is not the first record. If it is the first record the search code will not return true. Is there any adjustments...
View Article[VB6 - RichTextBox] - how can i syntax the lightcolor?
i have these code: Code: If IsKeyWord(s) = True Then RichTextBox1.SelStart = RichTextBox1.SelStart - Len(s) RichTextBox1.SelLength = Len(s) RichTextBox1.SelColor =...
View Article[VB6(windows 7) - richtextbox] - how show the scrollbars?
how can i show the scrollbars on RichTextBox? i'm trying use the scrollbar property, but it's ignored and give me an error on run-time: "run-time error '383': the property is read-only" strange... why...
View ArticleVB6 Runtime Error throwing on Win7
Good afternoon Everyone, I am having an issue with a legacy application that was more or less dropped on me to support. I originally modified this application to work with a newer system that we use....
View Articlexpnetmenu?
Was asked by my boss to take a look at the source code for some in-house programs which were outsourced to a programmer who just passed away. Going though the code I'm coming across references to...
View Article[RESOLVED] Listbox extract
Hi I wonder how to extract just rs("Email") from this code Code: If rs.RecordCount = 0 Then Exit Function End If rs.MoveLast rs.MoveFirst max = rs.RecordCount rs.MoveFirst...
View ArticleSlight problem with audio streaming
I'm making a voice chat using audio streaming. Everything works fine; I can talk into mic and voice is sent to client and sound is played in sync. However, I come upon a slight little problem that I...
View Article