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 ArticleDetect modal form?
I've searched this forum and I searched the net, but I couldn't find an answer (therefore I think it's just not possible).. Is there a way to detect (through API call or whatever) if a form in the...
View ArticleRead a Text file in to Multiable Text Boxs
Hi All Wonder if one you could help with a little project I am doing Basically I want to use a filelistbox and select a text file which then reads the lines in the text file and but them lines in to...
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 ArticleConverting Boolean Array to String Array and inputting into database (EXCEL...
Hello, I am new to Visual Basic and need help. I am currently trying to make a database on excel. The database is going to be a list of vendors and the servies they offer along with contract...
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 ArticleListbox 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 ArticleHtml code
I need something like this to view page by html code :o Code: Dim SourceHTML As String SourceHTML = <embed src="http://www.youtube.com/v/F1jQZ2KeKfc" type="application/x-shockwave-flash"...
View ArticleObjectFromLresult
All, I am using this ObjectFromLresult API to get the web page document form, and users input boxes. It works on all machine but fails on one particular machine. Since this is an API, could it be...
View ArticlePrinting multiple pages in colour
I have quite a simple VB6 project. It has a textbox called "txtCustomer" and another textbox called "txtNumBoxes". Basically just type in an address to txtCustomer and a number into txtNumBoxes and...
View ArticleName of process when debuging
Hello, Does anybody know where and what name is given to the process when app is run from within vb6? The reason I ask is I have to enter registry settings to force embeded IE control to run a certain...
View Article